vote up 0 vote down star
1

When making a line chart, Lets say its for business sales for different depts and horizontally is days and vertically is dollars. When you hover over a line it tells a dataTip tells you the sales for that dept. on that day. I want it to show all the depts at the same time, so say you hover over day 3, I want the dataTips for all depts on day 3 to display so you can compare the values for all the sales on the same day. I set the mouseSensitivity for the dataTips to display all the lines at once but I end up getting day 2 for one dept and day 3 for another which is not wanted. This is actually posted as a bug and explained better here: http://bugs.adobe.com/jira/browse/FLEXDMV-1853

I am wondering if anyone can come up with a work-around for this?

Thanks!

flag

1 Answer

vote up 0 vote down

Not an answer, but a poor alternative:

You could create your own DataTip renderer that [ahem] mapped the location of every point and drew the tip for each one there.

Basically, you would be duplicating a lot of the code inside the charting classes.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.