Commit 5c6f9474 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Annuaire/Contact] commenting the chart.

parent 652ae8e2
...@@ -29,7 +29,7 @@ import Gargantext.Prelude ...@@ -29,7 +29,7 @@ import Gargantext.Prelude
import Gargantext.Config (Path(..), NodeType(..), TabType(..), TabSubType(..), toUrl, End(..), OrderBy(..)) import Gargantext.Config (Path(..), NodeType(..), TabType(..), TabSubType(..), toUrl, End(..), OrderBy(..))
import Gargantext.Config.REST (get, put, post, deleteWithBody) import Gargantext.Config.REST (get, put, post, deleteWithBody)
import Gargantext.Utils.DecodeMaybe ((.|)) import Gargantext.Utils.DecodeMaybe ((.|))
import Gargantext.Components.Charts.Options.ECharts (chart) --import Gargantext.Components.Charts.Options.ECharts (chart)
import Gargantext.Components.Loader as Loader import Gargantext.Components.Loader as Loader
import Gargantext.Components.Node (NodePoly(..)) import Gargantext.Components.Node (NodePoly(..))
import Gargantext.Components.Table as T import Gargantext.Components.Table as T
...@@ -171,8 +171,8 @@ layoutDocview = simpleSpec performAction render ...@@ -171,8 +171,8 @@ layoutDocview = simpleSpec performAction render
, br' , br'
, div [className "container1"] , div [className "container1"]
[ div [className "row"] [ div [className "row"]
[ chart globalPublis [ -- chart globalPublis
, div [className "col-md-12"] div [className "col-md-12"]
[ pageLoader [ pageLoader
{ path: initialPageParams nodeId { path: initialPageParams nodeId
, contact , contact
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment