Nothing
#' @method tmapLeafletCompPrepare tm_chart
#' @export
tmapLeafletCompPrepare.tm_chart = function(comp, o) {
message("charts not implemented in view mode")
comp
}
#' @method tmapLeafletCompPrepare tm_chart_none
#' @export
tmapLeafletCompPrepare.tm_chart_none = function(comp, o) {
comp
}
#' @method tmapLeafletCompWidth tm_chart
#' @export
tmapLeafletCompWidth.tm_chart = function(comp, o) {
comp
}
#' @method tmapLeafletCompHeight tm_chart
#' @export
tmapLeafletCompHeight.tm_chart = function(comp, o) {
comp
}
#' @method tmapLeafletLegPlot tm_chart_histogram
#' @export
tmapLeafletLegPlot.tm_chart_histogram = function(comp, lf, o) {
lf
}
#' @method tmapLeafletLegPlot tm_chart
#' @export
tmapLeafletLegPlot.tm_chart = function(comp, lf, o) {
lf
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.