Drinkee

Results 1 issues of Drinkee

订单流图表,k线里面的数字不自动缩放,跟demo(https://jones2000.github.io/HQChart/webhqchart.demo/samples/demo_orderflow.html)里的不一样 option配置: ```js const option = { Type: '历史K线图', // 创建图形类型 // 窗口指标 Windows: [ { Index: 'Empty', }, ], Symbol: CODE, IsAutoUpdate: true, // 是自动更新数据 AutoUpdateFrequency: 15000, IsApiPeriod: true,...