Facebook Pixel

AnyChart Meteor Integration Demo

This example shows how the use AnyChart charting library with Meteor applications.
View on GitHub

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:

  1. Clone this repository to run it locally:
    
    $ git clone git@github.com:anychart-integrations/meteor-simple-demo.git
                
  2. Change the folder:
    
    $ cd meteor-simple-demo
                
  3. Initialize current directory as Meteor meteor application
    
    $ meteor create .
                
  4. Initialize npm for the current Meteor project.
    
    $ meteor npm install
                
  5. Add anychart package to make anychart global object available in Meteor applications.
    
    meteor add anychart:anychart
                
  6. Run the Meteor application (after the build is complete, by default it is available at http://localhost:3000/).
    
    $ meteor
                

Further Learning


License

AnyChart Meteor integration sample includes two parts:

  • Code of the integration sample 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