Sets the bevel property, which creates a chiselled effect at the corners of a Column Charts and Bar Charts.
Default: “false”var chart = new CanvasJS.Chart("container", { . . data:[{ bevelEnabled: true, }, ] . . }); chart.render();
Also See:
4 Comments
I do not want gaps between the lines. Is it possible?
Priya,
You can use stepArea chart if you prefer not to have gap between dataPoints and you can set lineThickness to 0
Is it possible to draw a plain black border line instead of bevel?
Sorry Nikolai,
As of now dataPoint border is not supported in column’s.