MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / ChartPanelProps

Interface ChartPanelProps

src/components/ChartPanel.tsx:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected