You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
Please add a functionality so that the color for a node can be rendered with the value from one property of a node such as Node_Color. For example,
labels: {
HostFactor : {
label: 'Note_ID',
color: 'Node_Color' , //this is requested. Node_Color is #654321
// color: '#654321', //this is currently supported
size: 20,
icon: {
name: 'f007',
color: '#FF0',
scale: 1.0
The text was updated successfully, but these errors were encountered: