Commit 281327fe authored by Alexandre Delanoë's avatar Alexandre Delanoë

[COSMETICS] reading code.

parent 29eb4675
......@@ -51,9 +51,9 @@ type EchartsProps eff =
option :: Option, -- PropTypes.object.isRequired,
initOpts :: String, -- PropTypes.object,
notMerge :: Boolean,
lazyUpdate:: Boolean,
lazyUpdate :: Boolean,
loading :: Boolean,
optsLoading:: OptsLoading, -- PropTypes.object,
optsLoading :: OptsLoading, -- PropTypes.object,
onReady :: String, -- PropTypes.func,
resizable :: Boolean, -- PropTypes.bool,
onEvents :: String -- PropTypes.object
......@@ -63,7 +63,7 @@ type OptsLoading =
{ text :: String,
color :: Color, --- color
textColor :: Color, --color
maskColor:: Color, --color
maskColor :: Color, --color
zlevel :: Int
}
......@@ -80,11 +80,11 @@ type Option =
type DataZoom =
{"type":: String
, xAxisIndex:: Int
, filterMode:: String
, start:: Int
, end:: Int
{"type" :: String
, xAxisIndex :: Int
, filterMode :: String
, start :: Int
, end :: Int
}
type Grid =
......@@ -116,7 +116,7 @@ type Legend =
}
type Data =
{name :: String
{ name :: String
, icon :: String
, textStyle :: {}
}
......@@ -173,7 +173,7 @@ type AxisLabel =
type Series =
{name :: String
{ name :: String
, "type" :: String
, "data" :: Array Int
}
......@@ -439,7 +439,6 @@ sd1 = unsafeFromPropsArray
, data' [95, 80, 75, 35, 30, 50, 70, 80, 95, 95, 95, 99]
]
sd3 = unsafeFromPropsArray
[ name "All"
, type' "bar"
......
......@@ -80,7 +80,7 @@ jumboTitle b = div jumbo
]
where
jumbo = case b of
true -> [className "jumbotron" ]
true -> [className "jumbotron"]
false -> []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment