Sets the color of Whisker in Box and Whisker & Error Chart. The value of whiskerColor can be a “HTML Color Name” or “Hex Code”.
Default: Taken from dataSeries Colorvar chart = new CanvasJS.Chart("container",
{
.
.
data: [{
type: "error",
whiskerColor: "#BB2286",
},
]
.
.
});
chart.render();
Also See: