Sets space around the text of Range Buttons.
Default: { left: 5, right: 5, top: 2, bottom: 2 }var stockChart = new CanvasJS.StockChart("container",
{
.
.
rangeSelector: {
buttonStyle: {
padding: 10,
.
.
}
},
.
.
});
stockChart.render();
Also See: