From f4a27425fec91ed48531503dc40cd41778e70ed1 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 24 Jul 2020 19:11:34 +0530 Subject: [PATCH 1/2] feat: added frappe charts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5d163f..a6add12 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [recharts](https://github.com/recharts/recharts) - Redefined chart library built with React and D3. * [GraphicsJS](https://www.graphicsjs.org) - A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology. * [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. 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/). From 335eff96997c6651e776906801593cd2ab642056 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 24 Jul 2020 19:26:06 +0530 Subject: [PATCH 2/2] feat: added gantt and datatable --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6add12..ef7cc02 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [recharts](https://github.com/recharts/recharts) - Redefined chart library built with React and D3. * [GraphicsJS](https://www.graphicsjs.org) - A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology. * [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 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. 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/). @@ -312,6 +313,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Spreadsheet * [HANDSONTABLE](https://github.com/handsontable/handsontable) - Handsontable is a JavaScript/HTML5 Spreadsheet Library for Developers +* [Frappe Datatable](https://github.com/frappe/datatable) - Frappe DataTable is a simple, modern and interactive datatable library for displaying tabular data. ## Editors