From 66545adbac5ddd4f23c19b483fb655a7b1904e42 Mon Sep 17 00:00:00 2001 From: hustcc Date: Sat, 30 Jan 2021 22:14:13 +0800 Subject: [PATCH 1/2] docs: add G2, G2Plot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df561962..2258c24a 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,9 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [fabric.js](https://github.com/kangax/fabric.js) - JavaScript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser. * [peity](https://github.com/benpickles/peity) - Progressive bar, line and pie charts. * [raphael](https://github.com/DmitryBaranovskiy/raphael) - JavaScript Vector Library. -* [echarts](https://github.com/ecomfe/echarts) - Enterprise Charts. +* [echarts](https://github.com/apache/echarts) - Enterprise Charts. +* [G2](https://github.com/antvis/G2) - A highly interactive data-driven visualization grammar for statistical charts. +* [G2Plot](https://github.com/antvis/G2Plot) - An interactive and responsive charting library. Based on the grammar of graphics. * [vis](https://github.com/almende/vis) - Dynamic, browser-based visualization library. * [two.js](https://github.com/jonobr1/two.js) - A renderer agnostic two-dimensional drawing api for the web. * [g.raphael](https://github.com/DmitryBaranovskiy/g.raphael) - Charts for Raphaël. From 63ee3bb327d156ac94a5574f9035918822212104 Mon Sep 17 00:00:00 2001 From: hustcc Date: Sun, 31 Jan 2021 22:15:30 +0800 Subject: [PATCH 2/2] docs: update order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2258c24a..66ffe62e 100644 --- a/README.md +++ b/README.md @@ -285,8 +285,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [peity](https://github.com/benpickles/peity) - Progressive bar, line and pie charts. * [raphael](https://github.com/DmitryBaranovskiy/raphael) - JavaScript Vector Library. * [echarts](https://github.com/apache/echarts) - Enterprise Charts. -* [G2](https://github.com/antvis/G2) - A highly interactive data-driven visualization grammar for statistical charts. -* [G2Plot](https://github.com/antvis/G2Plot) - An interactive and responsive charting library. Based on the grammar of graphics. * [vis](https://github.com/almende/vis) - Dynamic, browser-based visualization library. * [two.js](https://github.com/jonobr1/two.js) - A renderer agnostic two-dimensional drawing api for the web. * [g.raphael](https://github.com/DmitryBaranovskiy/g.raphael) - Charts for Raphaël. @@ -317,6 +315,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [mxGraph](https://github.com/jgraph/mxgraph) - Diagramming library that enables interactive graph and charting applications to be quickly created that run natively in any major browser that is supported by its vendor. * [Frappe Charts](https://github.com/frappe/charts) - GitHub-inspired simple and modern SVG charts for the web with zero dependencies. * [Frappe Gantt](https://github.com/frappe/gantt) - A simple, interactive, modern gantt chart library for the web. +* [G2](https://github.com/antvis/G2) - A highly interactive data-driven visualization grammar for statistical charts. +* [G2Plot](https://github.com/antvis/G2Plot) - An interactive and responsive charting library. Based on the grammar of graphics. There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](http://www.anychart.com), [plotly](https://plot.ly/), and [highchart](http://www.highcharts.com/).