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

OWWordCloud: Add the word cloud image to the report. #364

Merged
merged 1 commit into from Jul 24, 2018

Conversation

thocevar
Copy link
Contributor

Issue

WordCloud's report contains only the frequency list of words and not the nice word cloud picture.

Adding the picture with report_plot(self.webview) results in an image at the top of the report that overlaps other content.

Description of changes

Augment the html with a div of appropriate height to compensate for the absolute positioning of span objects of individual words in the webview's html.

Depends on biolab/orange3#3148.

Includes
  • Code changes
  • Tests
  • Documentation

@thocevar thocevar assigned thocevar and ajdapretnar and unassigned thocevar Jul 23, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants