plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
296 stars 39 forks source link

Orca requires a Mapbox API token for .png file generation #227

Closed ha5dzs closed 5 years ago

ha5dzs commented 5 years ago

Hi,

Using Mac (Mojave 10.14.4), RStudio (1.2.1335), Plotly (4.8.0)

I am trying to create a png from a 'histogram' and 'histogram2d' plotly object. I found that it only works if I have a Mapbox token. It doesn't matter if I install Orca using npm or manually.

Is this normal?

etpinard commented 5 years ago

You should only need to set a mapbox access token to export mapbox graphs.

This must be a problem with the R api. I suggest filing an issue over on https://github.com/ropensci/plotly

Thank you!

ha5dzs commented 5 years ago

Okay, thanks!