Sets the minimum / starting value of viewport of all the charts. startValue can be defined in numeric or dateTime values (in the form of Date object or timestamp).
Default: Auto Calculated based on datavar stockChart = new CanvasJS.StockChart("container", { . . rangeSelector: { inputFields: { startValue: new Date(2017, 06, 01), . } }, . . }); stockChart.render();