Commit 8f770926 authored by Romain Loth's avatar Romain Loth

minor settings

parent 164d6a9e
......@@ -114,11 +114,11 @@ TW.conf = (function(TW){
// =============
// Node typology: categories (resp. 0 and 1) will get these default labels
TWConf.catSem = "Keywords";
TWConf.catSoc = "Scholars";
TWConf.catSem = "NGram";
TWConf.catSoc = "Document";
// NB: these labels may be superseded by:
// - the input data's node types values cf. sortNodeTypes()
// - in servermenu mode, by the node0 & node1 properties
// - in project_conf.md the node0 & node1 properties
// Modules path
// ------------
......@@ -235,7 +235,7 @@ TW.conf = (function(TW){
// selected nodes <=> special label
twSelectedColor: "default", // "node" for a label bg like the node color,
// "default" for note-like yellow
// "default" for white background
// not selected <=> (1-greyness)
twNodesGreyOpacity: .5, // smaller value: more grey
......
......@@ -134,11 +134,11 @@ TW.conf = (function(TW){
// =============
// Node typology: categories (resp. 0 and 1) will get these default labels
TWConf.catSem = "NGram";
TWConf.catSoc = "Document";
TWConf.catSem = "Keywords";
TWConf.catSoc = "Scholars";
// NB: these labels may be superseded by:
// - the input data's node types values cf. sortNodeTypes()
// - in servermenu mode, by the node0 & node1 properties
// - in project_conf.md the node0 & node1 properties
// Modules path
// ------------
......
......@@ -118,7 +118,7 @@ TW.conf = (function(TW){
TWConf.catSoc = "Document";
// NB: these labels may be superseded by:
// - the input data's node types values cf. sortNodeTypes()
// - in servermenu mode, by the node0 & node1 properties
// - in project_conf.md the node0 & node1 properties
// Modules path
// ------------
......@@ -235,12 +235,12 @@ TW.conf = (function(TW){
// selected nodes <=> special label
twSelectedColor: "default", // "node" for a label bg like the node color,
// "default" for note-like yellow
// "default" for white background
// not selected <=> (1-greyness)
twNodesGreyOpacity: .5, // smaller value: more grey
twBorderGreyColor: "rgba(100, 100, 100, 0.5)",
twEdgeGreyColor: "rgba(100, 100, 100, 0.3)",
twEdgeGreyColor: "rgba(100, 100, 100, 0.25)",
};
// NB: sigmaJsDrawingProperties are available as 'settings' in all renderers
// cf. https://github.com/jacomyal/sigma.js/wiki/Settings#renderers-settings
......
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