Zimo vor 1 Woche
Ursprung
Commit
ca25eff3fe
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/pms/stat/rykb/equipment-category.vue

+ 2 - 2
src/views/pms/stat/rykb/equipment-category.vue

@@ -220,7 +220,7 @@ function getCategoryOption(data: any): echarts.EChartsOption {
         barGap: '-100%',
         z: 3,
         itemStyle: {
-          borderRadius: [999, 0, 0, 999],
+          // borderRadius: [999, 0, 0, 999],
           color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [
             { offset: 0, color: THEME.color.green.light },
             { offset: 0.55, color: THEME.color.green.mid },
@@ -236,7 +236,7 @@ function getCategoryOption(data: any): echarts.EChartsOption {
         barWidth: 13,
         z: 3,
         itemStyle: {
-          borderRadius: [0, 999, 999, 0],
+          // borderRadius: [0, 999, 999, 0],
           color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [
             { offset: 0, color: THEME.color.orange.light },
             { offset: 0.55, color: THEME.color.orange.mid },