vick_44,
You're welcome :).
Best wishes,
Peter
Type: Posts; User: petrocomp
vick_44,
You're welcome :).
Best wishes,
Peter
Maybe you should try to extend or override onMouseOver function from Ext.chart.LegendItem. This function is executed when you move your mouse over a legend item.
What do you think?
Something like...
Hi vick_44,
I'm not sure if you can do it your way. I checked the spec and a legend object doesn't have listeners. I was able to add this tooltip in a different place. Please refer to the code...
Hi WTom,
The problem in your code was caused by IDs. This is not recommended to use the same IDs for objects on the same page.
In your example you have the same IDs in both functions initGrid1...
Hi kdm,
If you want to return a value to setEspPrice function from filterEspStore you have to add return statetment outside each loop. In your example, you have one function inside another...
Hi,
maybe try this solution:
https://www.sencha.com/forum/showthread.php?50100-event-listeners-order&p=239241&viewfull=1#post239241