diff --git a/src/views/components/marketTemperature.vue b/src/views/components/marketTemperature.vue index 6fbe7e6..9668cfb 100644 --- a/src/views/components/marketTemperature.vue +++ b/src/views/components/marketTemperature.vue @@ -259,7 +259,7 @@ function initChart(raw, klineDataRawValue, WDRLValue) { }, axisTick: { lineStyle: { color: '#00FF7F' } }, splitLine: { - show: true, + show: false, lineStyle: { color: '#333333', type: 'solid', @@ -291,7 +291,7 @@ function initChart(raw, klineDataRawValue, WDRLValue) { axisLine: { lineStyle: { color: '#FF1493', width: 2 } }, axisTick: { lineStyle: { color: '#FF1493' } }, splitLine: { - show: true, + show: false, lineStyle: { color: '#444444', type: 'solid',