I have configured a y-axis annotation for a card displaying weight but the line is a few pixels off. Does anybody have any idea, why?
type: custom:apexcharts-card
header:
show: true
title: Paino
show_states: true
colorize_states: true
series:
- entity: sensor.bs444_stefan_weight
color: var(--info-color)
stroke_width: 2
show:
extremas: true
extend_to: now
yaxis:
- apex_config:
tickAmount: 10
legend:
showForSingleSeries: false
graph_span: 30d
apex_config:
annotations:
yaxis:
- "y": 105
strokeDashArray: 0
borderColor: var(--error-color)
borderWith: 0
