Browse Source

量能转化 修改测试数据

aiEmotion^2
pengmeng 4 weeks ago
parent
commit
4a5e57e23b
  1. 6
      src/views/components/emoEnergyConverter.vue

6
src/views/components/emoEnergyConverter.vue

@ -65,9 +65,9 @@ const generateGraphics = (min, max) => {
function initQXNLZHEcharts(kline, qxnlzhqData) {
//
qxnlzhqData.topxh = ["2025/04/04", "2025/04/15"]
qxnlzhqData.lowxh = ["2025/04/08", "2025/04/18"]
qxnlzhqData.qixh = ["2025/04/10", "2025/04/21"]
// qxnlzhqData.topxh = ["2025/04/04", "2025/04/15"]
// qxnlzhqData.lowxh = ["2025/04/08", "2025/04/18"]
// qxnlzhqData.qixh = ["2025/04/10", "2025/04/21"]
if (qxnlzhqEchartsInstance) {
qxnlzhqEchartsInstance.dispose();
}

Loading…
Cancel
Save