[Laszlo-user] Event handling on chart components

Not Zippy notzippy at gmail.com
Fri Sep 7 09:37:48 PDT 2007


Hi

You can do this with a legend (there are samples of this)
<legend>
<handler name="onitemmouseover" args="item">
...


With the actual bars on the chart I think you will need to override
the renderRect method (rectangularchart) and make your bars
"clickable" and add your listener.
Not the easiest but doable..

Note the graph components are being completely overhauled (from what
Ive heard) so this will likely change in the future.

z


On 9/7/07, Harini <harini.tirumuru at sourcen.com> wrote:
>
>
>
>
> Hi,
>
>
>
>       I didn't  find any mouse handling events for chart item in charts.
>
>       I want like if I click on particular chart item it should pass item
> details to next screen.
>
>       Can any one know please help me.
>
>
>
> Thanks,
>
> Harini.


More information about the Laszlo-user mailing list