I thought I'd share the workaround I found for my original problem where data tips weren't displaying when you have only one point in the Line Series in a Line Chart.
If I change the type of chart to a Plot Chart (still using Line Series), the data tip will appear. This however introduces some other inconveniences I need to handle such as an unwanted vertical line through the leftmost points and inconsistent icon size (the square is quite a bit larger than the triangle). If anyone has a better suggestion for addressing the original problem, I'm all ears! Thanks, Carrie --- In [email protected], "carriecharp" <carriech...@...> wrote: > > Good morning, > > I'm working with a line chart where data is added over time. The first time > the user views the chart, there's only one point on the chart. There's no > line, but the point displays since I'm using the BoxItemRenderer. However, > when you hover over the point, no data tip appears. The next time the chart > is viewed, there are two points, connected by the line, and each point will > display a data tip. > > Any ideas about how to make the data tip display for a single point in a Line > Chart? > > 'showDataTips' is true for the chart. > > Thanks, Carrie >

