plotly / orca

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

Format localization settings #332

Open razinm7 opened 4 years ago

razinm7 commented 4 years ago

Hi everyone!

I have a question about format localization settings. I create a plotly graph with date-format X axis. In RStudio viewer window months on X axis are signed in the local language. When I use server$export comand to download image it creates image with months signed in English. Is it possible to keep the local date format settings using the server$export command? There is folder in AppData/Local/Programs/orca/locales with lots of packs. Is it possible to use them in orca to set the desired format?

Thanks!