[//]: # (werk v2)
# Fix interpretation of graph ranges
key | value
---------- | ---
date | 2024-06-05T15:15:34+00:00
version | 2.4.0b1
class | fix
edition | cre
component | multisite
level | 1
compatible | yes
Prior to this werk, all vertical graph ranges were interpreted as minimal ranges. A
minimal graph
range specificies a range of values that is always covered, regardless of the displayed
data. In
case the latter falls outside the minimal range, the actual graph range is automatically
extended
accordingly.
While this interpretation is correct for graphs specified via the new [new
API](https://checkmk.com/werk/16259),
it is incorrect for other graph types such as custom graphs with a fixed range or graphs
specified
via the [legacy
API](https://docs.checkmk.com/latest/en/devel_check_plugins.html?lquery=per…
(`range` key).