Sets the border color around marker. Value of markerBorderColor can be “HTML Color Name” or “hex” code.
Default: dataSeries colorvar chart = new CanvasJS.Chart("container",
{
.
.
data:[ {
dataPoints: [
{x: 10 , y: 50 , markerBorderColor: "#008000"},
],
},
]
.
.
});
chart.render();
2 Comments
Can we apply this border color to stacked bar chart?
radhika,
Border color for dataPoint/dataSeries is not available yet. Hence it is not possible.