使用v-charts的时候,如果要显示标题需要以下操作

1. 加入:title props

1
<ve-pie :title="chartTitle" :data="chartData"></ve-pie>

 2. 引入title组件

import "echarts/lib/component/title";

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案