Sets the font color of text within chart toolbar on mouse hover. Values of fontColorOnHover can be specified in “HTML Color Name”, “hex code” or “rgba values”.
Default: “black”var chart= new CanvasJS.Chart("container",
{
.
.
toolbar: {
fontColorOnHover: "#eccaa0",
.
.
},
.
.
});
chart.render();