Sets the background color of toolTip. Values can be “HTML Color Name” or “hex” code.
var chart = new CanvasJS.Chart("container", { . . toolTip:{ backgroundColor: "#f4d5a6", }, . . }); chart.render();
Also See: