Skip to content

Commit

Permalink
Update OnClickedPoint.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega authored Dec 5, 2024
1 parent 3260dfc commit ed3221c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import type { PlotMouseEvent } from 'plotly.js'
import { useEffect, useState } from 'react'
import { Link as RLink } from 'react-router-dom'

export type PlotMouseEventType = PlotMouseEvent

export const GoToSnapshotByPoint = ({ event }: { event: PlotMouseEvent }) => {
const p = event.points[0]
const customdata = p.customdata as Partial<
Expand Down

0 comments on commit ed3221c

Please sign in to comment.