Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
description: `
how to compute label text color,
[see dedicated documentation](self:/guides/colors).
`,
type: 'string | object | Function',
required: false,
defaultValue: defaults.labelTextColor,
controlType: 'inheritedColor',
group: 'Labels',
},
{
key: 'labelSkipRadius',
help: 'Skip label rendering if node radius is lower than given value, 0 to disable.',
type: 'number',
required: false,
defaultValue: defaults.labelSkipRadius,
controlType: 'range',
group: 'Labels',
controlOptions: {
unit: 'px',
min: 0,
max: 32,
},
},
{
key: 'isInteractive',
flavors: ['svg', 'html'],
help: 'Enable/disable interactivity.',
type: 'boolean',
required: false,
defaultValue: defaults.isInteractive,
controlType: 'switch',
type: '{string|Function}',
required: false,
default: defaults.labelTextColor,
controlType: 'color',
controlGroup: 'Labels',
controlOptions: {
withCustomColor: true,
},
},
{
key: 'labelSkipRadius',
scopes: '*',
description: 'Skip label rendering if node radius is lower than given value, 0 to disable.',
type: '{number}',
required: false,
default: defaults.labelSkipRadius,
controlType: 'range',
controlGroup: 'Labels',
controlOptions: {
unit: 'px',
min: 0,
max: 32,
},
},
{
key: 'isInteractive',
scopes: ['Bubble', 'BubbleHtml'],
description: 'Enable/disable interactivity.',
type: '{boolean}',
required: false,
default: defaults.isInteractive,
controlType: 'switch',