Sets the width of each Range Button in pixels.
Default: Automatically calculated based on width of Range Selector.var stockChart = new CanvasJS.StockChart("container", { . . rangeSelector: { buttonStyle: { width: 10, . . } }, . . }); stockChart.render();
Also See: