Jacci Ziebert

Results 22 comments of Jacci Ziebert

I had that issue. That happens when the document is rendered is shown in the viewer/browser (i.e. http://localhost:7340/web/viewer.html). Try opening the rendered document from the actual folder and it should...

I found a workaround using `htmlwidgets` package that allows for multiple wordclouds. I'm using quarto to render multiple and this works. ``` a = wordcloud2::wordcloud2(coffee) htmlwidgets::saveWidget(widget = a, file =...

Removing the class argument fixes this problem:. ``` gt_output

@jonthegeek I don't see an actual impact, either. I'm tinkering with your suggestion but am new to js. Thank you for your work on this (and DSLC!)

Oh awesome! I'll close my PR and work from yours!

I'm working on adding the new chart types - I started the violin and I see you did the doughnut. We could also add wrappers to dplyr::select to remove those...

We are actively working on a PR. Patrick is more familiar with the codebase as I. Though neither of us are familiar with CRAN standards. I added the new chart...

This should pass CMD check now. I'm worried this package will exceed CRAN's 5mb file size. Do we need all the .js files in echart-6.0.0? Each are ~1mb. I also...

I'd like to help with updating to 6.0.0. I've just started to use echarts and love how clean the plots look! I do have the updated js files and did...

Closing my PR and currently working off of @patrekieta PR.