|
1 | | -# GRAPHIFY |
2 | | -> #### A data visualization charts library, based on Apache ECharts, able to build advanced charts like WebGL 3D, GIS map, etc. |
| 1 | + |
3 | 2 |
|
4 | | -> #### [See demo](https://warioddly.github.io/graphify/). |
5 | | -> #### [See Echarts Examples](https://echarts.apache.org/examples/en/index.html) |
6 | | -> #### [Pub.dev](https://pub.dev/packages/graphify/versions) |
| 3 | +<a href="https://pub.dartlang.org/packages/graphify"><img alt="Pub Package" src="https://img.shields.io/pub/v/graphify.svg"></a> |
| 4 | +<a href="https://pub.dev/packages/graphify"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/warioddly/graphify"></a> |
| 5 | +<a href="https://githubc.com/warioddly/graphify/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed-raw/warioddly/graphify" alt="GitHub closed issues"></a> |
| 6 | +<a href="https://githubc.com/warioddly/graphify/issues"><img src="https://img.shields.io/github/issues/warioddly/graphify" alt="GitHub open issues"></a> |
| 7 | +<a href="https://github.com/warioddly/graphify/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/warioddly/graphify"></a> |
| 8 | +<a href="https://github.com/warioddly/graphify/issues"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="Contributing"></a> |
7 | 9 |
|
8 | | -|  |  | |
9 | | -|:--------------------------------------------------------------------:|:--------------------------------------------------------------------:| |
10 | | -|  |  | |
| 10 | +# GRAPHIFY |
| 11 | +> ### A data visualization charts library, based on Apache ECharts, able to build advanced charts like WebGL 3D, GIS map, etc. |
| 12 | +> A Flutter package that serves as a bridge to [Apache ECharts](https://echarts.apache.org/) for creating interactive charts and data visualizations in your Flutter applications. |
11 | 13 |
|
12 | | -A Flutter package that serves as a bridge to [Apache ECharts](https://echarts.apache.org/) for creating interactive charts and data visualizations in your Flutter applications. |
| 14 | +|  |  | |
| 15 | +|:--------------------------------------------------------------------:|:--------------------------------------------------------------------:| |
| 16 | +|  |  | |
| 17 | + |
| 18 | +> [See demo](https://warioddly.github.io/graphify/) <br /> |
| 19 | +> [Echarts Examples](https://echarts.apache.org/examples/en/index.html) <br /> |
| 20 | +> [Pub.dev](https://pub.dev/packages/graphify/versions) <br /> |
| 21 | +
|
| 22 | +## Content |
| 23 | +> [Features](/README.md#features) <br /> |
| 24 | +> [Installation](/README.md#installation) <br /> |
| 25 | +> [Quick Start](/README.md#quick-start) <br /> |
| 26 | +> [Basic Example](/README.md#basic-example) <br /> |
| 27 | +> [Parameters and Settings](/README.md#parameters-and-settings) <br /> |
| 28 | +> [License](/README.md#license) <br /> |
| 29 | +> [Contributing](/README.md#contributing) <br /> |
13 | 30 |
|
14 | 31 |
|
15 | 32 | ## Features |
|
0 commit comments