Browse Source

情绪能量转化器换新图;情绪探底雷达y轴刻度值保留整数。

milestone-20250710-上线前优化
宋杰 21 hours ago
parent
commit
c988db2d62
  1. 2346
      src/views/components/emoEnergyConverter.vue
  2. 2
      src/views/components/emotionalBottomRadar.vue

2346
src/views/components/emoEnergyConverter.vue
File diff suppressed because it is too large
View File

2
src/views/components/emotionalBottomRadar.vue

@ -416,7 +416,7 @@ function initEmotionalBottomRadar(KlineData, barAndLineData) {
color: 'white',
formatter: function (value, index) {
//
return value.toFixed(1);
return value.toFixed(0);
}
},
splitLine: {

Loading…
Cancel
Save