YY 2 years ago
parent
commit
0b352e9b04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/statistics/parts/card-2.vue

+ 1 - 1
src/views/system/statistics/parts/card-2.vue

@@ -117,7 +117,7 @@ export default {
         series: [
         series: [
           {
           {
             data: this.seriesList,
             data: this.seriesList,
-            type: 'bar',
+            type: 'line',
           },
           },
         ],
         ],
       };
       };