Open hanleirx opened 5 years ago
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
Hi, I am drawing the line charts and I want to all points always. I don't know how to do it.