From 9ec8a5219c1ac7c735d893ed8f2c0f57b1d58e44 Mon Sep 17 00:00:00 2001 From: Natalia Suarez Date: Fri, 8 Dec 2023 16:25:27 +0000 Subject: [PATCH 1/2] new min max width dashboard feature announcement --- .../dev/features/min-max-width-dashboard.md | 40 +++++++++++++++++++ content/dev/features/subtotals-toggle.md | 1 - 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 content/dev/features/min-max-width-dashboard.md diff --git a/content/dev/features/min-max-width-dashboard.md b/content/dev/features/min-max-width-dashboard.md new file mode 100644 index 000000000..60f633188 --- /dev/null +++ b/content/dev/features/min-max-width-dashboard.md @@ -0,0 +1,40 @@ ++++ +date = "2023-12-08T16:01:50Z" +publishdate = "2023-12-08T16:01:50Z" +draft = false +title = "Design with Confidence: Achieve design consistency in dashboards with this new feature" +news_description = "Our new min & max settings for dashboard widths ensure that you see the dashboard exactly as your users will see it. Click here to learn more." +description = "Our new min & max settings for dashboard widths ensure that you see the dashboard exactly as your users will see it." +weight = 20 +tags = ["dashboards", "analyses", "layout"] +categories = ["feature"] +images = ["https://crunch.io/img/logo-1200x630.png"] +labs_only = true +no_profiles = true +series = "main" + ++++ + +We're excited to announce an update that brings added control to your dashboard designs. Our new feature allows you to specify minimum and maximum widths for your dashboards, enabling a more consistent and visually appealing experience across various screen sizes. + +This update is a direct response to your feedback. Many of you have expressed the need for more control over how your dashboards appear to end-users, and we listened. + +By specifying the minimum and maximum dashboard size to be the same value, you can create a fixed-width dashboard, ensuring that your view of the dashboard when designing it will be exactly the same as your users’ view when consuming it. + +{{
}} + +When creating a new dashboard, you’ll now have the option to choose between “Auto” and “Constrained”. Auto remains the default, where Crunch will dynamically resize the dashboard to maximize the use of the user’s screen, but if you want to prioritize a guaranteed layout over maximum use of space, you’ll want to switch to “Constrained” and specify min and max dashboard widths (in pixels). + +{{
}} + +Alternatively, by giving different values for the min and max, you can set your own bounds for how big or small your dashboard can be. + +Even better, these controls are now also available for *********existing********* dashboards, allowing you to apply constrained or fixed sizing to dashboards you’ve already delivered. + +## Try It Out Today + +This new constrained and fixed width dashboards setting is available now for [Early Access](https://help.crunch.io/hc/en-us/articles/360040465331-How-to-enable-early-access) users on all Crunch scriptable dashboards. To use it, go to the “New dashboard…” panel for creating a new dashboard or go to dashboard Properties for an existing dashboard. All users will see the impact of the new setting, whether they are Early Access or not. + +For full details of this new feature and where to find it, see the [help center](https://help.crunch.io/hc/en-us/articles/22051616032653-Setting-the-width-of-a-dashboard). + +We’d love your feedback at [support@crunch.io](mailto:support@crunch.io). diff --git a/content/dev/features/subtotals-toggle.md b/content/dev/features/subtotals-toggle.md index b8b4bd0cf..907722aca 100644 --- a/content/dev/features/subtotals-toggle.md +++ b/content/dev/features/subtotals-toggle.md @@ -11,7 +11,6 @@ categories = ["feature"] images = ["https://crunch.io/img/logo-1200x630.png"] labs_only = false no_profiles = true -series = "main" +++ From 68a669f4b67eea322bdf9c5f8eb65c5a7e38c442 Mon Sep 17 00:00:00 2001 From: Natalia Suarez Date: Mon, 11 Dec 2023 15:19:00 +0000 Subject: [PATCH 2/2] update date and add image --- content/dev/features/min-max-width-dashboard.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/dev/features/min-max-width-dashboard.md b/content/dev/features/min-max-width-dashboard.md index 60f633188..69ad4aa07 100644 --- a/content/dev/features/min-max-width-dashboard.md +++ b/content/dev/features/min-max-width-dashboard.md @@ -1,6 +1,6 @@ +++ -date = "2023-12-08T16:01:50Z" -publishdate = "2023-12-08T16:01:50Z" +date = "2023-12-11T12:01:50Z" +publishdate = "2023-12-11T12:01:50Z" draft = false title = "Design with Confidence: Achieve design consistency in dashboards with this new feature" news_description = "Our new min & max settings for dashboard widths ensure that you see the dashboard exactly as your users will see it. Click here to learn more." @@ -21,7 +21,7 @@ This update is a direct response to your feedback. Many of you have expressed th By specifying the minimum and maximum dashboard size to be the same value, you can create a fixed-width dashboard, ensuring that your view of the dashboard when designing it will be exactly the same as your users’ view when consuming it. -{{
}} +{{
}} When creating a new dashboard, you’ll now have the option to choose between “Auto” and “Constrained”. Auto remains the default, where Crunch will dynamically resize the dashboard to maximize the use of the user’s screen, but if you want to prioritize a guaranteed layout over maximum use of space, you’ll want to switch to “Constrained” and specify min and max dashboard widths (in pixels). @@ -29,7 +29,7 @@ When creating a new dashboard, you’ll now have the option to choose between Alternatively, by giving different values for the min and max, you can set your own bounds for how big or small your dashboard can be. -Even better, these controls are now also available for *********existing********* dashboards, allowing you to apply constrained or fixed sizing to dashboards you’ve already delivered. +Even better, these controls are now also available for **existing** dashboards, allowing you to apply constrained or fixed sizing to dashboards you’ve already delivered. ## Try It Out Today