Sets the border color of handle. Values of handleBorderColor can be specified in “HTML Color Name”, “hex code” or “rgba values”
Default: “#666666”var stockChart = new CanvasJS.StockChart("container",
{
.
.
navigator: {
.
.
slider: {
handleBorderColor: "#A8A8A8"
},
.
.
},
.
.
});
stockChart.render();