Implement bar charts and line charts
pudo opened this issue · 2 comments
pudo commented
I would propose to use angular-nvd3 for that purpose, so that we don't have to re-invent the wheel wrt. axis labelling and stuff like that.
milafrerichs commented
I started using vega-lite. :)
And it was not that complicated.
I think reusing an angular module does not work that well with the way angular-cubes is set up. You would have to write your own directive anyway.
Or what do you think? Should I create a WIP PR for the barchart so you can check it out?
pudo commented
I'm largely agnostic wrt. Vega vs. NVD3. Like the idea of skipping the wrappers since we do have to create our own directives. Very excited about the PR!