-
Notifications
You must be signed in to change notification settings - Fork 598
Open
Description
Dygraphs automatically detects if a CSV is the data source by means of checking the file name for a line break. If a line break isn't present, then it decides it's a CSV and looks for the file on the system.
Instead of having this automatic detection, it would make more sense to specify the data source.
This would make it possible to use JavaScript strings containing CSV data as a data source. Currently these variables are treated as files rather than strings and are searched for on the system. (returning 404)
Metadata
Metadata
Assignees
Labels
No labels