lihu

Results 86 comments of lihu

调用c++,生成了.node,在渲染进程直接require引用会报错,原因是在webpack前没有rebuild么?

KLineChart,可高度自定义的专业级轻量金融图表。 https://klinecharts.com/

Ready to refactor, you can take a look at this first [KLineChart](https://github.com/liihuu/KLineChart).

You can take a look at https://github.com/liihuu/KLineChart. This is a fully functional JavaScript stock chart. If I have enough time, i will refactor this lib.

Not yet supported, plan to refactor.

图表只提供api,不提供额外的ui,这些都需要自己实现

需要自己计算一下,结合这几个api实现,`setScrollEnabled`,`getDataSpace`,`setOffsetRightSpace`,

一天内的数据个数是固定的,计算出一条数据需要的宽度,然后根据数据的实时个数算出右边需要的间隙,用`setOffsetRightSpace` 设置。