Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
141
Issues
141
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
281327fe
Commit
281327fe
authored
Mar 15, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[COSMETICS] reading code.
parent
29eb4675
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
98 additions
and
99 deletions
+98
-99
Chart.purs
src/Chart.purs
+97
-98
Landing.purs
src/Landing.purs
+1
-1
No files found.
src/Chart.purs
View file @
281327fe
...
...
@@ -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"
...
...
src/Landing.purs
View file @
281327fe
...
...
@@ -80,7 +80,7 @@ jumboTitle b = div jumbo
]
where
jumbo = case b of
true -> [className "jumbotron"
]
true -> [className "jumbotron"]
false -> []
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment