# nativescript-ui-charts **Repository Path**: mirrors_NativeScript/nativescript-ui-charts ## Basic Information - **Project Name**: nativescript-ui-charts - **Description**: NativeScript wrapper around HiCharts library - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **NOTE: This repo was moved [here](https://github.com/NativeScript/ui-kit) for further development.**
## Installation
In Command prompt / Terminal navigate to your application root folder and run:
```
tns plugin add @nativescript/ui-charts
```
## Usage
The best way to explore the usage of the plugin is to inspect the demo app in the plugin's root folder.
In `demo` folder you can find the usage of the plugin for TypeScript non-Angular application. Refer to `demo/app/demos` for different chart types.
### NativeScript Core
```xml