Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
},
{
key: 'colors',
help: 'Defines how to compute arc/ribbon color.',
type: 'string | Function | string[]',
required: false,
defaultValue: defaults.colors,
controlType: 'ordinalColors',
group: 'Style',
},
{
key: 'arcOpacity',
help: 'Arcs opacity.',
required: false,
defaultValue: defaults.arcOpacity,
type: 'number',
controlType: 'opacity',
group: 'Style',
},
{
key: 'arcBorderWidth',
help: 'Arcs border width.',
required: false,
defaultValue: defaults.arcBorderWidth,
type: 'number',
controlType: 'lineWidth',
group: 'Style',
},
{
key: 'arcBorderColor',
help: 'Arcs border color.',