You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @param collaborate include the collaborate mode bar button (unique to the R pkg)?
92
92
#' @param cloud include the send data to cloud button?
93
93
#' @param locale locale to use. See [here](https://github.com/plotly/plotly.js/tree/master/dist#to-include-localization) for more info.
94
+
#' @param mathjax whether or not to add [MathJax rendering support](https://github.com/plotly/plotly.js/tree/master/dist#to-support-mathjax).
95
+
#' Note that plotly uses SVG-based mathjax rendering which won't play nicely with
96
+
#' HTML-based rendering (e.g., rmarkdown documents). In this case, you may want to
97
+
#' consider `<iframe>`-ing your plotly graph(s) into the larger document.
98
+
#' Currently mathjax is loaded externally (meaning an internet
99
+
#' connection is needed to view the graph). Future versions may not have this requirement.
0 commit comments