Peter -
Took a peek at the code, and that looks to be an unfortunately bug on my
part. Use 'calloutStroke' instead of 'dataTipCalloutStroke' style. You
might have to set it programmatically:
myChart.setStyle("calloutStroke",null);
That should solve the problem (and in a more performant way).
Ely.
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Demling
Sent: Friday, May 18, 2007 7:19 AM
To: [email protected]
Subject: [flexcoders] Setting dataTipCalloutStroke="{null}" when
dataTipMode="multiple"?
Hello,
I have a CartesianChart where I don't want the calloutStroke to be
drawn (and thereby offset the positioning of the dataTips from their
data point), so I've set dataTipCalloutStroke="{null}".
This works fine when dataTipMode="single", but it does not work when I
set dataTipMode="multiple": the callout is still drawn and the
dataTips are offset. Any ideas? This is kind of a deal-breaker for
my app, since a major feature is to display my custom dataTips
directly adjacent to all (plot) data points at the same time. I
suppose I could go way-deep into concatenating the default
itemRenderer and the dataTip's custom contents into a custom
itemRenderer, but I'd rather not have to code all that internal
plumbing if I could instead do it all with this one style setting.
Thanks for any suggestions!
-Peter Demling
Lexington, MA
<<image001.jpg>>
<<image002.jpg>>

