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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Grégoire Locqueville
purescript-gargantext
Commits
02007da2
Commit
02007da2
authored
Jun 28, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Demo video of Dev version 4 of Gargantext
parent
e309b6c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Dashboard.purs
src/Gargantext/Dashboard.purs
+3
-2
Graph.purs
src/Graph.purs
+4
-4
No files found.
src/Gargantext/Dashboard.purs
View file @
02007da2
...
@@ -91,10 +91,11 @@ globalPublis = (Options { mainTitle : "Global Scientific Publications"
...
@@ -91,10 +91,11 @@ globalPublis = (Options { mainTitle : "Global Scientific Publications"
distriBySchool_y = [(Tuple "Télécom Bretagne" 17383),(Tuple "Mines Nantes" 11055),(Tuple "Télécom SudParis" 7663),(Tuple "Télécom ParisTech" 3848),(Tuple "Mines Al\232s" 624),(Tuple "Télécom \201cole de Management" 539),(Tuple "IMT Atlantique" 241),(Tuple "Mines Albi-Carmaux" 125)]
distriBySchool_y = [Tuple "Télécom Bretagne" 1150,Tuple "Télécom SudParis" 946,Tuple "Mines Nantes" 547,Tuple "Télécom ParisTech" 429,Tuple "IMT Atlantique" 205,Tuple "Mines Alès" 56
,Tuple "Télécom Ecole de Management" 52,Tuple "Mines Albi-Carmaux" 6]
distriBySchool :: Options
distriBySchool :: Options
distriBySchool = Options { mainTitle : "School production in 201
8
"
distriBySchool = Options { mainTitle : "School production in 201
7
"
, subTitle : "Distribution by school"
, subTitle : "Distribution by school"
, xAxis : xAxis []
, xAxis : xAxis []
, yAxis : [ series Pie "Pie data" (map (\(Tuple n v) -> {name: n, value: toNumber v}) distriBySchool_y)]
, yAxis : [ series Pie "Pie data" (map (\(Tuple n v) -> {name: n, value: toNumber v}) distriBySchool_y)]
...
...
src/Graph.purs
View file @
02007da2
...
@@ -466,19 +466,19 @@ specOld = simpleSpec performAction render
...
@@ -466,19 +466,19 @@ specOld = simpleSpec performAction render
]
]
, li []
, li []
[ span [] [text "Projets"]
[ span [] [text "Proje
c
ts"]
,input [ _type "checkbox"
,input [ _type "checkbox"
, className "checkbox"
, className "checkbox"
, checked $
tru
e
, checked $
fals
e
, title "Mark as completed"
, title "Mark as completed"
-- , onChange $ dispatch <<< ( const $ SetMap $ not (getter _._type state.term == MapTerm))
-- , onChange $ dispatch <<< ( const $ SetMap $ not (getter _._type state.term == MapTerm))
] []
] []
]
]
, li []
, li []
[ span [] [text "
Breve
ts"]
[ span [] [text "
Paten
ts"]
,input [ _type "checkbox"
,input [ _type "checkbox"
, className "checkbox"
, className "checkbox"
, checked $
tru
e
, checked $
fals
e
, title "Mark as completed"
, title "Mark as completed"
-- , onChange $ dispatch <<< ( const $ SetMap $ not (getter _._type state.term == MapTerm))
-- , onChange $ dispatch <<< ( const $ SetMap $ not (getter _._type state.term == MapTerm))
] []
] []
...
...
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