vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
556 stars 121 forks source link

Can we filter by color ? #60

Closed shaimaaashraf closed 4 years ago

shaimaaashraf commented 4 years ago

Hi, I want to filter by selecting the colors of categories too, is it possible?

vasturiano commented 4 years ago

@shaimaaashraf you can filter the data that is input to the chart, by any criteria that you'd like. Just call .data(<your filtered dataset>) when you'd like to update the chart with a new dataset.

shaimaaashraf commented 4 years ago

Thank you 👍