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