ialexei / gwt-charts

Automatically exported from code.google.com/p/gwt-charts
0 stars 0 forks source link

Mouse handlers for ChartWrapper inside DashboardWidget #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Nice project!Congrats!
Is it possible to add a mouseOver/mouseOut Handler on a ChartWrapperWidget 
which is used in a DashboardWidget with a filter control? The current state 
only has 

addReadyHandler
addErrorHandler
addSelectHandler

I tried with the addHandler method with no success. Also I tried extending the 
ChartWrapperWidget and ChartWrapper to addOnMouseOverHandler but it doesn't 
work. 

Is this possible in the current phase of the project?(if so can you provide a 
short example?) Sorry if I asked in the wrong place but I didn't now where else 
to post.

Original issue reported on code.google.com by ovidiu.f...@gebs.ro on 17 Sep 2012 at 10:59

GoogleCodeExporter commented 8 years ago
Thank you for your feedback!

It's possible to add those handlers if the underlying chart supports it, but I 
need to make some code changes. Stay tuned.

Original comment by rglafo...@gmail.com on 17 Sep 2012 at 11:28

GoogleCodeExporter commented 8 years ago
Ok. 

In the ChartWrapperWidget instance I'm using 
chart.setChartType(ChartType.COLUMN); and for the ControlWrapperWidget instance 
I'm using control.setControlType(ControlType.CHART_RANGE_FILTER);

Thank you!

Original comment by ovidiu.f...@gebs.ro on 17 Sep 2012 at 11:36

GoogleCodeExporter commented 8 years ago

Original comment by rglafo...@gmail.com on 15 Oct 2012 at 3:17

GoogleCodeExporter commented 8 years ago

Original comment by rglafo...@gmail.com on 7 Dec 2012 at 12:06