From 514bcf25d71808e55af26369a0087bb50dde26cb Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Wed, 15 Oct 2025 12:08:54 +0300 Subject: [PATCH 1/2] Add clarification for property history chart type --- .../dashboards/dashboards.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md index 9f15b2f6dd..d65bc6dc04 100644 --- a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md +++ b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md @@ -181,6 +181,10 @@ Port offers three types of line charts: This chart type displays the values of one or more properties of a **single entity** over time. +It reflects the state of the catalog **at the chosen time**. Past values are not recalculated if entities are later changed or deleted. This includes calculation and aggregation properties, which are stored as they were computed at that time. + +Unlike other chart types, this chart preserves past values, while others always reflect the **current state** of the catalog and recalculate when data changes. + When creating this type of line chart: 1. Choose the **blueprint** you want to visualize. From 69bcde425745924acf62da6262497801b170b934 Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Wed, 15 Oct 2025 12:36:11 +0300 Subject: [PATCH 2/2] added notes to the other chart types as well --- .../dashboards/dashboards.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md index d65bc6dc04..87f5153082 100644 --- a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md +++ b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md @@ -183,7 +183,7 @@ This chart type displays the values of one or more properties of a **single enti It reflects the state of the catalog **at the chosen time**. Past values are not recalculated if entities are later changed or deleted. This includes calculation and aggregation properties, which are stored as they were computed at that time. -Unlike other chart types, this chart preserves past values, while others always reflect the **current state** of the catalog and recalculate when data changes. +Unlike other chart types, this chart preserves **past values**, while others always reflect the current state of the catalog and recalculate when data changes. When creating this type of line chart: @@ -223,6 +223,8 @@ For example, here is a line chart displaying a service's resource usage over the This chart type displays the aggregated values of one or more properties across **all entities** of a specific blueprint. Each property will be displayed as a separate line in the chart. +This chart type reflects the **current state** of the catalog and recalculate when data changes. + When creating this type of line chart: 1. Choose the **blueprint** you want to visualize. @@ -282,6 +284,8 @@ For example, here is a line chart displaying the maximum cost of all services ov This chart type displays either the total count of entities or the average number of entities from a specific blueprint over time. If you choose to break down the chart by a property, each line will represent a distinct value of that property. +This chart type reflects the **current state** of the catalog and recalculate when data changes. + When creating this type of line chart: 1. Choose the **blueprint** you want to visualize.