From 6445c3cadbd45fa94876f1dd189242905fe9c722 Mon Sep 17 00:00:00 2001 From: andreykh1985 Date: Wed, 1 Mar 2017 17:31:42 +0500 Subject: [PATCH] Add GraphicsJS (#324) * Add GraphicsJS * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c5aae5..dfe93fb 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [c3](https://github.com/c3js/c3) - D3-based reusable chart library. * [BabylonJS](https://github.com/BabylonJS/Babylon.js) - A framework for building 3D games with HTML 5 and WebGL. * [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. 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/).