Browse Source

新增组件及页面

liuqiwen 4 years ago
parent
commit
cd1335333f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dgtis-ui/src/views/dashboard/LineBarChart.vue

+ 1 - 1
dgtis-ui/src/views/dashboard/LineBarChart.vue

@@ -64,7 +64,7 @@
         let option = {
           tooltip: {
             trigger: 'axis',
-            formatter:'{b}月:{c}元'
+            formatter:'时间:{b}月<br>金额:{c}元'
           },
           grid:{
             left:'20%',