2.0 first commit
This commit is contained in:
15
src/example/example.ts
Normal file
15
src/example/example.ts
Normal file
@ -0,0 +1,15 @@
|
||||
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);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user