Is this a server push problem? The above two lines will fire the listener after mouse is clicked and moved. Single click will not fire the event. Add setImmediate does not help. Thanks!
Evil IE problem. After you said it is working for you, I opened my chrome… yes, it works in chorme but not in my IE 9.0.8. I need to move the mouse a little bit to trigger the event. It is too bad I cannot use the click listener as my user group uses IE only. Thanks for confirming!
The sample linked by Matti works for me; running it in debug mode (http://demo.vaadin.com/charts/?debug#ClickToAddPoint) reveals that it’s built with 7.1.7, while my examples were built with version 7.2.2 and 7.2.5. I tried to recompile my example with Vaadin 7.1.9 (I used this instead of 7.1.7 because I had the jars stored in my Ivy cache) and… it works. I guess Vaadin 7.2 has broken something.
HiMatti,
I am using Vaadin Column Bar chart. I want to add a click listener when the user clicks on the one of the bar charts and then open a sub window with table to show the detail data related to that bar olumn. How can this be done?