Sets the height of StockChart in pixels.
Default: Takes StockChart container’s height by default. If the height is not set for the StockChart container, defaults to 600.var stockChart = new CanvasJS.StockChart("container",
{
.
.
height: 280,
.
.
});
stockChart.render();
Also See: