Chart Config
interface ChartConfig : Font, Stroke, ChartBasicConfig, Config<ChartConfig>
Content copied to clipboard
The ChartConfig is the central point of the configuration that holds a lot of configuration properties.
Some of them are defined as root configuration properties. Other are grouped into specific scoped configurations (cursor, events, mark, selection, tooltip, zoom, etc.)
Types
Functions
chart
Link copied to clipboard
cursor
Link copied to clipboard
deepCopy
Link copied to clipboard
events
Link copied to clipboard
legend
Link copied to clipboard
mark
Link copied to clipboard
selection
Link copied to clipboard
title
Link copied to clipboard
tooltip
Link copied to clipboard
xAxis
Link copied to clipboard
yAxis
Link copied to clipboard
zoom
Link copied to clipboard
Properties
backgroundColor
Link copied to clipboard
The background color for the Chart, this color must have a alpha channel value of 100%.
cursor
Link copied to clipboard
The cursor configuration
events
Link copied to clipboard
The events configuration
fontFamily
Link copied to clipboard
The font family (FontFamily).
fontWeight
Link copied to clipboard
The font weight (FontWeight): bold or normal.
legend
Link copied to clipboard
The legend configuration
mark
Link copied to clipboard
The global mark configuration
numberLocale
Link copied to clipboard
The number formatting locale
performanceMode
Link copied to clipboard
Enable "performance mode": better Chart reactivity even with a lot of data but requires more graphic memory.
selection
Link copied to clipboard
The selection configuration
strokeColor
Link copied to clipboard
The stroke Color, use null for no stroke.
strokeWidth
Link copied to clipboard
The stroke thickness, null for no stroke.
timeLocale
Link copied to clipboard
The date formatting locale
title
Link copied to clipboard
The title configuration
tooltip
Link copied to clipboard
The tooltip configuration
x
Link copied to clipboard
The x axis configuration
y
Link copied to clipboard
The y axis configuration
zoom
Link copied to clipboard
The zoom configuration