Skip to content

Commit 8a039f2

Browse files
authored
Merge pull request #2889 from port-labs/add-clarification-to-property-history-chart
Add clarification for property history chart type
2 parents 64d53d8 + 69bcde4 commit 8a039f2

File tree

1 file changed

+8
-0
lines changed
  • docs/customize-pages-dashboards-and-plugins/dashboards

1 file changed

+8
-0
lines changed

docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ Port offers three types of line charts:
181181

182182
This chart type displays the values of one or more properties of a **single entity** over time.
183183

184+
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.
185+
186+
Unlike other chart types, this chart preserves **past values**, while others always reflect the current state of the catalog and recalculate when data changes.
187+
184188
When creating this type of line chart:
185189

186190
1. Choose the **blueprint** you want to visualize.
@@ -219,6 +223,8 @@ For example, here is a line chart displaying a service's resource usage over the
219223
This chart type displays the aggregated values of one or more properties across **all entities** of a specific blueprint.
220224
Each property will be displayed as a separate line in the chart.
221225

226+
This chart type reflects the **current state** of the catalog and recalculate when data changes.
227+
222228
When creating this type of line chart:
223229

224230
1. Choose the **blueprint** you want to visualize.
@@ -278,6 +284,8 @@ For example, here is a line chart displaying the maximum cost of all services ov
278284
This chart type displays either the total count of entities or the average number of entities from a specific blueprint over time.
279285
If you choose to break down the chart by a property, each line will represent a distinct value of that property.
280286

287+
This chart type reflects the **current state** of the catalog and recalculate when data changes.
288+
281289
When creating this type of line chart:
282290

283291
1. Choose the **blueprint** you want to visualize.

0 commit comments

Comments
 (0)