-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule powerbi-visuals-bulletchart
updated
43 files
Submodule powerbi-visuals-globemap
updated
43 files
Submodule powerbi-visuals-tornado
updated
5 files
+5 −0 | CHANGELOG.md | |
+1 −1 | capabilities.json | |
+760 −603 | package-lock.json | |
+12 −12 | package.json | |
+3 −3 | pbiviz.json |
Submodule powerbi-visuals-wordcloud
updated
13 files
+6 −4 | .github/workflows/build.yml | |
+7 −0 | CHANGELOG.md | |
+1 −1 | karma.conf.ts | |
+2,254 −2,088 | package-lock.json | |
+39 −39 | package.json | |
+3 −3 | pbiviz.json | |
+46 −184 | src/WordCloud.ts | |
+150 −0 | src/behavior.ts | |
+2 −1 | src/dataInterfaces.ts | |
+7 −5 | src/settings.ts | |
+0 −157 | src/valueSelectionManager.ts | |
+3 −3 | test/WordCloudBuilder.ts | |
+67 −21 | test/visualTest.ts |