Skip to content

Commit

Permalink
Add drill-down support (#18)
Browse files Browse the repository at this point in the history
* Add drill-down support
* Increase version
  • Loading branch information
MrMeison authored and ignatvilesov committed Jul 11, 2017
1 parent 32256d9 commit 92aac5e
Show file tree
Hide file tree
Showing 4 changed files with 11 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.5.0
* Added drill-down support

## 1.4.0
* Updated dependencies
* Updated API version
Expand Down
6 changes: 6 additions & 0 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"displayName": "Target Type"
}
],
"drilldown": {
"roles": [
"Source",
"Target"
]
},
"dataViewMappings": [
{
"conditions": [
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.4.0",
"version": "1.5.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.4.0",
"version": "1.5.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 92aac5e

Please sign in to comment.