An open API service indexing awesome lists of open source software.

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.

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.

[![ncharts Preview](ncharts-preview.png)](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