Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Chartbuilder :chart_with_upwards_trend:

Chartbuilder is a front-end charting application that facilitates easy creation of simple beautiful charts.

Chartbuilder is the user and export interface. Chartbuilder powers all chart creation on Atlas, a charting platform developed by Quartz.

What's new in Chartbuilder 2.0

What Chartbuilder is not

What Chartbuilder is

Chartbuilder is the final step in charting to create charts in a consistent predefined style. Paste data into it and export the code to draw a mobile friendly responsive chart or a static svg or png chart.

Who is using Chartbuilder

Other than Quartz, customized Chartbuilder created charts have been seen in many publications:

Getting started with Chartbuilder

If you are not interested in customizing the styles of your charts use the hosted version: http://quartz.github.io/Chartbuilder

To work on the Chartbuilder code, first download the project and install dependencies:

Download via github

  1. Make sure you have a recent version of node.js (0.12 or above) (or io.js)
  2. Download source (and unzip or clone using git)
  3. from the terminal navigate to the source folder (on a Mac: cd ~/Downloads/Chartbuilder-master/)
  4. Install the dependencies automatically by running npm install
  5. Start the included web server by running npm run dev
  6. Point your browser to http://localhost:3000/
  7. When you're done developing, build and deploy your Chartbuilder!

Making a chart with Charbuilder

Customizing your Chartbuilder

Documentation

Documentation for Chartbuilder's dependencies: