Glavin001 / ember-c3

:chart_with_upwards_trend: Ember addon library for C3, a D3-based reusable chart library.
http://glavin001.github.io/ember-c3/
MIT License
81 stars 60 forks source link

Drill down feature for bar, pie, or donut chart #76

Closed w3o-io closed 5 years ago

w3o-io commented 5 years ago

Is there a way to do drill-down with ember-c3 component?

maxwondercorn commented 5 years ago

Not easily because the C3 chart methods are not exposed for data loading/unloading. I've been working (slowly) at upgrading the add-on. Exposing the methods and events has been completed in a fork and you can see an example of how to do drill down in the fork here

I'm cleaning up the demo application and readme to document the changes before merging.

maxwondercorn commented 5 years ago

See issue #77

maxwondercorn commented 5 years ago

Added access to to c3 api in pr #79. See drill down demo after update is published