Coder Social home page Coder Social logo

Comments (7)

timelyportfolio avatar timelyportfolio commented on July 26, 2024 2

There was one other problem caused by setting the canvas id to canvas. HTML/CSS requires unique selector id. I made the change to append the htmlwidget id to -canvas. Here is a working example. The only issue now is with the tooltip.

    ---
    title: "Untitled"
    output: 
      flexdashboard::flex_dashboard
    ---

    Page1
    ===================

    ```{r}
    library(wordcloud2)
    wordcloud2(demoFreq)
    ```


    Page 2
    ==========

    Column {data-width=350}
    -----------------------------------------------------------

    ### Pentagon

    ```{r}
    wordcloud2(demoFreq, size = 1,shape = 'pentagon')
    ```

    Column {data-width=350}
    ----------------------------------------------------------

    ### Star

    ```{r}
    wordcloud2(demoFreq, size = 1,shape = 'star')
    ```

wordcloud2_flex

from wordcloud2.

badbye avatar badbye commented on July 26, 2024

No problem on my laptop. Try to refresh the page?

version.string R version 3.3.1 (2016-06-21)
flexdashaboard 0.3
wordcloud2 0.2.0

If you want to make multiple word cloud plot, that would be an issue.

from wordcloud2.

voxnonecho avatar voxnonecho commented on July 26, 2024

Yes this will work if you refresh the page but that's because the refresh overwrites the resize() have a look at the issues referenced.

from wordcloud2.

badbye avatar badbye commented on July 26, 2024

In my experience the plot render at the first sight, I do not need to refresh. It will be better if you offer your test code.

from wordcloud2.

timelyportfolio avatar timelyportfolio commented on July 26, 2024

I'll submit a pull shortly.

from wordcloud2.

Lchiffon avatar Lchiffon commented on July 26, 2024

Rstudio viewer have the same problem.
I known this issue for a long time. I think it's a bug, need to fix it.

@timelyportfolio your pull cannot fix the problem in viewer as far as I can see.

from wordcloud2.

mfumagalli68 avatar mfumagalli68 commented on July 26, 2024

@timelyportfolio trying to run your example, encountered same problem described above

from wordcloud2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.