You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,10 @@ Port offers three types of line charts:
181
181
182
182
This chart type displays the values of one or more properties of a **single entity** over time.
183
183
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
+
184
188
When creating this type of line chart:
185
189
186
190
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
219
223
This chart type displays the aggregated values of one or more properties across **all entities** of a specific blueprint.
220
224
Each property will be displayed as a separate line in the chart.
221
225
226
+
This chart type reflects the **current state** of the catalog and recalculate when data changes.
227
+
222
228
When creating this type of line chart:
223
229
224
230
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
278
284
This chart type displays either the total count of entities or the average number of entities from a specific blueprint over time.
279
285
If you choose to break down the chart by a property, each line will represent a distinct value of that property.
280
286
287
+
This chart type reflects the **current state** of the catalog and recalculate when data changes.
288
+
281
289
When creating this type of line chart:
282
290
283
291
1. Choose the **blueprint** you want to visualize.
0 commit comments