Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nsonnad committed Feb 9, 2017
1 parent 178a264 commit ba2f080
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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. [D4](https://github.com/heavysixer/d4) is the default charting framework.
Chartbuilder is the user and export interface.
Chartbuilder powers all chart creation on [Atlas](http://atlas.qz.com), a
charting platform developed by Quartz.

What's new in Chartbuilder 2.0
-------------------------
* The Chart Grid type. Use it to create small multiples of bars, lines, dots, or columns.
* The app has been rewritten in React.js, making it easier to add new chart types or use
third-party rendering libraries, like we are with D4.
third-party rendering libraries.
* Chart edits are automatically saved to localStorage, and a chart can be
recovered by clicking the "load previous chart" button on loading the page.
* Data input now accepts csv formatted data as well as tsv formated data
Expand Down Expand Up @@ -79,6 +79,5 @@ document most of the React components, classes, and utilities in the code base.

##### Documentation for Chartbuilder's dependencies:
* [D3](https://github.com/mbostock/d3/wiki)
* [D4](http://visible.io/docs.html)
* [React](https://facebook.github.io/react/docs/getting-started.html)

0 comments on commit ba2f080

Please sign in to comment.