How to remove lines on the bar chart. (These are appearing when add js for the line chart in jqPlot) .Not Grid lines in the chart. lines on bars.

How to remove lines on the bar chart. (These are appearing when add js for the line chart in jqPlot) .Not Grid lines in the chart. lines on bars.

Copyright © 2021 Jogjafile Inc.
See this:
You can put lineWidth = 0 if you want to show points, and not line.
Edit: Sorry, that was for google chart. For jqPlot use this:
Hope it helps.