| 1 | import { createChart, type ChartGPUInstance, type OHLCDataPoint } from '../../src/index'; |
| 2 | import { generateHistoricalData } from './generateHistoricalData'; |
| 3 | import { createTickSimulator, createCandleAggregator, type Tick } from './tickSimulator'; |
| 4 |