Skip to content

cpfarher/highcharts-basicline

 
 

Repository files navigation

Modified: add gauge vertical or horizontal: see demo.html for use...

highcharts-basicline polymer component

See the component page for more information.

Getting Started

We've put together a guide for highcharts-basicline 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!

About

Polymer component for basic line chart from highcharts.js package

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.4%
  • CSS 8.6%