Native iOS/Android charting for NativeScript using DGCharts (iOS) and MPAndroidChart (Android).
Line, Bar, Pie, Scatter, Bubble, CandleStick, Radar, and Combined charts with full customization.
Tap image to watch it in action.
npm install @nstudio/ncharts
# or
yarn add @nstudio/ncharts
# or
pnpm add @nstudio/ncharts
# or
bun add @nstudio/nchartsBrowse the documentation for usage examples, chart types, and configuration options.
| Framework | Import Path |
|---|---|
| Angular | @nstudio/ncharts/angular |
| React | @nstudio/ncharts/react |
| Solid | @nstudio/ncharts/solid |
| Svelte | @nstudio/ncharts/svelte |
| Vue | @nstudio/ncharts/vue |
npm run setup
npm startRun npm start for an interactive menu of development tasks.
MIT
