A range chart displays data as a filled band between low and high values. The range step area variant uses stepped horizontal segments instead of straight lines, creating a staircase-like visualization well suited for discrete interval data.
This range step area chart tracks minimum and maximum server connection timeouts across all 24 hours of a day. The filled area between the two stepped boundaries highlights the timeout spread in milliseconds. The X-axis labels each hour from 0 to 23, while the Y-axis is titled in ms. Hover and select markers are disabled for a clean look, and tooltips reveal the exact low and high timeout values for each hour.
Follow the step-by-step Range Chart Tutorial to learn how such charts are built. See the Range Chart documentation for all configuration options.