Tim Zhou

Results 4 issues of Tim Zhou

```r mtcars %>% g2r::g2(asp(x = wt, y = mpg)) %>% g2r::fig_point() %>% g2r::conf_font("Arial") ``` looks identical to ```r mtcars %>% g2r::g2(asp(x = wt, y = mpg)) %>% g2r::fig_point() %>% g2r::conf_font("Roboto")...

1. Run the following ``` library(tidyverse) library(shiny) library(ggvis) server % layer_bars() %>% add_tooltip( function(x) print(nrow(vis_data()[seq(1, input$slider), ])) ) }) %>% bind_shiny('vis_test') }) } ui

The following does not work: ``` library(magrittr) library(ggvis) mtcars %>% ggvis() %>% group_by(gear) %>% layer_bars( x = ~factor(cyl), y = ~mpg, fill = ~factor(gear), width = 1 ) %>% scale_ordinal('x')...

- [x] I have checked that a similar [feature request](https://github.com/astronomer/astro-cli/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **✍️ Is your feature request related to a problem? Please describe.** Currently, we can pass secrets...