田源
2023-11-22 474047882bc1d22b910783057f00ad875e411dab
Source/UBCS-WEB/src/components/StatisticsComponent/lineChart.vue
@@ -1,7 +1,7 @@
<template>
  <div id="main">
    <basic-container>
      <v-chart :options="option" ref="chart" style="width: 100%;height:100vh"></v-chart>
      <v-chart :options="option" ref="chart" style="width: 100%;"></v-chart>
    </basic-container>
  </div>
</template>
@@ -41,7 +41,7 @@
          },
        ],
        title: {
          text: '主题库数据统计分析',
          text: '主数据统计分析',
          left:'center',
          textAlign:'center'
        },