Fix selection grid s14 + Remove border legend dashboard

This commit is contained in:
Michael
2025-08-18 17:41:42 +09:00
parent 3c49bd36e9
commit d3022582b6
2 changed files with 15 additions and 2 deletions

View File

@ -1381,6 +1381,9 @@ export default {
textStyle: {
color: this.isDarkMode ? "#fff" : "#333333",
},
itemStyle: {
borderWidth: 0
}
},
series: seriesData,
};