Bar chart - Docs / Notes
User doc
_id, value pair only
Parameters non-advanced
- Display tooltip
- type: boolean
- Enable or disable the tooltip on the chart
- Tooltip: Category title
- type: string
- Set the name of the category of the tooltip (similar to a prefix)
- Tooltip: Category title
- type: string
- Set the name of the value of the tooltip (similar to a prefix)
- Color set
- type: HTML colour code list
- Colour set to colour the bar of the chart
- direction
- type:
horizontal or vertical
- Change the direction of the bar
- display category axis in diagonal
- type: boolean
- Display category with an angle of 45°
- display value axis in diagonal
- type: boolean
- Display category with an angle of 45°
- force rounded-up value in axis
- type: boolean
- Rounded up axis value
- Display value
- type: boolean
- If enabled, display the value on the bar, or if disabled, display the value on the axis
- Resolving overlap of axis labels
- type: boolean
- Try to avoid overlapping labels
- scale
- type:
linear or logarithmic
- Chart scale
- bars' width
- type: number
- Set the size of the bar, if the size is set to 0 or less, the size will be set to auto
Parameters advanced
Technical doc
TODO