Is there anyway to remove the dots for points from angularjs charts

968 Views Asked by At

Can we remove these dots for points so that it looks like a straight line. Although i can see that there is an option in charts.js unable to implement here

1

There are 1 best solutions below

0
On BEST ANSWER

You can do this with

options: { elements: { point: { radius: 0 } } }