-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[#1414] Word Cloud Word Frequency Selection #3668
Conversation
Some words do not show because the size of the word is too large.
… into 1414-word-cloud-frequency
… into 1414-word-cloud-frequency
… into 1414-word-cloud-frequency
@truebit I can see there are some merge conflicts with the files changed in this pull request. @kravets-levko might have introduced a new algorithm for showing words in the Word Cloud in the changes he applied but not sure. If you have not applied @kravets-levko changes to the files |
I figured out, need to |
<div class="form-group"> | ||
<label class="col-lg-6">Word Cloud Frequency Column Name</label> | ||
<div class="col-lg-6"> | ||
<select ng-options="name for name in [''].concat(queryResult.getColumnNames())" ng-model="visualization.options.frequency" class="form-control"></select> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your effort on this! As this was implemented as part of the React migration in #3930 closing this PR. |
What type of PR is this?
Description
This PR addresses part of #1414 which is the ability to pass the frequency when creating "Word Cloud"
Related Tickets & Documents
Related GitHub issue #1414