Loongphy commented on issue #14277:
URL: https://github.com/apache/echarts/issues/14277#issuecomment-2109382291

   ```
   import { CallbackDataParams } from 'echarts/types/dist/shared.js'
   import { TooltipMarker } from 'echarts/types/src/util/format.js'
   
   export type TooltipCallbackDataParams = CallbackDataParams & {
     axisDim?: string
     axisIndex?: number
     axisType?: string
     axisId?: string
     axisValue?: string | number
     axisValueLabel?: string
     marker?: TooltipMarker
   }
   ```
   
   
https://github.com/apache/echarts/blob/75dd430d77e8949d56f2129f05018fe8629e5b2d/src/component/tooltip/TooltipView.ts#L127


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to