biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
128 stars 84 forks source link

[FIX] Word Cloud - Update wordcloud javascript library #988

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
Issue

Fixes https://github.com/biolab/orange3-text/issues/987

Description of changes

Since the newer version of the wordcloud2.js library is available, I am updating the library from https://github.com/timdream/wordcloud2.js

Includes
codecov-commenter commented 1 year ago

Codecov Report

Merging #988 (f2a5017) into master (31c44c1) will increase coverage by 0.01%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #988 +/- ## ========================================== + Coverage 79.68% 79.69% +0.01% ========================================== Files 87 87 Lines 12319 12319 Branches 1617 1617 ========================================== + Hits 9816 9818 +2 + Misses 2210 2209 -1 + Partials 293 292 -1 ```