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
132
Issues
132
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
e32fc410
Commit
e32fc410
authored
Mar 12, 2018
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext
parents
c5c809f0
fe7ad566
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Chart.purs
src/Chart.purs
+8
-8
Navigation.purs
src/Navigation.purs
+1
-1
No files found.
src/Chart.purs
View file @
e32fc410
...
...
@@ -378,7 +378,7 @@ ex1 = echarts
[ option
[ tooltip [trigger "axis"]
, grid [containLabel true]
, legend [data' ["
data1", "data2", "data3
"]]
, legend [data' ["
Query A", "Query B", "Query C
"]]
, xAxis
[ type' "category"
, axisTick [alignWithLabel true]
...
...
@@ -408,22 +408,22 @@ dz2 = unsafeFromPropsArray
ya1 = unsafeFromPropsArray
[ type' "value"
, name "
Eur
"
, name "
Publications (by year)
"
, min 0
, position "left"
, axisLabel [formatter "{value}
h
"]
, axisLabel [formatter "{value}"]
]
ya2 = unsafeFromPropsArray
[ type' "value"
, name "
Eur
"
, name "
Score metric
"
, min 0
, position "right"
, axisLabel [formatter "{value}
Eur
"]
, axisLabel [formatter "{value}"]
]
sd1 = unsafeFromPropsArray
[ name "
data1
"
[ name "
Query A
"
, type' "line"
, label [normal[showp true, position "top"]]
, lineStyle [ normal
...
...
@@ -436,7 +436,7 @@ sd1 = unsafeFromPropsArray
]
sd2 = unsafeFromPropsArray
[ name "
data2
"
[ name "
Query B
"
, type' "bar"
, label [normal[showp true, position "top"]]
, yAxisIndex 1
...
...
@@ -444,7 +444,7 @@ sd2 = unsafeFromPropsArray
]
sd3 = unsafeFromPropsArray
[ name "
data3
"
[ name "
Query C
"
, type' "bar"
, label [normal[showp true, position "top"]]
, yAxisIndex 1
...
...
src/Navigation.purs
View file @
e32fc410
...
...
@@ -167,7 +167,7 @@ sidebarnavSpec = simpleSpec performAction render
[ div [className "container"]
[
div [ className "navbar-inner" ]
[ a [ className "navbar-brand logoSmall", href "/" ]
[ a [ className "navbar-brand logoSmall", href "/
index.html
" ]
[ img [ src "images/logoSmall.png", title "Back to home." ]
[]
]
...
...
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