lindzcook / U.S.-News-Chartbuilder

Start making charts now: http://lindseycook.io/U.S.-News-Chartbuilder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

U.S. News Chartbuilder

How to use Chartbuilder

###Getting started Start making charts now: http://lindseycook.io/U.S.-News-Chartbuilder/

To customize this, you can:

####Download via github

  1. Download source (and unzip)
  2. from the terminal navigate to the source folder (on a Mac: cd ~/Downloads/Chartbuilder-master/)
  3. Start a webserver run python -m SimpleHTTPServer
  4. Open Google Chrome, Apple Safari, or Opera and navigate to http://localhost:8000/

Install using bower

  1. from the terminal bower install chartbuilder
  2. copy the chartbuilder files to the top directory by running cp -r bower_components/chartbuilder/* .
  3. compile webfontloader cd bower_components/webfontloader/; rake compile;
  4. start a webserver cd ../../; python -m SimpleHTTPServer;
  5. Open Google Chrome, Apple Safari, or Opera and navigate to http://localhost:8000/

###Examples of charts made with Chartbuilder ####Line charts

####Column charts

####Bar grids

####Mixed

About

Start making charts now: http://lindseycook.io/U.S.-News-Chartbuilder/

License:MIT License


Languages

Language:JavaScript 94.1%Language:CSS 5.9%