From f8be61df2152823cedf9e21680cd3ee9e1b43fc9 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Sun, 29 Mar 2015 15:57:50 +0200 Subject: [PATCH] removed certain options from the interactive config. --- dist/vis.js | 18 +++++++++--------- lib/network/modules/ConfigurationSystem.js | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist/vis.js b/dist/vis.js index 85698277..e7fd02df 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -36815,15 +36815,15 @@ return /******/ (function(modules) { // webpackBootstrap stroke: [0, 0, 50, 1], // px strokeColor: ["color", "#ffffff"] }, - group: "string", + //group: 'string', 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, scaling: { min: [10, 0, 200, 1], @@ -36836,7 +36836,7 @@ return /******/ (function(modules) { // webpackBootstrap 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] }, edges: { diff --git a/lib/network/modules/ConfigurationSystem.js b/lib/network/modules/ConfigurationSystem.js index d12e2cc1..52f3302f 100644 --- a/lib/network/modules/ConfigurationSystem.js +++ b/lib/network/modules/ConfigurationSystem.js @@ -40,15 +40,15 @@ class ConfigurationSystem { stroke: [0, 0, 50, 1], // px strokeColor: ['color','#ffffff'] }, - group: 'string', + //group: 'string', 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, scaling: { min: [10, 0, 200, 1], @@ -61,7 +61,7 @@ class ConfigurationSystem { 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] }, edges: {