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
a41efb36
Commit
a41efb36
authored
Jan 28, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] GraphExplorer space for : variables
parent
cd54ce7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
54 deletions
+54
-54
Graph.purs
src/Gargantext/Components/Graph.purs
+54
-54
No files found.
src/Gargantext/Components/Graph.purs
View file @
a41efb36
...
...
@@ -225,60 +225,60 @@ type SigmaSettings =
-- selected nodes <=> special label
sigmaSettings :: {|SigmaSettings}
sigmaSettings =
{ animationsTime: 30000.0
, autoRescale: true
, autoResize: true
, batchEdgesDrawing: true
, borderSize: 1.0 -- for ex, bigger border when hover
, defaultEdgeHoverColor: "#f00"
, defaultEdgeType: "curve" -- 'curve' or 'line' (curve iff ourRendering)
, defaultHoverLabelBGColor: "#fff"
, defaultHoverLabelColor: "#000"
, defaultLabelColor: "#000" -- labels text color
, defaultLabelSize: 15.0 -- (old tina: showLabelsIfZoom)
, defaultNodeBorderColor : "#000" -- <- if nodeBorderColor = 'default'
, defaultNodeColor: "#FFF"
, doubleClickEnabled: false -- indicates whether or not the graph can be zoomed on double-click
, drawEdgeLabels: true
, drawEdges: true
, drawLabels: true
, drawNodes: true
, enableEdgeHovering: false
, edgeHoverExtremities: true
, edgeHoverColor: "edge"
, edgeHoverPrecision: 2.0
, edgeHoverSizeRatio: 2.0
, enableHovering: true
, font: "arial"
, fontStyle: ""
, hideEdgesOnMove: true
, labelSize : "proportional" -- alt : proportional, fixed
-- , labelSize: "fixed"
, labelSizeRatio: 2.0 -- label size in ratio of node size
, labelThreshold: 9.0 -- 5.0 for more labels -- min node cam size to start showing label
, maxEdgeSize: 1.0
, maxNodeSize: 10.0
, minEdgeSize: 0.5 -- in fact used in tina as edge size
, minNodeSize: 1.0
, mouseEnabled: true
, mouseSelectorSize: 15.0
, mouseZoomDuration: 150.0
, nodeBorderColor: "default" -- choices: "default" color vs. "node" color
--, nodesPowRatio : 10.8
, rescaleIgnoreSize : false
, singleHover : true
, touchEnabled : true
, twBorderGreyColor : "rgba(100, 100, 100, 0.9)"
, twEdgeDefaultOpacity : 0.4 -- initial opacity added to src/tgt colors
, twEdgeGreyColor : "rgba(100, 100, 100, 0.25)"
, twNodeRendBorderColor : "#FFF"
, twNodeRendBorderSize : 2.5 -- node borders (only iff ourRendering)
, twNodesGreyOpacity : 5.5 -- smaller value: more grey
, twSelectedColor : "node" -- "node" for a label bg like the node color, "default" for white background
, verbose : true
, zoomMax: 1.7
, zoomMin: 0.0
, zoomingRatio: 1.4
{ animationsTime
: 30000.0
, autoRescale
: true
, autoResize
: true
, batchEdgesDrawing
: true
, borderSize
: 1.0 -- for ex, bigger border when hover
, defaultEdgeHoverColor
: "#f00"
, defaultEdgeType
: "curve" -- 'curve' or 'line' (curve iff ourRendering)
, defaultHoverLabelBGColor
: "#fff"
, defaultHoverLabelColor
: "#000"
, defaultLabelColor
: "#000" -- labels text color
, defaultLabelSize
: 15.0 -- (old tina: showLabelsIfZoom)
, defaultNodeBorderColor
: "#000" -- <- if nodeBorderColor = 'default'
, defaultNodeColor
: "#FFF"
, doubleClickEnabled
: false -- indicates whether or not the graph can be zoomed on double-click
, drawEdgeLabels
: true
, drawEdges
: true
, drawLabels
: true
, drawNodes
: true
, enableEdgeHovering
: false
, edgeHoverExtremities
: true
, edgeHoverColor
: "edge"
, edgeHoverPrecision
: 2.0
, edgeHoverSizeRatio
: 2.0
, enableHovering
: true
, font
: "arial"
, fontStyle
: ""
, hideEdgesOnMove
: true
, labelSize
: "proportional" -- alt : proportional, fixed
-- , labelSize
: "fixed"
, labelSizeRatio
: 2.0 -- label size in ratio of node size
, labelThreshold
: 9.0 -- 5.0 for more labels -- min node cam size to start showing label
, maxEdgeSize
: 1.0
, maxNodeSize
: 10.0
, minEdgeSize
: 0.5 -- in fact used in tina as edge size
, minNodeSize
: 1.0
, mouseEnabled
: true
, mouseSelectorSize
: 15.0
, mouseZoomDuration
: 150.0
, nodeBorderColor
: "default" -- choices: "default" color vs. "node" color
--, nodesPowRatio
: 10.8
, rescaleIgnoreSize
: false
, singleHover
: true
, touchEnabled
: true
, twBorderGreyColor
: "rgba(100, 100, 100, 0.9)"
, twEdgeDefaultOpacity
: 0.4 -- initial opacity added to src/tgt colors
, twEdgeGreyColor
: "rgba(100, 100, 100, 0.25)"
, twNodeRendBorderColor
: "#FFF"
, twNodeRendBorderSize
: 2.5 -- node borders (only iff ourRendering)
, twNodesGreyOpacity
: 5.5 -- smaller value: more grey
, twSelectedColor
: "node" -- "node" for a label bg like the node color, "default" for white background
, verbose
: true
, zoomMax
: 1.7
, zoomMin
: 0.0
, zoomingRatio
: 1.4
}
type ForceAtlas2Settings =
...
...
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