Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Merge 14f3cd3 into 8bb26f4
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgaliev committed May 23, 2018
2 parents 8bb26f4 + 14f3cd3 commit b03ac7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.0
* Added localization for all supported languages

## 1.2.1
* FIX: Fixed an issue that caused Dot Plot to stop working in IE 11

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powerbi-visuals-dotplot",
"version": "1.3.0",
"version": "1.4.0",
"description": "A dot plot is used to show a representation of the distribution of frequencies. It is most often used to show counts of an occurrence.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pbiviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Dot Plot",
"guid": "DotPlot1442374105856",
"visualClassName": "DotPlot",
"version": "1.3.0",
"version": "1.4.0",
"description": "A dot plot is used to show a representation of the distribution of frequencies. It is most often used to show counts of an occurrence.",
"supportUrl": "http://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-dotplot"
Expand Down

0 comments on commit b03ac7b

Please sign in to comment.