Ngx-charts: How to display all points in line chart

Created on 18 Dec 2018  路  4Comments  路  Source: swimlane/ngx-charts

Hi, I am drawing the line charts and I want to all points always. I don't know how to do it.

Most helpful comment

This will not be possible any more. Having a circle at each point proved to be very performance heavy, and it was removed as a feature in 6.0.0. Starting from 6.0.0, there will be one circle per series visible at most.

we understand it affects the performance. But as per our requirement, we need that Is there any other custom option to display all points

All 4 comments

See 467.

This will not be possible any more. Having a circle at each point proved to be very performance heavy, and it was removed as a feature in 6.0.0. Starting from 6.0.0, there will be one circle per series visible at most.

we understand it affects the performance. But as per our requirement, we need that Is there any other custom option to display all points

How is having a circle performance heavy? Just use a marker, you're already using a path for the line chart.

I did a small workaround for this here :

https://github.com/swimlane/ngx-charts/issues/467#issuecomment-645795010

Was this page helpful?
0 / 5 - 0 ratings