Can esquisse allow user to select a font family? This would be useful if users have to produce production ready output from esquisse. I am trying to use esquisse in a shiny app, and would like to be able to choose font family from the frontend.
I am wondering if you get too many such feature requests, and the view is that making esquisse infitely flexible to allow all the ggplot2 options from estquisse is, for some reason, not desitable (for example, to keep esquisse simple).
One way to handle this would be to allow the user to edit the code generated by esquisse, and then run it from the front-end. I guess, this may, however, have security implications. It would be important to restrict this to only ggplot2 commands, and not allow user to run any other R or system command.
Can esquisse allow user to select a font family? This would be useful if users have to produce production ready output from esquisse. I am trying to use esquisse in a shiny app, and would like to be able to choose font family from the frontend.
I am wondering if you get too many such feature requests, and the view is that making esquisse infitely flexible to allow all the ggplot2 options from estquisse is, for some reason, not desitable (for example, to keep esquisse simple).
One way to handle this would be to allow the user to edit the code generated by esquisse, and then run it from the front-end. I guess, this may, however, have security implications. It would be important to restrict this to only ggplot2 commands, and not allow user to run any other R or system command.