Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
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.',
required: false,
defaultValue: defaults.arcBorderColor,
type: 'string | object | Function',
controlType: 'inheritedColor',
group: 'Style',
},
{
key: 'ribbonOpacity',
help: 'Ribbons opacity.',