I have a line chart, and a field component (i.e. filter) on my page. When the field component changes value (e.g. when it is used to filter the data), I need to access the selected value in the AngularJS javascript. What is the best way to do this?
Thanks.