TimeSeries: Default to single hover point (#102323)

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
Alex Spencer
2025-03-18 11:06:10 -05:00
committed by GitHub
co-authored by Leon Sorokin
parent 23ec5cfcbf
commit a7a9f9b078
2 changed files with 2 additions and 0 deletions
@@ -75,6 +75,7 @@ exports[`GraphNG utils preparePlotConfigBuilder 1`] = `
},
"points": {
"fill": [Function],
"one": true,
"size": [Function],
"stroke": [Function],
"width": [Function],
@@ -576,6 +576,7 @@ export const preparePlotConfigBuilder: UPlotConfigPrepFn = ({
focus: {
prox: hoverProximity ?? DEFAULT_FOCUS_PROXIMITY,
},
points: { one: true },
};
builder.setCursor(cursor);