appearance field.
Colors
string
ID of a palette from
customPalettes passed to GraphProvider. This determines which colors are used for series in
your graph. See Custom palettes.Record<string, SeriesStyle>
Style overrides for individual series. Each series is identified by a key that starts with
series and is followed by a number (e.g. series1, series2 etc).For a waterfall chart, the keys are waterfallStart, waterfallPositive, waterfallNegative and waterfallTotal.Each SeriesStyle can have:paletteColorId- Color ID from the active palettecustomColor- Hex color (takes precedence overpaletteColorId)fillStyle-'solid'|'hatched'(for bars/areas)lineStyle-'solid'|'dashed'|'dotted'(for lines)
boolean
default:"false"
Use the same color for all bars in single-series categorical bar/column charts.
Border
object
Border configuration. No border by default. -
style - 'none' | 'custom' | 'tinted' | 'gradient' | 'preset'
| 'grey' (default: 'none') - color - Hex color or preset name (when style is 'preset') - width - Stroke
width in pixels, 0-64 (default: 0)boolean
default:"true"
Round the corners of the border.
Background
'none' | 'tint'
default:"none"
Set to
'tint' to mix the background with the first palette color.Text styles
object
Font and color overrides for
heading and body text. Each accepts fontId and color properties. See
Fonts.number
default:"1"
Text size multiplier (0.5-5).
Number formatting
object
Number display settings: -
decimalPlaces - 'auto' or 0-10 - abbreviation - 'none' | 'auto' | 'k' | 'm' |
'b'Interactivity
'grey' | 'fade-color'
default:"grey"
How non-highlighted items appear on hover: -
'grey' = grey out non-highlighted items - 'fade-color' = fade the
color of non-highlighted itemsboolean
default:"true"
Show tooltips on hover.
boolean
default:"true"
Animate on initial render and data/config changes.

