Skip to content

Commit

Permalink
added localization (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgaliev authored and ignatvilesov committed May 23, 2018
1 parent 42198d3 commit 5a09c1d
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.7.0
* Added localization for all supported languages

## 1.6.1
* UPD: the nodes rendering algorithm (alpha) was changed to optimal algorithm (theta)

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-forcegraph",
"version": "1.6.1",
"version": "1.7.0",
"description": "This custom visual implements a D3 force layout diagram with curved path. The thickness of the path also represents the weight of the relationship between the nodes.",
"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": "Force-Directed Graph",
"guid": "ForceGraph1449359463895",
"visualClassName": "ForceGraph",
"version": "1.6.1",
"version": "1.7.0",
"description": "This custom visual implements a D3 force layout diagram with curved path. The thickness of the path also represents the weight of the relationship between the nodes.",
"supportUrl": "http://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/PowerBI-visuals-ForceGraph"
Expand Down

0 comments on commit 5a09c1d

Please sign in to comment.