Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-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
Przemyslaw Kaminski
haskell-gargantext
Commits
9ca55746
Commit
9ca55746
authored
Oct 26, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Debug] remove charts rebuid
parent
66ca6fd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Metrics.hs
src/Gargantext/API/Metrics.hs
+4
-4
No files found.
src/Gargantext/API/Metrics.hs
View file @
9ca55746
...
...
@@ -98,7 +98,7 @@ updateScatter cId maybeListId tabType maybeLimit = do
printDebug
"[updateScatter] maybeListId"
maybeListId
printDebug
"[updateScatter] tabType"
tabType
printDebug
"[updateScatter] maybeLimit"
maybeLimit
_
<-
updateScatter'
cId
maybeListId
tabType
maybeLimit
--
_ <- updateScatter' cId maybeListId tabType maybeLimit
pure
()
updateScatter'
::
FlowCmdM
env
err
m
=>
...
...
@@ -192,7 +192,7 @@ updateChart cId maybeListId tabType maybeLimit = do
printDebug
"[updateChart] maybeListId"
maybeListId
printDebug
"[updateChart] tabType"
tabType
printDebug
"[updateChart] maybeLimit"
maybeLimit
_
<-
updateChart'
cId
maybeListId
tabType
maybeLimit
--
_ <- updateChart' cId maybeListId tabType maybeLimit
pure
()
updateChart'
::
HasNodeError
err
=>
...
...
@@ -278,7 +278,7 @@ updatePie cId maybeListId tabType maybeLimit = do
printDebug
"[updatePie] maybeListId"
maybeListId
printDebug
"[updatePie] tabType"
tabType
printDebug
"[updatePie] maybeLimit"
maybeLimit
_
<-
updatePie'
cId
maybeListId
tabType
maybeLimit
--
_ <- updatePie' cId maybeListId tabType maybeLimit
pure
()
updatePie'
::
FlowCmdM
env
err
m
=>
...
...
@@ -375,7 +375,7 @@ updateTree cId maybeListId tabType listType = do
printDebug
"[updateTree] maybeListId"
maybeListId
printDebug
"[updateTree] tabType"
tabType
printDebug
"[updateTree] listType"
listType
_
<-
updateTree'
cId
maybeListId
tabType
listType
--
_ <- updateTree' cId maybeListId tabType listType
pure
()
updateTree'
::
FlowCmdM
env
err
m
=>
...
...
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