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