Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
You can also use this to insert extra layers to the chart,
this extra layer must be a function which will receive
the chart computed data and must return a valid SVG
element.
`,
type: 'Array',
required: false,
defaultValue: defaults.layers,
group: 'Customization',
},
{
key: 'enableLabel',
help: 'Enable/disable labels.',
type: 'boolean',
required: false,
defaultValue: defaults.enableLabel,
controlType: 'switch',
group: 'Labels',
},
{
key: 'label',
group: 'Labels',
help: 'Define how bar labels are computed.',
description: `
Define how bar labels are computed.
By default it will use the bar's value.
It accepts a string which will be used to access
a specific bar data property, such as
\`'value'\` or \`'id'\`.
You can also use a funtion if you want to