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