publiclab / simple-data-grapher

Turns CSVs into graphs in a few simple steps; embeds onto other websites!
https://publiclab.github.io/simple-data-grapher/
GNU General Public License v3.0
38 stars 52 forks source link

Save file option for Create Spreadsheet Button #99

Open pydevsg opened 4 years ago

pydevsg commented 4 years ago

Is your feature request related to a problem? Please describe. Whenever we try to do Create Spreadsheet+, it usually downloads a file with a default name, what if the user wants to save the file with some username in his/her desired location.

Describe the feature/solution you'd like On clicking Create Spreadsheet+ button a file dialog for the user should be opened to choose where he/she can save the file.

pydevsg commented 4 years ago

@IshaGupta18 , @namangupta01 what do you think? I would like to work on this issue if you kindly help me in writing the functionality, as the code is quite different from simple JS.