| 31 | import View from './View' |
| 32 | |
| 33 | interface TooltipFeatureInfo { |
| 34 | paneId: string |
| 35 | indicator?: Indicator |
| 36 | feature: TooltipFeatureStyle |
| 37 | } |
| 38 | |
| 39 | export default class IndicatorTooltipView extends View<YAxis> { |
| 40 | private _activeFeatureInfo: Nullable<TooltipFeatureInfo> = null |
nothing calls this directly
no outgoing calls
no test coverage detected