@tanstack/solid-charts
v0.14.0
Published
This compatibility package remains supported for existing applications. New applications use the Solid adapter from `@tanstack/charts/solid`.
Readme
@tanstack/solid-charts
This compatibility package remains supported for existing applications. New
applications use the Solid adapter from @tanstack/charts/solid.
pnpm add @tanstack/charts solid-jsimport { defineChart } from '@tanstack/charts'
import { tooltip } from '@tanstack/charts/tooltip'
import { Chart } from '@tanstack/charts/solid'
const interactiveDefinition = defineChart(definition, { tooltip })
;<Chart definition={interactiveDefinition} ariaLabel="Revenue by month" />The adapter renders SVG during SSR and updates the shared chart host from Solid's reactive owner.
Read the published
Solid adapter guide
and
Chart reference.
