@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