jack829 / HighChartsTimeSeries

A time series chart using HighCharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Repo displays a Highcharts time series for requests. You can dynamically update the requests for any of the time series.

###To run: Clone down the repo

From the root directory, run:

npm install

This will install command-line CoffeeScript and its compiler.

To compile the code to JavaScript, run:

coffee --compile --output lib src

Now the Coffeescript code from the src folder is compiled to JS in the lib folder.

We will use python's simple server here. If you do not have python, please download it or use an alternative simple server.

From the root directory:

python -m SimpleHTTPServer

Note: I did not set up a node.js http server in order to avoid using any tools on top of JS.

Then on your browser, navigate to http://localhost:8000

About

A time series chart using HighCharts


Languages

Language:CoffeeScript 75.4%Language:HTML 16.9%Language:CSS 7.7%