Open fabriciomurta opened 7 years ago
A good check would be to see whether the ChartItemEvents plug in has been fully merged from ExtJS during the upgrade (in which case the problem will be Ext.NET-specific). If the file has been merged then try and reproduce this issue on an ExtJS Fiddle.
Found: 4.2.0
When enabling chart item events plugin on charts, it is expected to have events working with it. The
ItemClick
event works, butItemTap
does not seem to work (at least on chrome in mobile device emulation mode both IPhone and Android).Reported on forum thread: Show Tooltip, anchered on series after click event
Both using tooltip's ShowOnTap or chart listener's
ItemTap
does not work, so the problem should be with the tap listener attached to the canvas sprites.