Replies: 2 comments 5 replies
-
Oh good catch! Even though most charts will make use of aggregated metrics (way less than a thousand data points) this is still an issue to deal with. I cannot find a way for queries (CSV, JSON) to return the truncation information so that charts could display a warning. Do you have some pointers? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Resolved with PR #156 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default query max rows is 1000
However, the number of points on the chart can exceeds 1000 easily. While we have the option to increase the number of rows, it would be beneficial to display a tooltip for points that exceed this limit. This would help viewers understand that they are only seeing a subset of the query results...
If the number of query rows exceeds the maximum number of rows to be returned, a helpful hint will appear. Simply move the mouse upwards to reveal the hints. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions