Files
lightweight-charts-python/src/example/example.ts
2024-06-10 22:34:21 +02:00

15 lines
309 B
TypeScript

import { generateCandleData } from '../sample-data';
import { Handler } from '../general/handler';
const handler = new Handler("sadasdas", 0.556, 0.5182, "left", true);
handler.createToolBox();
const data = generateCandleData();
if (handler.series)
handler.series.setData(data);
//tady testovat markery