Skip to content

Commit b2c6572

Browse files
authored
Merge pull request #16 from warioddly/dev
Dev
2 parents 98f4c28 + d895536 commit b2c6572

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
1-
# GRAPHIFY
2-
> #### A data visualization charts library, based on Apache ECharts, able to build advanced charts like WebGL 3D, GIS map, etc.
1+
![graphify_banner](https://github.com/user-attachments/assets/ff14b1f9-c1f6-4684-ad3e-8ce0b822b7d2)
32

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>
79

8-
| ![graph_webkit_dep](https://github.com/user-attachments/assets/2ce1808d-a542-4295-9e3a-4918bcf6053e) | ![bar_3d_chart](https://github.com/user-attachments/assets/6d50d560-ee8e-4f39-99c4-dc271ba2556c) |
9-
|:--------------------------------------------------------------------:|:--------------------------------------------------------------------:|
10-
| ![candle_stick_brush](https://github.com/user-attachments/assets/668c6fef-4068-48d8-9a49-fe00c47ef946) | ![all](https://github.com/user-attachments/assets/2403f837-8870-4eba-a75c-30d41e7e543f) |
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.
1113
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+
| ![graph_webkit_dep](https://github.com/user-attachments/assets/2ce1808d-a542-4295-9e3a-4918bcf6053e) | ![bar_3d_chart](https://github.com/user-attachments/assets/6d50d560-ee8e-4f39-99c4-dc271ba2556c) |
15+
|:--------------------------------------------------------------------:|:--------------------------------------------------------------------:|
16+
| ![candle_stick_brush](https://github.com/user-attachments/assets/668c6fef-4068-48d8-9a49-fe00c47ef946) | ![all](https://github.com/user-attachments/assets/f5890466-0d33-47a2-8603-44b152188814) |
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 />
1330
1431

1532
## Features

0 commit comments

Comments
 (0)