Browse Source

解决小屏的情绪解码器有两个dataZoom的问题。

dev
宋杰 15 hours ago
parent
commit
1b2dcc1cfe
  1. 18
      src/views/components/emotionDecod.vue

18
src/views/components/emotionDecod.vue

@ -282,15 +282,15 @@ function initQXNLZHEcharts(kline, qxnlzhqData) {
},
bottom: "8%", //
},
{
show: true,
type: "slider",
xAxisIndex: [0, 1, 2],
bottom: "0%",
textStyle: {
color: "white",
},
},
// {
// show: true,
// type: "slider",
// xAxisIndex: [0, 1, 2],
// bottom: "0%",
// textStyle: {
// color: "white",
// },
// },
{
type: "inside",
xAxisIndex: [0, 1, 2],

Loading…
Cancel
Save