Home Forums Chart Support Stacked Column Time Chart thickness keeps changing Reply To: Stacked Column Time Chart thickness keeps changing

#60093

@arj,

You can reset dataPointWidth to auto-calculated value by setting it to null after rendering the chart with desired dataPointWidth.

chart.set("dataPointWidth", null)


Manoj Mohan
Team CanvasJS