Sets the color of line connecting index labels with their dataPoint. The value of indexLineColor can be a “HTML Color Name” or “hex Code” or “rgba values”.
Default: “lightgrey”var chart = new CanvasJS.Chart("container",
{
.
.
data: [{
indexLabelLineColor: "green",
},
]
.
.
});
chart.render();
Comment
Hello i’m using the canvas.js and in my case I want to make the charts more “flat-design”. At the moment i’m working with the doughnut chart and i’m wondering if it’s possible to delette or mask the white border around all the parts ?
For the rest thank you for this “plugin” and this documentation.
Have a nice day