-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md with High Charts package information
- Loading branch information
1 parent
8c4ffe6
commit e2c1a73
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# high_chart | ||
<p align="center"> | ||
<img src="https://i.ibb.co/GnKh9tp/kisspng-highsoft-highcharts-data-visualization-technology-crisp-5b0bc0d5cc2c53-729988461527496917836.jpg" /> | ||
</p> | ||
|
||
A chart library based on High Charts (.JS), able to build advanced charts like Pie chart, linear chart, etc. | ||
|
||
## Getting Started | ||
[![pub package](https://img.shields.io/pub/v/high_chart.svg?label=high_chart&color=blue)](https://pub.dev/packages/high_chart) | ||
[![popularity](https://img.shields.io/pub/popularity/high_chart?logo=dart)](https://pub.dev/packages/high_chart/score) | ||
[![pub points](https://img.shields.io/pub/points/high_chart?logo=dart)](https://pub.dev/packages/high_chart/score) | ||
![building](https://github.com/senthilnasa/high_chart/workflows/build/badge.svg) | ||
|
||
This project is a starting point for a Flutter | ||
[plug-in package](https://flutter.dev/to/develop-plugins), | ||
a specialized package that includes platform-specific implementation code for | ||
Android and/or iOS. | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
# High Charts Package for Flutter | ||
A Flutter package to use [High Charts](https://www.highcharts.com/) | ||
|
||
## Usage | ||
To use this plugin, please visit the [Usage documentation](https://github.com/senthilnasa/high_chart/wiki) |