chartPalette to reach a step outside that order.
- Design: Look & feel
- Shared API: Chart component
chartStepItemStyle:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Compose out-of-order monochrome steps for @servicetitan/anvil2-rn-charts-kit.
chartPalette to reach a step outside that order.
chartStepItemStyle:
const steps = chartPalette(appearance, "monochrome");
// e.g. force the outlined pale step onto series 0, ignoring index order:
series: [
{
type: "bar",
name: "Highlight",
data: [1200],
itemStyle: chartStepItemStyle(steps[3]),
},
// …
];
Was this page helpful?