simple-data-grapher icon indicating copy to clipboard operation
simple-data-grapher copied to clipboard

Turns CSVs into graphs in a few simple steps; embeds onto other websites!

Results 48 simple-data-grapher issues
Sort by recently updated
recently updated
newest added

This is the next thing we need to do. Once this is integrated with the main site like PL editor, the functionality will remain the same, but we need to...

gsoc
discussion
summer of code

Currently, we are working with Mocha in our tests in this repo. However, I think we should chime in a couple of thoughts here regarding this. We should do a...

gsoc
discussion
testing
summer of code

**Describe the feature/solution you'd like** I was thinking of implementing an "Update Graph" feature. We had this feature before the "Add Graph" feature was introduced, but now since we have...

enhancement
gsoc
summer of code

To fetch data from a remote file #35 , I had to implement a CORS proxy for it, and it is able to fetch the data from the remote CSV...

bug
help wanted
gsoc
summer of code

![image](https://user-images.githubusercontent.com/40794215/59338218-9bdd8780-8d1f-11e9-9c06-04b119f84606.png) @gauravano @jywarren @namangupta01 I am facing this error while uploading CSV string or a google sheet link #43 is the code which contains it. Kindly help me out here...

bug
help wanted
gsoc
summer of code

When the user adds a link to a remote CSV file, we were getting CORS `Access to XMLHttpRequest at 'file url' from origin 'null' has been blocked by CORS policy:...

bug
gsoc
summer of code

@jywarren @namangupta01 @Souravirus @IgorWilbert @gauravano do you think it will be a good idea to switch to plotly instead of chart.js because of its better UI, zooming, panning here https://plot.ly/javascript/...

enhancement
gsoc
discussion
summer of code

Right now, I think the data we are plotting and the graphs being produced are well and good but its hard for the user to derive some conclusions from it....

gsoc
brainstorm
summer of code

I was trying to make the browsable time slider using https://github.com/schme16/Chart.js-RangeSlider . But when I included the script file `https://gitcdn.link/cdn/schme16/Chart.js-RangeSlider/677a7eb6c295772606d300697eaf552245e7f171/dist/RangeSlider-all.min.js`, it seems to be interfering with the bootstrap's JS file...

enhancement
help wanted
gsoc
summer of code

WOkring on UI testing using Mocha and Puppeteer