The Mixed Chart component for classic apps
A content area to display mixed charts.
The Mixed Chart component renders data on an x-axis and multiple y-axes, and it can combine several different chart types. Mixed Chart is useful for visualizing the relationship between several different datasets.
For more information about using the Mixed Chart component, refer to the charts guide.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
barGap
The gap between bars relative to the size of the bars. This can be a number between 0 and 1.
| Type | number |
| Format | Float |
| Configurability | Inspector > Appearance > Bar gap |
| Default | 0.4 |
Examples
false0.1
barGroupGap
The gap between bars in a group relative to the size of the bars. This can be any number between 0 and 1.
| Type | number |
| Format | Float |
| Configurability | Inspector > Appearance > Bar group gap |
| Default | 0 |
Examples
false0.1
barMode
The list of bar modes.
| Type | string | |||||||||||||||
| Format | Plain Text | |||||||||||||||
| Configurability | Inspector > Appearance > Bar mode | |||||||||||||||
| Allowed Values |
| |||||||||||||||
| Default | stack |
Examples
false"stack"
barOrientation
The orientation of the bars.
| Type | string | |||||||||
| Format | Plain Text | |||||||||
| Configurability | Inspector > Appearance > Bar orientation | |||||||||
| Allowed Values |
| |||||||||
| Default | vertical |
Examples
false"vertical"