https://github.com/nstudio/ncharts
High-performance, fully customizable chart components for NativeScript. Line, Bar, Pie, Scatter, Candlestick, Radar and more.
https://github.com/nstudio/ncharts
android charts ios mpandroidchart nativescript
Last synced: 2 months ago
JSON representation
High-performance, fully customizable chart components for NativeScript. Line, Bar, Pie, Scatter, Candlestick, Radar and more.
- Host: GitHub
- URL: https://github.com/nstudio/ncharts
- Owner: nstudio
- License: mit
- Created: 2026-01-24T07:25:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-01-26T03:56:13.000Z (3 months ago)
- Last Synced: 2026-02-08T01:15:49.355Z (3 months ago)
- Topics: android, charts, ios, mpandroidchart, nativescript
- Language: TypeScript
- Homepage: https://plugins.nstudio.io/ncharts/
- Size: 5.52 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @nstudio/ncharts
Native iOS/Android charting for NativeScript using [DGCharts](https://github.com/ChartsOrg/Charts) (iOS) and [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) (Android).
Line, Bar, Pie, Scatter, Bubble, CandleStick, Radar, and Combined charts with full customization.
[](https://www.youtube.com/watch?v=5ghk9R0SW8w)
Tap image to watch it in action.
## Installation
```bash
npm install @nstudio/ncharts
# or
yarn add @nstudio/ncharts
# or
pnpm add @nstudio/ncharts
# or
bun add @nstudio/ncharts
```
## Documentation
Browse the [documentation](https://plugins.nstudio.io/ncharts/) for usage examples, chart types, and configuration options.
## Frameworks
| Framework | Import Path |
|-----------|-------------|
| Angular | `@nstudio/ncharts/angular` |
| React | `@nstudio/ncharts/react` |
| Solid | `@nstudio/ncharts/solid` |
| Svelte | `@nstudio/ncharts/svelte` |
| Vue | `@nstudio/ncharts/vue` |
## Contributing
```bash
npm run setup
npm start
```
Run `npm start` for an interactive menu of development tasks.
## License
MIT
Made with ❤️ for the NativeScript community