Have you tried showDataTipTargets="true" ?

At the series level, you can also customize the tip renderer:

stroke="{tipStroke}"
fill="{tipFill}"
radius="4"  itemRenderer="mx.charts.renderers.CircleItemRenderer"


On Thu, Jul 17, 2008 at 2:19 PM, shafram <[EMAIL PROTECTED]> wrote:
> Hi, I've been searching around for any example to do this but I
> haven't found anything so far....
>
> I have a Cartesian chart with a column series. Some of the bars don't
> render on the chart because their values are very small. However
> showing the datatips for these bars is still useful. The only problem
> is that there is no indication that there's a datatip unless the user
> rolls their mouse over the graph where they may see a datatip for one
> of the very small bars.
>
> My question is, is it possible to always show just the data tip target
> for the bars that don't render on the graph?
>
> Thanks
>
> 

Reply via email to