From 74c2dfe6570eed094fbcd7287e0a70d799c1a8c7 Mon Sep 17 00:00:00 2001 From: hustcc Date: Mon, 1 Feb 2021 19:21:59 +0800 Subject: [PATCH] docs: add G2, G2Plot (#760) * docs: add G2, G2Plot * docs: update order --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df56196..66ffe62 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ 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. * [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. @@ -315,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/).