Simple example of gantt chart from our playground. Demonstrates how you can use AnyChart as ECMAScript6 module.
You will need a browser that supports ES6 module syntax.
Please see browser compatibility section of MDN.
Also you will need a webserver to serve the files (because of cross-origin policy).
Just for example we will use python SimpleHTTPServer.
Clone this repository:
$ git clone [email protected]:anychart-integrations/anychart-es6-example.git
Navigate to the example directory:
$ cd anychart-es6-example
Run SimpleHTTPServer:
$ python -m SimpleHTTPServer 8000
Navigate to localhost:8000.
- Web: www.anychart.com
- Email: [email protected]
- Twitter: anychart
- Facebook: AnyCharts
- LinkedIn: anychart
AnyChart ES6 integration sample includes two parts:
- code of the integration sample that allows to use Javascript library (in this case, AnyChart) with ECMAScript6. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under Apache 2.0 License.
- AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details here
If you have any questions regarding licensing - please contact us. [email protected]