Browse Source

温度计分割线取消

ds_hxl
宋杰 2 weeks ago
parent
commit
e1a2f1fe1f
  1. 4
      src/views/components/marketTemperature.vue

4
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',

Loading…
Cancel
Save