Anychart Meteor Integration Demo.
This example shows how the use AnyChart charting library with Meteor applications.
Table of Contents
Meteor installation
Follow Meteor Installation Guide to get Meteor.
Quick start
After Meteor is installed and is available in the command line, please do the following to run this integration demo:
- Clone this repository to run it locally:
$ git clone git@github.com:anychart-integrations/meteor-simple-demo.git- Change the folder:
$ cd meteor-simple-demo- Initialize current directory as Meteor meteor application
$ meteor create .- Initialize npm for the current Meteor project.
$ meteor npm install- Add anychart package to make
anychartglobal object available in Meteor applications.
$ meteor add anychart:anychart- Run the Meteor application (after the build is complete, by default it is available at http://localhost:3000/).
$ meteorContacts
- Web: www.anychart.com
- Email: contact@anychart.com
- Twitter: anychart
- Facebook: AnyCharts
- LinkedIn: anychart
Links
- AnyChart Website
- Download AnyChart
- AnyChart Licensing
- AnyChart Support
- Report Issues
- AnyChart Playground
- AnyChart Documentation
- AnyChart API Reference
- AnyChart Sample Solutions
- AnyChart Integrations
License
Meteor-Anychart demo for AnyChart include two parts:
- code of the demo that allows to use Javascript library (in this case, AnyChart) with Meteor. 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
