In PHPRunner 9, ASPRunner.NET 9.0 and ASPRunnerPro 9.5 we are switching to new version of charting components: AnyChart 7. What does this mean for you as a user?
- AnyChart 7 is Javascript based. No more Flash charts, works out of the box on all devices
- AnyChart 7 provides better user experience, more functionality, better looking charts
- We are adding ChartModify event that would allow you to tweak charts appearance and behaviour in endless ways. You can copy and paste basically any example from AnyChart manual as is.
Below are a few examples of how you can use ChartModify event.
Add horizontal scroller
var currentScroller = chart.xScroller(); currentScroller.enabled(true);