|
@ -51,6 +51,7 @@ let allOptions = { |
|
|
hidden: {boolean}, |
|
|
hidden: {boolean}, |
|
|
hoverWidth: {'function': 'function',number}, |
|
|
hoverWidth: {'function': 'function',number}, |
|
|
label: {string,'undefined': 'undefined'}, |
|
|
label: {string,'undefined': 'undefined'}, |
|
|
|
|
|
labelHighlightBold: {boolean}, |
|
|
length: {number,'undefined': 'undefined'}, |
|
|
length: {number,'undefined': 'undefined'}, |
|
|
physics: {boolean}, |
|
|
physics: {boolean}, |
|
|
scaling: { |
|
|
scaling: { |
|
@ -181,6 +182,7 @@ let allOptions = { |
|
|
id: {string, number}, |
|
|
id: {string, number}, |
|
|
image: {string,'undefined': 'undefined'}, // --> URL
|
|
|
image: {string,'undefined': 'undefined'}, // --> URL
|
|
|
label: {string,'undefined': 'undefined'}, |
|
|
label: {string,'undefined': 'undefined'}, |
|
|
|
|
|
labelHighlightBold: {boolean}, |
|
|
level: {number,'undefined': 'undefined'}, |
|
|
level: {number,'undefined': 'undefined'}, |
|
|
mass: {number}, |
|
|
mass: {number}, |
|
|
physics: {boolean}, |
|
|
physics: {boolean}, |
|
@ -311,6 +313,7 @@ let configureOptions = { |
|
|
}, |
|
|
}, |
|
|
//group: 'string',
|
|
|
//group: 'string',
|
|
|
hidden: false, |
|
|
hidden: false, |
|
|
|
|
|
labelHighlightBold: true, |
|
|
//icon: {
|
|
|
//icon: {
|
|
|
// face: 'string', //'FontAwesome',
|
|
|
// face: 'string', //'FontAwesome',
|
|
|
// code: 'string', //'\uf007',
|
|
|
// code: 'string', //'\uf007',
|
|
@ -364,6 +367,7 @@ let configureOptions = { |
|
|
}, |
|
|
}, |
|
|
hidden: false, |
|
|
hidden: false, |
|
|
hoverWidth: [1.5, 0, 5, 0.1], |
|
|
hoverWidth: [1.5, 0, 5, 0.1], |
|
|
|
|
|
labelHighlightBold: true, |
|
|
physics: true, |
|
|
physics: true, |
|
|
scaling: { |
|
|
scaling: { |
|
|
min: [1, 0, 100, 1], |
|
|
min: [1, 0, 100, 1], |
|
|