无论如何要从 angularjs 图表中删除点的点

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

我们能不能把这些点去掉,让它看起来像一条直线。虽然我可以看到charts.js中有一个选项无法在此处实现

您可以使用

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