ash1day / rbplotly

a Ruby visualization library
MIT License
29 stars 9 forks source link

Disable downloadimg spec #16

Open kozo2 opened 5 years ago

kozo2 commented 5 years ago

downloadimg spec is disabled in this pull-req. It is hard to keep working it in .travis.yml. And this makes difficult to update plotly.js. (And it is more important in practice than to keep working the spec.)

I checked it worked well in this downloadimg spec disabled version (with)

Plotly.auth(<YOUR_USERNAME>, <YOUR_API_KEY>)
plot.download_image(path: './line_chart.png')

Please allow me to merge this pull-req to master.