Sets the background color of the StockChart. Values of backgroundColor can be specified in “HTML Color Name”, “hex code” or “rgba values”
Default: “#FFFFFF”
- var stockChart = new CanvasJS.StockChart("container",
- {
- .
- .
- backgroundColor: "#eccaa0",
- .
- .
- });
- stockChart.render();