Glavin001/ember-c3

Removing a data-set from time-series graph.

lcpriest opened this issue · 1 comments

When working with a single graph with dynamic content - how do you remove an existing line?

I'm working with a time-series graph with day intervals on the x axis. Over that period, you might be interested in a,b or c, but you won't necessarily want them on the graph at the same time.

If I update the 'data' object passed into the c3-chart, it is only an additive procedure - is there a method to remove a pre-rendered line?

Sorry, this is a dupe of #34