v1.4.0
Added
direction: vertical(card-level): render bars as columns growing bottom-to-top instead of the default horizontal rows. Pair withheightto set the column height (default150px).severity(card-level and per-entity): colour thresholds as a list of{from, to, color}ranges, matched against the entity's current value — similar to custom:bar-card's severity option.
Colour resolution order: entity's own color -> entity's own severity -> card-wide severity -> default (var(--primary-color)). Backward compatible — omit these options to keep existing behavior.