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

[FIX] Nodes Terms as ccircle (back)

parent 47158f44
......@@ -370,12 +370,12 @@ convert (GET.GraphData r) = Tuple r.metaData $ SigmaxT.Graph {nodes, edges}
-- | See sigmajs/plugins/sigma.renderers.customShapes/shape-library.js
modeGraphType :: Types.Mode -> String
modeGraphType Types.Authors = "ccircle"
modeGraphType Types.Authors = "triangle"
modeGraphType Types.Institutes = "square"
modeGraphType Types.Sources = "diamond"
--modeGraphType Types.Terms = "def"
--modeGraphType Types.Terms = "circle"
modeGraphType Types.Terms = "triangle"
modeGraphType Types.Terms = "ccircle"
--------------------------------------------------------------
......
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