appearance field.
Colors
ID of a palette from
customPalettes passed to GraphProvider. This determines which colors are used for series in your graph. See Theming.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)
Use the same color for all bars in single-series categorical bar/column charts.
Border
Border configuration. No border by default.
style-'none'|'custom'|'tinted'|'gradient'|'preset'|'grey'(default:'none')color- Hex color or preset name (whenstyleis'preset')width- Stroke width in pixels, 0-64 (default:0)
Round the corners of the border.
Background
Set to
'tint' to mix the background with the first palette color.Text styles
Font and color overrides for
heading and body text. Each accepts fontId and color properties. See Fonts.Text size multiplier (0.5-5).
Number formatting
Number display settings:
decimalPlaces-'auto'or 0-10abbreviation-'none'|'auto'|'k'|'m'|'b'
Interactivity
How non-highlighted items appear on hover:
'grey'= grey out non-highlighted items'fade-color'= fade the color of non-highlighted items
Show tooltips on hover.
Animate on initial render and data/config changes.

