Installation
Install the TailNG chart package with ECharts. The renderer runtime is loaded internally, while the public API stays TailNG-owned.
Installation
Install @tailng-ui/charts with the ECharts peer dependency.
Package install
Add @tailng-ui/charts together with the echarts peer dependency. Theme tokens from @tailng-ui/theme are recommended when you want charts to follow your app preset.
pnpm
bash
pnpm add @tailng-ui/charts echartsnpm
bash
npm install @tailng-ui/charts echartsyarn
bash
yarn add @tailng-ui/charts echarts