I've got a dashboard with a ChartRangeFilter and a LineChart in my JSF page. before I added the dashboard and filter, my clear chart function using chart.clear() worked fine on the LineChart alone, now however I can't get rid of the ChartRangeFilter. I'm hacking it with location.reload(), but I'd love to find a neater solution.
Thanks
Tom