Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberlight/highcharts-basicline
Polymer component for basic line chart from highcharts.js package
https://github.com/cyberlight/highcharts-basicline
Last synced: 30 days ago
JSON representation
Polymer component for basic line chart from highcharts.js package
- Host: GitHub
- URL: https://github.com/cyberlight/highcharts-basicline
- Owner: CyberLight
- Created: 2014-11-16T07:56:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T02:11:03.000Z (about 10 years ago)
- Last Synced: 2024-12-10T03:59:36.130Z (30 days ago)
- Language: JavaScript
- Size: 824 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
highcharts-basicline polymer component
======================================See the [component page](http://CyberLight.github.io/highcharts-basicline) for more information.
## Getting Started
We've put together a [guide for highcharts-basicline](http://www.polymer-project.org/docs/start/reusableelements.html) to help get you rolling.
## Instructions for development
* Create folder `component` using command `mkdir component && cd $_`
* Clone repository using `git clone ...` command inside `component` folder
* Run `npm install` for installing `grunt` and his contrib libraries
* Run `bower install` for installind dependencies for reusable element
* All dependencies stored inside `component` folder, not in folder with component
## Running tests
* Run command `grunt test` and in browser tou will see what all tests passed## Running demo
* Run command `grunt demo` and you will see polymer component for highcharts baseline in action!