0
votes

I am always displaying the data points of a flex line chart using itemRenderer for LineSeries. The problem I am facing is, the first and the last datapoints are not clearly visible. Please find the attached image for further clarity.

Flex LineChart datapoints problem

How do I display the first and last datapoints completely?

Thanks,
Anji

1

1 Answers

0
votes

One of the following should do the trick for you

  1. Try reducing the 'radius' attribute of the LineSeries tag to something like value 3.

2.Using stylesheets, add a padding/margin left and right for the series.

Try that and update how this works.