dyGraphs DateWindow to parse from a date to the end of the CSV
问题 I am using dygraphs with a CSV file that is constantly having data added to it. I would like to use dateWindow to have it auto zoom in on a range that is from a date I specify to the end of the file when it loads. I can't make it work. I've tried just leaving the "latest" value blank such as: dateWindow: [Date.parse("2017/07/01 12:00:00"),], dateWindow: [Date.parse("2017/07/01 12:00:00"), Date.parse("")], but nothing works. Is this possible and if so can someone point me to how to do it?