Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
{
key: 'lineWidth',
help: 'Line width.',
type: 'number',
required: false,
defaultValue: defaults.lineWidth,
controlType: 'lineWidth',
group: 'Style',
},
{
key: 'enableArea',
help: 'Enable/disable area below each line.',
type: 'boolean',
required: false,
defaultValue: defaults.enableArea,
controlType: 'switch',
group: 'Style',
},
{
key: 'areaBaselineValue',
help: 'Define the value to be used for area baseline.',
description: `
Define the value to be used for area baseline.
Please note that this value isn't the
position of the baseline but the value used
to compute it.
`,
type: 'number | string | Date',
required: false,
defaultValue: defaults.areaBaselineValue,
controlType: 'range',