Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  No button style (just text) when we run grunt serve
  •  Need similar width for all charts (NVD3 is smaller than others for example)
  •  Need to have meaningful legends

Bugs:

  •  After selecting a dataset, then a chart library, it will draw the chart. However if you click again on the same chart type that the one shown, there won't be any data in the chart.

...

  •  Remove hard coded library names etc... from javascript code. Only an Array with Library Names should be used as configuration to refer to.
  •  Include the Chart Html only when needed (ng-include of a {{library}}.html file)

Fix a few bad things:

  •  Remove the dummy Data from chart factories
  •  loadData should not be inside of ChartCtrl
  •  Change hardcoded loadChartLibrary function parameter inside the HTML: loadChartLibrary(2) -> should be loadChartLibrary($index) or (chart.name)

...