Skip to content
Chris Roth edited this page Jun 25, 2015 · 4 revisions

Todos

Framework

  • Build a new npm module that holds example graphs (keep pie and bar in this repo as examples)
  • Refactor, clean up

Existing Graphs (bar & pie)

General

  • automatic paddingBottom calculation
  • improve playground -> clear documentation on params (defaults, interactivity, ...)
  • Better labeling
  • more parameters

Pie

  • Exit transition

Bar

  • Stacking

New Graphs (in a new to-be-created-module)

  • Area
  • Scatter
  • ...

DONE

  • Add tooltips -> added in 0.0.7, very basic.
  • Make viewbox optional (i.e. be able to create fix-size-graphs) -> We prefer to use e.g. bootstrap grids to control site layout. We believe that the layout of the page should not be driven by the graphs.
  • Provide a pub/sub mechanism -> implemented (v0.0.6, using Reflux)

Clone this wiki locally