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線分をレンダリングするかどうかに関係なく、プロパティが使用されます
参照