Browse Source

股市温度计默认展示一半K线。

dev
宋杰 18 hours ago
parent
commit
a1c96a9977
  1. 2
      src/views/components/marketTemperature.vue

2
src/views/components/marketTemperature.vue

@ -667,6 +667,8 @@ function initChart(raw, klineDataRawValue, WDRLValue) {
textStyle: {
color: "white",
},
start: 50, //
end: 100,
bottom: "0%", //
},
{

Loading…
Cancel
Save