Skip to content
#

htmlwidgets

Here are 121 public repositories matching this topic...

subrotod
subrotod commented Feb 2, 2020

The example was downloaded from examples/rhandsontable_search on 2/2/2020. When you type the text into the search box specified in ui.R, the functionality to highlight the text in the hot table does not do anything, when a match exists. I am using a Chrome browser. The rhandsontable package was installed using install.packages("rhandsontable") on 2/19/2020. Version number is 0.3.7

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
flextable
joesquito
joesquito commented Jan 5, 2020

The flextables look fine when viewed in RStudio, but when I insert them into a PowerPoint the padding is between the lines and not outside.

library(flextable)
library(officer)
library(dplyr)

x = tibble(c1 = 1:4, c2 = rep("A\nB", 4))

ft0 = flextable(x) %>% padding(padding.bottom = 0, padding.top = 0)
ft10 = flextable(x) %>% padding(padding.bottom = 10)
ft20 = flextable(x) %>% padd

Improve this page

Add a description, image, and links to the htmlwidgets 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 htmlwidgets topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.