AngularJS google Chart: ChartRangeFilter

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

I read about ChartRangeFilter and should use it on my chart. Is it possible to integrate a range filter from AngularJS Google Chart ? or does it not yet support this feature?

I could not find a tutorial / documentation on this topic, so any help would be appreciated!

+5
source share
1 answer

Apparently, it is not yet supported: there is a function request and several discussions there .

In addition, it looks like he has an attempt to support him, but he still needs to be reviewed and probably some work .

I think this would be a great opportunity for anyone interested in testing and contributing.

+1
source

Source: https://habr.com/ru/post/1210766/


All Articles