Skip to content

Commit

Permalink
Merge pull request #152 from AUS-DOH-Safety-and-Quality/alt-target-spec
Browse files Browse the repository at this point in the history
Fix alt target input option missing
  • Loading branch information
andrjohns authored Mar 11, 2024
2 parents 7e42353 + 37cd75e commit bbb92b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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":"Funnel Plots",
"guid":"PBIFUN",
"visualClassName":"Visual",
"version":"1.5.1.2",
"version":"1.5.1.3",
"description":"A PowerBI custom visual for funnel plots",
"supportUrl":"https://github.com/AUS-DOH-Safety-and-Quality/PowerBI-Funnels",
"gitHubUrl":"https://github.com/AUS-DOH-Safety-and-Quality/PowerBI-Funnels"
Expand Down
2 changes: 1 addition & 1 deletion src/defaultSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export type settingsValueTypes = {
export const settingsPaneGroupings = {
lines: {
"Target": ["show_target", "width_target", "type_target", "colour_target", "ttip_show_target", "ttip_label_target"],
"Alt. Target": ["show_alt_target", "width_alt_target", "type_alt_target", "colour_alt_target", "ttip_show_alt_target", "ttip_label_alt_target"],
"Alt. Target": ["show_alt_target", "alt_target", "width_alt_target", "type_alt_target", "colour_alt_target", "ttip_show_alt_target", "ttip_label_alt_target"],
"68% Limits": ["show_68", "width_68", "type_68", "colour_68", "ttip_show_68", "ttip_label_68"],
"95% Limits": ["show_95", "width_95", "type_95", "colour_95", "ttip_show_95", "ttip_label_95"],
"99% Limits": ["show_99", "width_99", "type_99", "colour_99", "ttip_show_99", "ttip_label_99"]
Expand Down

0 comments on commit bbb92b7

Please sign in to comment.