...
This type will show a horizontal bar chart to use for visualizing progress or similar data. You can pass a configuration object where you can specify which keys from the entries the chart should use, and their color in the chart.
Info |
---|
The stacked bar chart relies on data fields that are sourced as number. |
...
Code Block |
---|
- label: 'Progress'
key: ''
type: 'stackedBarChart'
showInTableHeader: false
showInDetailList: true
defaultColor: '#0022dd',
stackedBarChart:
- key: 'Remaining'
color: '#C6DDF0'
- key: 'Spent'
color: '#C99DA3'
- key: 'Excess'
color: '#996888' |
If you have an entry with these data fields:
...