Rank: Advanced Member
Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered Joined: 1/3/2011(UTC) Posts: 483
Thanks: 0 times Was thanked: 87 time(s) in 87 post(s)
|
We don't have a spatial function for this, but you can use the following code: Code:var chart = $('#jqChart').jqChart('chart');
var axes = chart.axes.items; for (var i = 0; i < axes.length; i++) { axes[i].resetZoom(); }
chart.partialDelayedUpdate(); Best Regards, Dragan Matek jqChart Inc.
|