Cravi
23 Aug 2010, 9:55 AM
Hi everyone,
I wanted to create a pie charts that have moveable slices as mouse over.
But the methods
- setAlphaHighlight(false);
- setAnimate(true);
aren't working in the right way. Or in the way they are described.
The description for "setAnimate" says
"Sets if animation of slice rotation build is enabled."
but only if I set this method to true I can get the move effect.
and if it's true the method setAlphaHighlight doesn't change anything, whether it's true or false.
If setAnimate is false I get absolutely no effect. No move and no highlighting.
And if I don't set the setAnimate, I can set the setAlphaHighlight to true or false, and get only highlighted slices but no movement....
I know it sounds a little bit weird but believe me I was weird too, when I tried to understand what this methods are doing :-)
I tried it on Firefox 3.6 and Safari 5.0
Gxt Version 2.1.1 and 2.2.
Greets
Cravi
I wanted to create a pie charts that have moveable slices as mouse over.
But the methods
- setAlphaHighlight(false);
- setAnimate(true);
aren't working in the right way. Or in the way they are described.
The description for "setAnimate" says
"Sets if animation of slice rotation build is enabled."
but only if I set this method to true I can get the move effect.
and if it's true the method setAlphaHighlight doesn't change anything, whether it's true or false.
If setAnimate is false I get absolutely no effect. No move and no highlighting.
And if I don't set the setAnimate, I can set the setAlphaHighlight to true or false, and get only highlighted slices but no movement....
I know it sounds a little bit weird but believe me I was weird too, when I tried to understand what this methods are doing :-)
I tried it on Firefox 3.6 and Safari 5.0
Gxt Version 2.1.1 and 2.2.
Greets
Cravi