Browse Source

情绪能量转化器默认展示一半K线。

dev
宋杰 16 hours ago
parent
commit
0b0e2c88f5
  1. 4
      src/views/components/emoEnergyConverter.vue

4
src/views/components/emoEnergyConverter.vue

@ -455,7 +455,7 @@ function initQXNLZHEcharts(kline, qxnlzhqData) {
{ {
type: 'slider', type: 'slider',
xAxisIndex: 0, xAxisIndex: 0,
start: 0,
start: 50,
end: 100, end: 100,
show: true, show: true,
bottom: 10, bottom: 10,
@ -473,7 +473,7 @@ function initQXNLZHEcharts(kline, qxnlzhqData) {
{ {
type: 'inside', type: 'inside',
xAxisIndex: 0, xAxisIndex: 0,
start: 0,
start: 50,
end: 100, end: 100,
zoomOnMouseWheel: true, zoomOnMouseWheel: true,
moveOnMouseMove: true, moveOnMouseMove: true,

Loading…
Cancel
Save