Home Forums Chart Support Scaling charts

Scaling charts

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

    How do i scale the chart?( I have to scale the chart to 0.5 times the original )

    #44291

    @irene,

    By default, the chart width is 100% and height is 400px. To scale the chart, you can set the width and height of the container in which the chart will be rendered based on your requirement as shown in the code snippet below.

    <div id="chartContainer" style="height: 500px; width: 800px;">


    Thangaraj Raman
    Team CanvasJS

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

You must be logged in to reply to this topic.