lowerBoxColor allows you to set the color of lower box that appears between lower quartile (Q1) and the mean / median (Q2). The value of lowerBoxColor can be a “HTML Color Name” or “Hex Code”.
Default: “white”var chart = new CanvasJS.Chart("container", { . . data: [{ type: "boxAndWhisker", lowerBoxColor: "blue" }, ] . . }); chart.render();