| 18 | }; |
| 19 | |
| 20 | interface ChartPanelProps { |
| 21 | selectedMarket: ProcessedMarket | null; |
| 22 | /** Line-only mode: no K toggle, no MA/MACD */ |
| 23 | lineOnly?: boolean; |
| 24 | } |
| 25 | |
| 26 | interface SeriesData { |
| 27 | marketId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected