From 5f30ce5725dd7a69770f6203ce1bf0d854bb4c29 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 11 Mar 2024 10:40:47 +0200 Subject: [PATCH 1/2] Alt target input option missing --- src/defaultSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaultSettings.ts b/src/defaultSettings.ts index 26a497e..c696d8b 100644 --- a/src/defaultSettings.ts +++ b/src/defaultSettings.ts @@ -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"] From 37cd75eec35b75384884e728c8103dd534f78478 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 11 Mar 2024 10:41:24 +0200 Subject: [PATCH 2/2] Bump version --- pbiviz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbiviz.json b/pbiviz.json index f5676a4..da6c9e1 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -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"