Browse Source

新增在情绪解码器热力矩阵区域也能缩放;

dev
宋杰 2 days ago
parent
commit
4c65491889
  1. 9
      src/views/components/emotionDecod.vue

9
src/views/components/emotionDecod.vue

@ -283,11 +283,18 @@ function initQXNLZHEcharts(kline, qxnlzhqData) {
bottom: "8%", //
},
{
show: !1,
show: true,
type: "slider",
xAxisIndex: [0, 1, 2],
bottom: "0%",
textStyle: {
color: "white",
},
},
{
type: "inside",
xAxisIndex: [0, 1, 2],
filterMode: "filter",
},
],
series: [

Loading…
Cancel
Save