Hi,
I'm trying to create an app for a website using R, ggplot2, Shiny and Plotly, and I'm facing two different problems. I would really appreciate any help or advice.
1) As I live in Spain I have to deal with a number of special symbols (eg:Á, á, à, é, É, ñ, ï, etc). I've solved the issue on the shiny part of the app, but I still have problems with titles on the plotly plots.
2) The aes parameters (axes ticks, labels, fonts) on plotly plots are not responding to those on the code (using ggplot2).
The expected look of the plotly plots it's available by downloading them as png files.
Here the reproducible code (pick Agrón as Municipality)
Hi, I'm trying to create an app for a website using R, ggplot2, Shiny and Plotly, and I'm facing two different problems. I would really appreciate any help or advice.
1) As I live in Spain I have to deal with a number of special symbols (eg:Á, á, à, é, É, ñ, ï, etc). I've solved the issue on the shiny part of the app, but I still have problems with titles on the plotly plots. 2) The aes parameters (axes ticks, labels, fonts) on plotly plots are not responding to those on the code (using ggplot2).
The expected look of the plotly plots it's available by downloading them as png files.
Here the reproducible code (pick Agrón as Municipality)
Server file
ui file