@neovici/cosmoz-charts
v5.7.0
Published
Create beautiful charts using billboard.js
Readme
<cosmoz-charts>
Create beautiful charts using billboard.js
Install the Polymer-CLI
First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install to install your element's dependencies, then run polymer serve to serve your element locally.
Viewing Your Element
$ polymer serveRunning Tests
$ polymer testYour application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.
Releasing
This project uses changesets for versioning and releases.
Creating a changeset
To document a change that should be included in the next release, run:
npm run changesetThis will prompt you to select the type of version bump (major, minor, or patch) and describe the change.
Publishing
When changes are merged to the main branch, the CI will automatically:
- Create a version bump based on the changesets
- Update the changelog
- Publish to npm
