mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
do not debounce pointer events (#143186)
This commit is contained in:
parent
0b61564e77
commit
8acf3feda3
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ export const TimeSeries = ({
|
|||
onElementClick={(args) => handleElementClick(args)}
|
||||
animateData={false}
|
||||
onPointerUpdate={handleCursorUpdate}
|
||||
pointerUpdateDebounce={0}
|
||||
theme={[
|
||||
{
|
||||
crosshair: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue