-
Notifications
You must be signed in to change notification settings - Fork 13
ToDos
Chris Roth edited this page Jun 25, 2015
·
4 revisions
- Build a new npm module that holds example graphs (keep pie and bar in this repo as examples)
- Refactor, clean up
- automatic paddingBottom calculation
- improve playground -> clear documentation on params (defaults, interactivity, ...)
- Better labeling
- more parameters
- Exit transition
- Stacking
- Area
- Scatter
- ...
-
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)