att-m2x-chart-library
v1.0.40
Published
AT&T M2X Chart Library
Downloads
105
Keywords
Readme
AT&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.
Development
- Run
npm installto install all dependencies. - Run
npm startto start the development server. - Navigate to
http://localhost:9000/styleguideto view the styleguide.
Testing
Run npm test to run the test suite in Phantom JS.
Documentation
Check the docs directory for the jsdoc output in markdown.
Releases
- Use
npm version (major|minor|patch)to create a release. - Run
git push --follow-tagsto push to Github. - Then
npm publishto publish in npm.
