View on GitHub
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
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