Skip to content

AmCharts free, a responsive js chart framework, packaged for meteor

Notifications You must be signed in to change notification settings

runlevelsix/meteor-amcharts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a meteor package of the AmCharts free version for meteor projects.

Installation

Install by typing meteor add em0ney:amcharts

This version replaces 'mrt:amcharts'

Usage

Take example charts from AmCharts Demos. Simply place all javascript initialisation code inside of a Template.rendered = function() {} callback. E.g. https://github.com/thesaucecode/meteor-amcharts-example/blob/master/client/example2.js

Within your chart initialization, if referencing any images (e.g. 'export.png'), please prepend the path with the package path. E.g.

"exportConfig":{
  "menuTop":"20px",
      "menuRight":"20px",
      "menuItems": [{
      "icon": '/packages/amcharts/lib/images/export.png',
      "format": 'png'   
      }]  
  }

About

AmCharts free, a responsive js chart framework, packaged for meteor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 3.7%
  • CSS 1.1%