Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
],
},
},
{
key: 'align',
group: 'Base',
help: 'Node alignment method.',
description: `
Defines node alignment method.
Please have a look at the
[official d3 documentation](https://github.com/d3/d3-sankey#sankey_nodeAlign)
for further information.
`,
type: 'string',
required: false,
defaultValue: defaults.align,
controlType: 'choices',
controlOptions: {
choices: sankeyAlignmentPropKeys.map(key => ({
label: key,
value: key,
})),
},
},
{
key: 'sort',
description: `
Defines node sorting method. Must be one of:
- **'auto'** order of nodes within each
column is determined automatically by the layout.
- **'input'** order is fixed by the input.