From c65ef033b40f4d8e5b5323baa1e3cd43424b4fd3 Mon Sep 17 00:00:00 2001 From: hadar-co Date: Thu, 26 Dec 2024 14:07:40 +0200 Subject: [PATCH] line chart clarification (#1895) --- .../dashboards/dashboards.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md index b136cc7ef..3a9b8d566 100644 --- a/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md +++ b/docs/customize-pages-dashboards-and-plugins/dashboards/dashboards.md @@ -136,7 +136,7 @@ When creating a line chart in an [entity page](/customize-pages-dashboards-and-p Additionally, you need to specify the following properties: - **Time interval** - the amount of time between each data point in the chart. -- **Time range** - how far back in time the chart will display data. +- **Time range** - how far back in time the chart will display data (limited to the last year). The chart will display the property values over the span of the selected time range, using the selected intervals. The x-axis represents the time and the y-axis representing the property values. @@ -167,10 +167,12 @@ Say you have a Kubernetes `cluster` blueprint, with a related `node` blueprint r We can create an aggregation property on the `cluster` blueprint, which sums the `cost` properties of all related `node` entities. Then, we can create a line chart displaying the `cost` property of the `cluster` entity over time, showing the total cost of the cluster. -:::info Available historical data -The line chart will display data starting from the time the property was created on the blueprint. -Note that for aggregation (and calculation) properties, the data will be available from the time the aggregation property was created, and not the properties it is aggregating. -::: +#### Limitations + +- Line charts display data starting from the time the property was created on the blueprint. + Note that for aggregation (and calculation) properties, the data will be available from the time the aggregation property was created, and not the properties it is aggregating. + +- Line chart data is limited to the last 365 days. ### Markdown