May 25, 2008
Continuing the “interactive legend” post.
Here I use the same interactive-legend but this time I use it for emphasizing the corresponding PieChart wedge by exploding it and dimming all the other wedges.
Demo is here (right click for source)
Source is here
Leave a Comment » |
Charts, Flex, Legend | Tagged: Flex |
Permalink
Posted by shemesh
May 6, 2008
Some while ago Kyle posted on his blog an article about interactive legend.
As this was a requirement for an application I was developing I will tell you what I’ve done. And thanks to Kyle for the help.
I wanted that upon mouse over a legend item the corresponding series in the chart will be marked in some way.
Everything is loosely coupled and I could have more then one chart (but only one legend).
I also wanted it to go the other way: on mouse over a series in the chart its corresponding legend item should be marked.
Because of a lack in space the legend item text should be truncated with a tooltip, this is not the default behavior of a legend – if the text has not enough space the label is cut. Read the rest of this entry »
5 Comments |
Charts, Flex, Legend | Tagged: Flex |
Permalink
Posted by shemesh