Sets the border color around marker. Value of markerBorderColor can be “HTML Color Name” or “hex code”.
Default: dataSeries color.var chart = new CanvasJS.Chart("container", { . . data: [{ markerBorderColor: "#008000", }, ] . . }); chart.render();
Comment
Is there a way to do this with pie chart slices? So we can have borders around the slices? I can’t find this information anywhere