Open brunogarcia opened 4 years ago
When export data as CSV, the file doesn't have a file format.
I think could be resolved it adding the fileFormat variable in this line:
fileFormat
https://github.com/keen/keen-dataviz.js/blob/47333c9d91b5828a15cf72a8b9f5bd03c86c175d/lib/utils/export-data.js#L35-L37
Hi @brunogarcia Thank You for reporting the issue. I created a ticket in our backlog - and let You know as soon as the issue will be resolved.
When export data as CSV, the file doesn't have a file format.
I think could be resolved it adding the
fileFormat
variable in this line:https://github.com/keen/keen-dataviz.js/blob/47333c9d91b5828a15cf72a8b9f5bd03c86c175d/lib/utils/export-data.js#L35-L37