Skip to content
#

htmlwidget

Here are 17 public repositories matching this topic...

echarts4r
hnasko
hnasko commented Jul 4, 2019

How to change text style in legend when its type = 'scroll' and renderer = "svg"? Official documentation says that there is a special parameter pageTextStyle. But it doesn't work.

library(shiny)
library(echarts4r)

ui <- fluidPage(
  
  column(width = 6, echarts4rOutput("plot_1")),
  column(width = 6, echarts4rOutput("plot_2"))
  
)

server <- function(input, output, session

Improve this page

Add a description, image, and links to the htmlwidget topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the htmlwidget topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.