Sets the Background color of Index Labels. The value of indexLabelBackgroundColor can be a “HTML Color Name” or “Hex Code”.
Default: nullvar chart = new CanvasJS.Chart("container", { . . data:[{ indexLabelBackgroundColor: "yellow", }, ] . . }); chart.render();
Also See: