Chart docs give instructions to install an obsolete version of layerchart
Author: bigmac44Created Sep 17, 2026Updated Sep 17, 2026
Labelstriage
Change Type
Correction
Proposed Changes
https://www.shadcn-svelte.com/docs/components/chart The manual install instructions in the Chart docs say to install layerchart@next
npm i layerchart@next -D
This will install the old candidate versions of layerchart 2.
npm i layerchart -D and similar should be sufficient
Source: huntabyte/shadcn-svelte