Skip to content

Commit

Permalink
Merge pull request #118 from AUS-DOH-Safety-and-Quality/multiplier-in…
Browse files Browse the repository at this point in the history
…put-bugfix

Fix handling of multipliers as input data
  • Loading branch information
andrjohns authored Mar 3, 2023
2 parents c0936be + b5afdb3 commit 7f92c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"displayName": "Optional: Multiplier",
"name": "chart_multiplier",
"name": "multiplier",
"kind": "Measure"
},
{
Expand Down Expand Up @@ -1167,7 +1167,7 @@
},
{
"for": {
"in": "chart_multiplier"
"in": "multiplier"
}
},
{
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":"SPC Charts",
"guid":"PBISPC",
"visualClassName":"Visual",
"version":"1.3.0",
"version":"1.3.1",
"description":"A PowerBI custom visual for SPC charts",
"supportUrl":"https://github.com/AUS-DOH-Safety-and-Quality/PowerBI-SPC",
"gitHubUrl":"https://github.com/AUS-DOH-Safety-and-Quality/PowerBI-SPC"
Expand Down

0 comments on commit 7f92c62

Please sign in to comment.