Sets the background color of toolbar options (zoom/pan, reset, export-menu & export-options). Values of itemBackgroundColor can be specified in “HTML Color Name”, “hex code” or “rgba values”.
Default: “white”var chart = new CanvasJS.Chart("container",
{
.
.
toolbar: {
itemBackgroundColor: "#eccaa0",
.
.
},
.
.
});
chart.render();