Sets the width of individual Inputfields in pixels.
Default: Automatically Calculated Based on the Range Selector’s widthvar stockChart = new CanvasJS.StockChart("container",
{
.
.
rangeSelector: {
inputFields: {
style: {
width: 90,
.
.
}
}
},
.
.
});
stockChart.render();
Also See: