Theme Properties
The theme properties may be used to set common colors across many properties in each component instance.
By default, any color prop defined on the chart, an axis, pen, or interaction will override the props listed below.
Name | Description | Property Type |
axisBorderColor | The color for the axis border. | Color |
axisLabelColor | The color for the tick labels of the axis. | Color |
axisTitleColor | The color for the title of the axis. | Color |
chartBackground | Color | |
chartTitleColor | The color for the chart title | Color |
highlightFill | Color | |
highlightStroke | Color | |
legendBackground | Color | |
legendForeground | Color | |
loadingBackground | Color | |
loadingForeground | Color | |
majorGridLineStroke | Color | |
minorGridLineStroke |
Color | |
textAnnotationBackground |
Color | |
textAnnotationForeground |
Color | |
penColumnFill |
Color | |
penColumnStroke |
Color | |
penGradientFill | The default gradient for any pen type with the fill property. |
PenGradientStop[] |
penLineStroke | Color | |
penMountainFill | Color | |
penMountainStroke | Color | |
traceStroke | Color |