att-m2x-chart-library
v1.0.40
Published
AT&T M2X Chart Library
Downloads
22
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 install
to install all dependencies. - Run
npm start
to start the development server. - Navigate to
http://localhost:9000/styleguide
to 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-tags
to push to Github. - Then
npm publish
to publish in npm.