Histogram¶
A histogram, also known as a mass distribution chart, is used to represent the distribution of data. It is a common statistical chart where the horizontal axis represents data intervals and the vertical axis represents the distribution. The chart resembles a bar chart, where the higher the bar, the greater the number of data points falling within that interval.
Chart Query¶
Supports Simple Query, Expression Query, PromQL Query, and Data Source Query.
For more detailed information on chart query conditions, refer to Chart Query.
For more storage details, refer to Data Storage Strategy.
Chart Configuration¶
For more details, refer to Chart Configuration.
Y Axis¶
You can switch between Linear and Log scaling modes and define the corresponding maximum and minimum values.
X Axis¶
- Customize the maximum and minimum values of the X axis to determine the data display boundaries.
- Set the number of bins to change the granularity of data grouping.