Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AngularJS google Chart : ChartRangeFilter

I am using AngularJS Google Chart to display a line chart.

I was reading about ChartRangeFilter and need to use it in my graph. Is it possible to integrate the range filter from within AngularJs Google Chart? or it doesn't have this feature supported yet?

I couldn't find any tutorial/documentations about this topic, so any help is appreciated!

like image 485
ccot Avatar asked Nov 09 '22 20:11

ccot


1 Answers

Apparently, it's not supported yet: there's a feature request and a few discussion about it.

Furthermore, it appears that it has an attempt to support it, but it still needs revision, and probably some work.

I think it would be a great opportunity for anyone interested on it to test and contribute.

like image 185
falsarella Avatar answered Nov 15 '22 06:11

falsarella