FLEX: Make LineChart DATATIP constrain to vertical axis.
Posted
by user60310
on Stack Overflow
See other posts from Stack Overflow
or by user60310
Published on 2009-02-28T00:16:36Z
Indexed on
2010/03/25
23:03 UTC
Read the original article
Hit count: 520
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!
© Stack Overflow or respective owner