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