Browse Source

removed certain options from the interactive config.

flowchartTest
Alex de Mulder 10 years ago
parent
commit
f8be61df21
2 changed files with 18 additions and 18 deletions
  1. +9
    -9
      dist/vis.js
  2. +9
    -9
      lib/network/modules/ConfigurationSystem.js

+ 9
- 9
dist/vis.js View File

@ -36815,15 +36815,15 @@ return /******/ (function(modules) { // webpackBootstrap
stroke: [0, 0, 50, 1], // px stroke: [0, 0, 50, 1], // px
strokeColor: ["color", "#ffffff"] strokeColor: ["color", "#ffffff"]
}, },
group: "string",
//group: 'string',
hidden: false, hidden: false,
icon: {
face: "string", //'FontAwesome',
code: "string", //'\uf007',
size: [50, 0, 200, 1], //50,
color: ["color", "#2B7CE9"] //'#aa00ff'
},
image: "string", // --> URL
//icon: {
// face: 'string', //'FontAwesome',
// code: 'string', //'\uf007',
// size: [50, 0, 200, 1], //50,
// color: ['color','#2B7CE9'] //'#aa00ff'
//},
//image: 'string', // --> URL
physics: true, physics: true,
scaling: { scaling: {
min: [10, 0, 200, 1], min: [10, 0, 200, 1],
@ -36836,7 +36836,7 @@ return /******/ (function(modules) { // webpackBootstrap
drawThreshold: [3, 0, 20, 1] drawThreshold: [3, 0, 20, 1]
} }
}, },
shape: ["ellipse", "box", "circle", "database", "diamond", "dot", "icon", "square", "star", "text", "triangle", "triangleDown"],
shape: ["ellipse", "box", "circle", "database", "diamond", "dot", "square", "star", "text", "triangle", "triangleDown"],
size: [25, 0, 200, 1] size: [25, 0, 200, 1]
}, },
edges: { edges: {

+ 9
- 9
lib/network/modules/ConfigurationSystem.js View File

@ -40,15 +40,15 @@ class ConfigurationSystem {
stroke: [0, 0, 50, 1], // px stroke: [0, 0, 50, 1], // px
strokeColor: ['color','#ffffff'] strokeColor: ['color','#ffffff']
}, },
group: 'string',
//group: 'string',
hidden: false, hidden: false,
icon: {
face: 'string', //'FontAwesome',
code: 'string', //'\uf007',
size: [50, 0, 200, 1], //50,
color: ['color','#2B7CE9'] //'#aa00ff'
},
image: 'string', // --> URL
//icon: {
// face: 'string', //'FontAwesome',
// code: 'string', //'\uf007',
// size: [50, 0, 200, 1], //50,
// color: ['color','#2B7CE9'] //'#aa00ff'
//},
//image: 'string', // --> URL
physics: true, physics: true,
scaling: { scaling: {
min: [10, 0, 200, 1], min: [10, 0, 200, 1],
@ -61,7 +61,7 @@ class ConfigurationSystem {
drawThreshold: [3, 0, 20, 1] drawThreshold: [3, 0, 20, 1]
} }
}, },
shape: ['ellipse', 'box', 'circle', 'database', 'diamond', 'dot', 'icon', 'square', 'star', 'text', 'triangle', 'triangleDown'],
shape: ['ellipse', 'box', 'circle', 'database', 'diamond', 'dot', 'square', 'star', 'text', 'triangle', 'triangleDown'],
size: [25, 0, 200, 1] size: [25, 0, 200, 1]
}, },
edges: { edges: {

Loading…
Cancel
Save