swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.3k stars 1.15k forks source link

How to display all points in line chart #1060

Open hanleirx opened 5 years ago

hanleirx commented 5 years ago

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

Ronald91 commented 5 years ago

See 467.

prevajgitgroup commented 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

kschaefe commented 4 years ago

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

HDaghash commented 4 years ago

I did a small workaround for this here :

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