I found in sencha api doc function setZoom and resetZoom, i try to use it manually and it works, but is there any example which will work as "mouse interaction" with chart?
In API is some example which is not working,
it looks like:
I also can't make it work! Did you get any solution yet to make it working?
Originally Posted by kokso
I found in sencha api doc function setZoom and resetZoom, i try to use it manually and it works, but is there any example which will work as "mouse interaction" with chart?
In API is some example which is not working,
it looks like:
The fix is currently in progress. Hopefully it will be in 4.1.1. Here's a workaround that a friend suggested to me:
var chart = Ext.create('Ext.chart.Chart',{/* These configs make the mask config work: */
enableMask: true,
hasListeners:{},/* The actual mask config: */
mask:'horizontal',
The workaround suggested above does not work. Is Sencha ever going to get around to fixing this? Charts are basically useless to me unless I can enable panning or zooming on them.