Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (30 loc) · 1.04 KB

EmberViz

TODO

  • Clean up timeline-chart.
  • Consider moving back to observers.
  • Along with previous, make rerendering smarter.
  • Make stacked/grouped bar chart toggle button available.
  • Add force graphs.
  • Add ability to move legend code above main chart.
  • More thorough documentation, especially event handlers.
  • Show some indication that no data was provided.
  • Build process to separate out the different components.
  • Move the tooltip div as an element inside the svg? (allows better transitions than jquery)
  • Use arrayComputed for the data attribute?

Done

  • Add ability to assign classNames to each series for all chart types
  • Add timeline chart.
  • Add non-stacked bar charts.
  • Make legends available for area charts.
  • Consolidate the legend code between charts.
  • Add basic pie charts.
  • Fix context chart axis when data changes.
  • Axis labels for multi-year, maybe even just show the year if the data being displayed isn't the current year.
  • Add area charts.
  • Add stacked bar charts.
  • Add clip path to line-chart.