bevelEnabled: Boolean

Sets the bevel property, which creates a chiselled effect at the corners of a Column Charts and Bar Charts.

Default: “false”
Example: “true”, “false”
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 data:[{
   bevelEnabled: true,

  },
 ]
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question

4 Comments

If you have any questions, please feel free to ask in our forums. Ask Question