Skip to content

Improper data source detection #1018

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions