Skip to content
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

word coloring by sentiment factor #57

Open
derlykk opened this issue Aug 2, 2020 · 2 comments
Open

word coloring by sentiment factor #57

derlykk opened this issue Aug 2, 2020 · 2 comments

Comments

@derlykk
Copy link

derlykk commented Aug 2, 2020

Hello,

I would like to visualize a text cloud of words which also went trough an sentiment analysis (value from 0.0 - 1.0 describing how positive the text is) and use the sentiment to color the words from color red to green with color intensity dependent on the sentiment score.

Does anyone have idea how to achieve this or does need something similar?

Thank you!

@juleskuehn
Copy link

I have the same feature request. On the front end, we would need a colorization function in the Format pane of the visual, and an additional axis to add that sentiment column to the visual. On the back end, the word cloud's color function needs to respond to this.

If this is easy to do, I may be able to make the changes to the code, but I haven't coded a Power BI visual before.

@juleskuehn
Copy link

I forked the project and implemented the colorization function: https://github.com/juleskuehn/PowerBI-visuals-WordCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants