Browse Source

情绪探底雷达默认展示一半的的股票数据。

dev
宋杰 21 hours ago
parent
commit
33da64acb4
  1. 4
      src/views/components/emotionalBottomRadar.vue

4
src/views/components/emotionalBottomRadar.vue

@ -503,7 +503,7 @@ function initEmotionalBottomRadar(KlineData, barAndLineData) {
{ {
type: 'slider', type: 'slider',
xAxisIndex: [0, 1, 2], xAxisIndex: [0, 1, 2],
start: 0,
start: 50,
end: 100, end: 100,
show: true, show: true,
bottom: window.innerWidth > 768 ? 30 : 50, bottom: window.innerWidth > 768 ? 30 : 50,
@ -528,7 +528,7 @@ function initEmotionalBottomRadar(KlineData, barAndLineData) {
{ {
type: 'inside', type: 'inside',
xAxisIndex: [0, 1, 2], xAxisIndex: [0, 1, 2],
start: 0,
start: 50,
end: 100, end: 100,
zoomOnMouseWheel: true, zoomOnMouseWheel: true,
moveOnMouseMove: true, moveOnMouseMove: true,

Loading…
Cancel
Save