CLI previewInstall commands shown on this site are not released yet.

DocsChartsIsometric

IsoColumnChart

React example follows below.
ts
import { IsoColumnChart } from "@grassroot/charts-react";
<IsoColumnChart />

This adapter is not ported yet.

No translated snippet for this adapter yet.

This adapter is not ported yet.

No translated snippet for this adapter yet.

This adapter is not ported yet.

No translated snippet for this adapter yet.

This adapter is not ported yet.

No translated snippet for this adapter yet.

Installation

bash
pnpm dlx grassroot add chart/iso-column-chart
bash
npx grassroot@latest add chart/iso-column-chart
bash
yarn dlx grassroot add chart/iso-column-chart
bash
bunx grassroot add chart/iso-column-chart

API Reference

IsoColumnChartProps
PropTypeDefault
datarequiredreadonly IsoColumnDatum[]
gpuBackendimport("@grassroot/core").ChartGpuBackend | undefined
widthnumber | undefined
heightnumber | undefined
renderPlanMode"svg" | "host" | undefined
rendererStrategyPartial<import("@grassroot/core").ChartRendererStrategy> | undefined
showGridboolean | undefined
legendboolean | import("@grassroot/interaction/core").LegendConfig | undefined
tooltipboolean | import("./base").ExpandedChartTooltipConfig<unknown> | undefined
animationboolean | import("./base").ExpandedChartAnimationConfig | undefined
interactiveGates every pointer/keyboard interaction the shell owns (hit-test on pointer move, focus-to-first, arrow navigation, Escape) and, with `keyboardNavigation`, whether the plot surface is focusable at all.boolean | undefined
hiddenSeriesreadonly string[] | undefined
defaultHiddenSeriesreadonly string[] | undefined
onHiddenSeriesChange((ids: readonly string[]) => void) | undefined
activeDatumstring | null | undefined
defaultActiveDatumUncontrolled initial value for the `activeDatum`/`onActiveDatumChange` pair.string | null | undefined
onActiveDatumChange((id: string | null) => void) | undefined
rendererimport("@grassroot/core").ChartRenderer | undefined
classNamestring | undefined
themeimport("@grassroot/theme").PartialChartTheme | undefined
titlestring | undefined
descriptionstring | undefined
ariaLabelstring | undefined
keyboardNavigationboolean | undefined