Prakriti Gupta

Results 11 issues of Prakriti Gupta

I tried to load the dependency `http://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.5/jspdf.min.js` in jupyter notebook. However, it is not working and produces `jsPDF is not defined` error when I used it further. I think this...

I am facing a problem while adding CSS in IRuby notebook. Is there any method (like IRuby.javascript() to add js) to include CSS in IRuby notebook?

question

I tried to load the dependency `http://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.5/jspdf.min.js` in IRuby notebook. However, it is not working and produces `jsPDF is not defined` error when I used it further. I think this...

help wanted
question

Out of these six formatters, Arrow and Bar are causing some issues and rest are working fine. Bar formatter is working correctly in rails but in IRuby notebook it generates...

Easy to fix

In IRuby notebook charteditor dialog box appears behind the elements of the notebook like this: ![image](https://user-images.githubusercontent.com/19255749/43664434-91295e3a-978a-11e8-9273-3542b685440f.png) Refer this [comment](https://discourse.ruby-data.org/t/gsoc-2108-project-advance-features-in-daru-view-discussion/43/42?u=prakriti).

Easy to fix

We can add an option for the user whether to load the dependent js files online or offline.

enhancement

Updating the jsapi is causing error in the formation of GoogleCharts. (Refer this [comment](https://github.com/SciRuby/daru-view/pull/98#issuecomment-398491462)). For now, I have commented out that portion in this [commit](https://github.com/SciRuby/daru-view/pull/98/commits/bd672c080c3af9bb17e1a52ab9cb84a178afae9a#diff-ea9ce74361322c34ae0c473c2f53bd67R14). For the usage of these...

Easy to fix

As HighCharts supports multiple series in a single chart, we can add a feature to visualize multiple Daru::DataFrame and Daru::Vector in a single chart (Need to think how a user...

[Toolbar](https://developers.google.com/chart/interactive/docs/gallery/toolbar) enables the user to export the underlying data into a CSV file or an HTML table. This works only when the data is given as the URL of the...

Exporting in web frameworks is completely offline. In IRuby notebook, offline-export supports only the exporting to png, jpeg and SVG format. Export to PDF is not working (not even through...