Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 JqPlot 的新手。是否可以仅绘制点而不连接它们。因为我不希望它是折线图。我只想要图表上的散点。
设置showLine为false
showLine
false
seriesDefaults: { showLine:false }
showLine使用属性,是否渲染线段
参考