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
6111983f
Commit
6111983f
authored
Mar 10, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Default parameter + doc for Phylo
parent
a8ab01fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Update.purs
...Gargantext/Components/Forest/Tree/Node/Action/Update.purs
+1
-1
ConfigForm.purs
src/Gargantext/Components/PhyloExplorer/ConfigForm.purs
+3
-3
No files found.
src/Gargantext/Components/Forest/Tree/Node/Action/Update.purs
View file @
6111983f
...
@@ -115,7 +115,7 @@ updatePhyloCpt = here.component "updatePhylo" cpt where
...
@@ -115,7 +115,7 @@ updatePhyloCpt = here.component "updatePhylo" cpt where
{ proximity: 0.5
{ proximity: 0.5
, synchrony: 0.5
, synchrony: 0.5
, quality: 0.5
, quality: 0.5
, exportFilter:
0.5
, exportFilter:
3.0
, timeUnit: Phylo.Year $ Phylo.TimeUnitCriteria
, timeUnit: Phylo.Year $ Phylo.TimeUnitCriteria
{ period: 3
{ period: 3
, step: 1
, step: 1
...
...
src/Gargantext/Components/PhyloExplorer/ConfigForm.purs
View file @
6111983f
...
@@ -202,7 +202,7 @@ component = R.hooksComponent "configForm" cpt where
...
@@ -202,7 +202,7 @@ component = R.hooksComponent "configForm" cpt where
H.div
H.div
{ className: "form-group__label" }
{ className: "form-group__label" }
[
[
H.label {} [ H.text "
Export filter
" ]
H.label {} [ H.text "
Minimum branch size
" ]
]
]
,
,
H.div
H.div
...
@@ -216,7 +216,7 @@ component = R.hooksComponent "configForm" cpt where
...
@@ -216,7 +216,7 @@ component = R.hooksComponent "configForm" cpt where
H.div
H.div
{ className: "form-group__error" }
{ className: "form-group__error" }
[
[
H.text "Please enter a `Double` value (eg.
0.5
)"
H.text "Please enter a `Double` value (eg.
3.0
)"
]
]
]
]
]
]
...
@@ -653,7 +653,7 @@ defaultData =
...
@@ -653,7 +653,7 @@ defaultData =
{ proximity : "1.0"
{ proximity : "1.0"
, synchrony : "1.0"
, synchrony : "1.0"
, quality : "1.0"
, quality : "1.0"
, exportFilter : "
1
.0"
, exportFilter : "
3
.0"
, granularity : show Year_
, granularity : show Year_
, period : "1"
, period : "1"
, step : "1"
, step : "1"
...
...
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