Home Forums Chart Support set gap between column. Reply To: set gap between column.

#17393

@kinshuk4u4u,

You can set the interval property to 1 for axisX to show consecutive labels in x-axis.

axisX: {
  interval: 1
}

Please take a look at this JSFiddle for complete working sample.

Histogram using column chart with axisX interval

—-
Bivek Singh
Team CanvasJS