Skip to content

Commit

Permalink
[fix] 删除冗余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
shallowdream218 committed Nov 22, 2023
1 parent b7a2730 commit bf49b28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/common/chart/ChartMixin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,6 @@ export default {
serie.itemStyle = serie.itemStyle || {};
serie.itemStyle.color = colorGroup[colorIndex];
this.$set(serie, 'itemStyle', { color: colorGroup[colorIndex] });
if (!this.filterCategoryValue) {
serie.name = serieName;
}
});
},
setSeriesName() {
Expand Down

0 comments on commit bf49b28

Please sign in to comment.