In Flex 3, I have a line chart. My data provider for the line chart contains only one item.
When i draw the line chart, it plots the point. But it doesn't show the data tip.
It works if more than one item is present in dataprovider.
Can someone tell me how to make data tip visible for line chart with dataprovider containing single data item pls?
Thank you.