Shows Le

Results 31 issues of Shows Le

``` src %>% mutate(cut = as.character(cut)) %>% inner_join(bin, by='cut') %>% e_charts(bin) %>% e_bar(count, barWidth = 20, barGap = '100%') %>% e_y_axis(type = 'value',name = '',splitLine = list(show=F), show = F)...

Hi, I'd like to do some manipulation in data frame and convert it back to graph. I have been using As_long_data_frame to convert the graph to data frame but the...

Hi, Since 0.6 already implemented parsing function for Graphviz diagram, is there any similar plan for mermaid diagram ?

Type: ★ Enhancement
Difficulty: [3] Advanced
Effort: [3] High
Priority: [2] Medium

currently this feature is only available on tableau server. But if user wants to download crosstab from multiple worksheets, will have to go through a modal dialogue for each worksheet.

### Operating System OS X ### Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) 3.1.0 86a5d70 ### Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Version 56.0.2924.87 (64-bit) ### Other driver version (chromedriver...

Hi, Is it possible to change the size of each node based on a vector as a parameter? I haven't found anything in document or stackoverflow... Thanks.

Please add additional msg and print toggle args to print issues better. For example, regular user will not be able to understand what regex pattern means, it could be challenging...

``` > mpg %>% + group_by(manufacturer, class) %>% + summarise( + panel = panel( + qplot(cty, hwy) + xlab("cty") + ylab("hwy") + + xlim(7, 37) + ylim(9, 47) + theme_bw()))...

``` dat1 % filter(vs == 1) dat1 %>% tauchart %>% tau_bar('mpg','cyl','vs') %>% tau_legend() %>% tau_tooltip() %>% tau_color_manual('red') ```

Hi, Is there a way to control the boundary of legend, font size and layout/location of it? I am using taucharts with shinydashboard, I feel the space used by legend...