I am new to JqPlot. Is it possible to build only points without connecting them. Since I do not want this to be a line chart. I just need scattered points on the chart.
Set showLinetofalse
showLine
false
seriesDefaults: { showLine:false }
showLine property is used to display line segments or not
LINK