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
142
Issues
142
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
29eb4675
Commit
29eb4675
authored
Mar 15, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIXME] search bar more in center verticaly and horizontaly.
parent
d0abf901
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
13 deletions
+21
-13
Chart.purs
src/Chart.purs
+13
-12
Navigation.purs
src/Navigation.purs
+8
-1
No files found.
src/Chart.purs
View file @
29eb4675
...
...
@@ -412,17 +412,17 @@ dz2 = unsafeFromPropsArray
ya1 = unsafeFromPropsArray
[ type' "value"
, name "
Publications (by year)
"
, name "
Score metric
"
, min 0
, position "
lef
t"
, position "
righ
t"
, axisLabel [formatter "{value}"]
]
ya2 = unsafeFromPropsArray
[ type' "value"
, name "
Score metric
"
, name "
Publications (by year)
"
, min 0
, position "
righ
t"
, position "
lef
t"
, axisLabel [formatter "{value}"]
]
...
...
@@ -436,16 +436,9 @@ sd1 = unsafeFromPropsArray
, shadowBlur 10
, shadowOffsetY 10
]]
, data' [
1, 13, 37, 35, 15, 13, 25, 21, 6, 45, 32, 2
]
, data' [
95, 80, 75, 35, 30, 50, 70, 80, 95, 95, 95, 99
]
]
sd2 = unsafeFromPropsArray
[ name "Favorites"
, type' "bar"
, label [normal[showp true, position "top"]]
, yAxisIndex 1
, data' [22, 22, 23, 77, 24, 55, 55, 89, 98, 164, 106, 224]
]
sd3 = unsafeFromPropsArray
[ name "All"
...
...
@@ -456,6 +449,14 @@ sd3 = unsafeFromPropsArray
]
sd2 = unsafeFromPropsArray
[ name "Favorites"
, type' "bar"
, label [normal[showp true, position "top"]]
, yAxisIndex 1
, data' [22, 22, 23, 77, 24, 55, 139, 350, 150, 164, 106, 224]
]
p'' :: ReactElement
p'' = p [] []
src/Navigation.purs
View file @
29eb4675
...
...
@@ -285,7 +285,14 @@ sidebarnavSpec = simpleSpec performAction render
[ input [ className "form-control"
, placeholder "Query, URL or FILE (works with Firefox or Chromium browsers)"
, _type "text"
] []
, style { height: "35px"
, width: "450px"
-- , color: "white"
-- , background : "#A1C2D8"
}
] [
]
-- TODO add button in navbar (and "enter" execution)
-- , div [] [button [][]]
]
...
...
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