Browse Source

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

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

1486
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', color: 'white',
formatter: function (value, index) { formatter: function (value, index) {
// //
return value.toFixed(1);
return value.toFixed(0);
} }
}, },
splitLine: { splitLine: {

Loading…
Cancel
Save