TimeSeries: Default to single hover point (#102323)
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
co-authored by
Leon Sorokin
parent
23ec5cfcbf
commit
a7a9f9b078
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user