Added
NgxGaugeMarker.labelColor?: string— color used for a marker's label
text. Defaults to the marker'scolorwhen omitted, so labels stay
visible on dark themes andlinemarkers no longer inherit whatever
fillStylehappened to be set from a previously drawn marker.
(#123, #145)
Fixed
cap: 'round'now also rounds the outer ends of the background bar when
thresholdsare configured. Previously the segment loop forced
lineCap: 'butt'so only the foreground value bar was rounded; the
background ends stayed square. Two extra round-capped arcs are now
stroked at the leading edge of the first range and the trailing edge of
the last range, leaving inner segment joints untouched. (#127).reading-blockand.reading-labelno longer clip the top/bottom of
tall digits. The defaultoverflowchanged fromhiddentovisible
(and the now-inerttext-overflow: ellipsiswas removed). Consumers
that prefer the old clip-with-ellipsis behaviour for long
prepend/append text can restore it via a global style override (see
CSS comment ingauge.css). (#100)
What's Changed
- fix: round-cap with thresholds, marker labelColor, reading clip by @ashish-chopra in #224
- chore(tsconfig): drop deprecated baseUrl and dead outDir by @ashish-chopra in #225
- release: 13.3.1 — threshold round-cap, marker labelColor, value clip … by @ashish-chopra in #226
Full Changelog: v13.3.0...v13.3.1