-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hover does not work with mulitiple wordclouds. #18
Comments
Would you happen to have the code used to make this? I see what you're describing in the link, but I'm unable to reproduce it with multiple wordclouds on my own |
Can you try with this https://github.com/DataDrivenPolicy/twitteralytics/blob/master/src/twitter_profiles.Rmd |
Do you have the other associated files with this Rmd? Some of the required csv's don't seem to be included. Or better yet, would you happen to have a more minimal example? |
Below is a minimal example of the hover bug. The 2 wordclouds in the
|
…ved extraneous console statements
ezpz #32 That look alright to you @AdamSpannbauer? |
That seems to be fix the issue on my end. Thanks @AdeelK93 Tested on linux box w/R 3.4.1 & windows box w/R 3.4.2 using Chrome for browser. |
I am still confused about this issue, especially in a shiny module. I only give the abstract of my code, since it has 800 lines for one module. You donot want to read it. I only can use CARN version. So, I do not if #32can solve this problem or not.
|
Do you still have the issue if you install #32 ? |
sorry to mention, i can not install developer version. i will change my
question. I really like wordclod2, but if I can not slove the issue in CRAN
version then i have to give it up.
Thank you.
…On Tue, 9 Jan 2018 at 12:36, Adam Spannbauer ***@***.***> wrote:
Do you still have the issue if you install #32
<#32> ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANfdN5hIE3_ufkNneGA-BggQn2UtgYkOks5tI09TgaJpZM4Lmh_5>
.
|
If it does fix your issue I hope that it can serve as more motivation for @Lchiffon to merge the PR. I'm also prevented from using wordcloud2 until a fix for the issue is on CRAN. |
I just checked, wordcloud2 was updated on 3rd Jan 2018. So I assume it has
been fixed. I will check it at work tomorrow and let you guys know.
…On 9 January 2018 at 13:54, Adam Spannbauer ***@***.***> wrote:
If it does fix your issue I hope that it can serve as more motivation for
@Lchiffon <https://github.com/lchiffon> to merge the PR. I'm also
prevented from using wordcloud2 until a fix for the issue is on CRAN.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANfdN_Yk6jUf-lPBJlL4_5KRCp-INKl9ks5tI2FygaJpZM4Lmh_5>
.
|
The updated version on CRAN might fix your issue. For the issue of hover with multiple wordclouds it made the issue worse. The minimal example posted earlier in this thread only plots 1 of the 4 wordclouds with the version 0.2.1 on CRAN. |
@wangxuesong29 Try using this version of wordcloud2: https://github.com/AdeelK93/wordcloud2 The CRAN version does not include #32 |
Example http://data.dyumnin.com/analysis/tweeplytics/ashutosh83B.html
This page has 4 wordclouds, If we mouse over the words on any of the wordclouds the rectangular frame and word count appears over the first cloud instead of the cloud over which the mouse is positioned.
The text was updated successfully, but these errors were encountered: