Browse Source

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

dev
宋杰 19 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',
xAxisIndex: [0, 1, 2],
start: 0,
start: 50,
end: 100,
show: true,
bottom: window.innerWidth > 768 ? 30 : 50,
@ -528,7 +528,7 @@ function initEmotionalBottomRadar(KlineData, barAndLineData) {
{
type: 'inside',
xAxisIndex: [0, 1, 2],
start: 0,
start: 50,
end: 100,
zoomOnMouseWheel: true,
moveOnMouseMove: true,

Loading…
Cancel
Save