{"id":15141838,"url":"https://github.com/nativescript/nativescript-ui-charts","last_synced_at":"2025-09-29T10:31:21.737Z","repository":{"id":40475489,"uuid":"280076848","full_name":"NativeScript/nativescript-ui-charts","owner":"NativeScript","description":"NativeScript wrapper around HiCharts library","archived":true,"fork":false,"pushed_at":"2023-05-03T17:00:27.000Z","size":5999,"stargazers_count":25,"open_issues_count":9,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-14T04:51:32.743Z","etag":null,"topics":["android","charts","ios","mobile","nativescript","plugin","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NativeScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"NativeScript","open_collective":"nativescript"}},"created_at":"2020-07-16T06:49:13.000Z","updated_at":"2023-11-07T12:55:09.000Z","dependencies_parsed_at":"2023-02-12T17:15:55.217Z","dependency_job_id":"abd50fd6-4751-49ad-ac9a-e98f647ae12d","html_url":"https://github.com/NativeScript/nativescript-ui-charts","commit_stats":{"total_commits":82,"total_committers":9,"mean_commits":9.11111111111111,"dds":"0.25609756097560976","last_synced_commit":"78cb53c8042999a8468b9aec2247152e0fa40a60"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fnativescript-ui-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fnativescript-ui-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fnativescript-ui-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fnativescript-ui-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/nativescript-ui-charts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219874490,"owners_count":16554583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","charts","ios","mobile","nativescript","plugin","ui"],"created_at":"2024-09-26T09:02:37.784Z","updated_at":"2025-09-29T10:31:17.685Z","avatar_url":"https://github.com/NativeScript.png","language":"TypeScript","readme":"**NOTE: This repo was moved [here](https://github.com/NativeScript/ui-kit) for further development.**\n\u003chr\u003e\n# @nativescript/ui-charts ![apple](https://cdn3.iconfinder.com/data/icons/picons-social/57/16-apple-32.png) ![android](https://cdn4.iconfinder.com/data/icons/logos-3/228/android-32.png)\n\n\u003c!-- [![npm](https://img.shields.io/npm/v/@nativescript/ui-charts.svg)](https://www.npmjs.com/package/@nativescript/ui-charts)\n[![npm](https://img.shields.io/npm/dm/@nativescript/ui-charts.svg)](https://www.npmjs.com/package/@nativescript/ui-charts) --\u003e\n\nNativescript wrapper for Highcharts iOS and Android SDKs\n\n\u003cimg src=\"https://github.com/NativeScript/nativescript-ui-charts/blob/master/assets/screenshot-android.png?raw=true\" height=\"320\" \u003e\n\n## Installation\n\nIn Command prompt / Terminal navigate to your application root folder and run:\n\n```\ntns plugin add @nativescript/ui-charts\n```\n\n## Usage \n\nThe best way to explore the usage of the plugin is to inspect the demo app in the plugin's root folder. \nIn `demo` folder you can find the usage of the plugin for TypeScript non-Angular application. Refer to `demo/app/demos` for different chart types.\n\n### NativeScript Core\n\t\n```xml\n\u003cPage xmlns=\"http://schemas.nativescript.org/tns.xsd\"\n  xmlns:uc=\"@nativescript/ui-charts\"\u003e  \u003c!-- Don't forget to declare the namespace --\u003e\n  \u003cGridLayout\u003e\n    \u003cuc:UIChartsView id=\"chartView\" loaded=\"chartViewLoaded\" /\u003e\n  \u003c/GridLayout\u003e\n\u003c/Page\u003e\n```\n\n```ts\nexport function chartViewLoaded(args) {\n  chartView = args.object;\n  chartView.setOptions(viewModel.get('chartOptions'));\n}\n```\n\nThe `chartOptions` is a HICharts options object,\nrefer to https://www.highcharts.com/demo/ for inspiration, and also checkout https://api.highcharts.com/highcharts/ for API reference\n","funding_links":["https://github.com/sponsors/NativeScript","https://opencollective.com/nativescript"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fnativescript-ui-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Fnativescript-ui-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fnativescript-ui-charts/lists"}