Sets the border color of Inputfields. Values of borderColor can be specified in “HTML Color Name”, “hex code” or “rgba values”
Default: “#2196f3”var stockChart = new CanvasJS.StockChart("container",
{
.
.
rangeSelector: {
inputFields: {
style: {
borderColor: "#bbb8b8",
.
.
}
}
},
.
.
});
stockChart.render();