Sets the border thickness of buttons (zoom/pan, reset & export-menu) in chart toolbar.
var chart= new CanvasJS.Chart("container", { . . toolbar: { buttonBorderThickness: 2, . . }, . . }); chart.render();
Also See: