AT&T M2X Chart Library
npm install att-m2x-chart-libraryAT&T M2X Chart Library
=======
Javascript Library used by M2X Portal Dashboards and Widgets. Also used by the node.js Charts app for SVG and PNG rendering.
* Run npm install to install all dependencies.
* Run npm start to start the development server.
* Navigate to http://localhost:9000/styleguide to view the styleguide.
Run npm test to run the test suite in Phantom JS.
Check the docs directory for the jsdoc output in markdown.
* Use npm version (major|minor|patch) to create a release.
* Run git push --follow-tags to push to Github.
* Then npm publish to publish in npm.