mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
StateTimelinePanel: Fix duration on merged values (#58561)
Fix stateTimeline duration
This commit is contained in:
parent
d748979048
commit
79142340e0
@ -126,7 +126,7 @@ export const addTooltipSupport = ({
|
||||
}
|
||||
|
||||
config.addHook('setLegend', (u) => {
|
||||
if (!isToolTipOpen.current) {
|
||||
if (!isToolTipOpen.current && !tooltipInterpolator) {
|
||||
setFocusedPointIdx(u.legend.idx!);
|
||||
}
|
||||
if (u.cursor.idxs != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user