Home Forums Chart Support Stacked Column Time Chart thickness keeps changing

Stacked Column Time Chart thickness keeps changing

Viewing 2 posts - 1 through 2 (of 2 total)
  • #60085

    arj

    I currently have a stacked column chart. The dataPoint width of the points keeps on changing once a new refresh call is made out with new data getting appended. Can I do something once my chart got rendered whatever width is being assigned used that width unless user changes any options?

    #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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.