开发者

Flex line chart data points

开发者 https://www.devze.com 2023-03-06 11:06 出处:网络
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 at

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 fo开发者_开发知识库r further clarity.

Flex line chart data points

How do I display the first and last datapoints completely?

Thanks,

Anji


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消