CSV Download Fails With No Selection
Closed this issue · 0 comments
richardhsu commented
The download CSV is broken if you do not make a selection on the graph. It mainly has to do with the fact that syncRange
is not defined and so the function convertCSVTimeStamps
fails. See line 394 of file naarad.js
.
Easy fix is to just convert if syncRange is undefined.