anychart-integrations / anychart-es6-example

AnyChart / ECMAScript6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnyChart - Robust JavaScript/HTML5 Chart library for any project

AnyChart ES6 example

Simple example of gantt chart from our playground. Demonstrates how you can use AnyChart as ECMAScript6 module.

Requirements

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.

Running

Clone this repository:

$ git clone git@github.com: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.

Contacts

Further Learning

License

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. sales@anychart.com Analytics

About

AnyChart / ECMAScript6

License:Apache License 2.0


Languages

Language:HTML 100.0%