v-charts使用心得

前端er经常都会遇到使用echarts的时候,特别是弄后台管理的报表等地方,而v-charts是echarts的vue版本(饿了么写的),基本上能应付普通的图表

v-charts渲染的标题过于简单,有时候跟设计稿的很不一样,需要自己用样式重新写,这时候,你可以选择隐藏默认的提示框和标题

//:tooltip-visible="false"
// :legend-visible="false"
//把这两个属性设置为false即可
<ve-ring
        :tooltip-visible="false"
        :legend-visible="false"
        height="200px"></ve-ring>

2)设置柱状图的宽度

<ve-histogram
      :data="chartData"
      :settings="chartSettings"
      :extend="chartExtend"
      ></ve-histogram>

chartSettings: {
    barWidth: 15 //设置宽度为15px
}

3)点击事件

 <ve-ring
              :data="amountData"
              :settings="amountSettings"
              :extend="amountExtend"
              :events="chartPEvents">
            </ve-ring>

data() {
    this.chartPEvents = {
      click: function(e) {
        console.log('dddd');
      }
    };
    return {

参考来源:

https://article.itxueyuan.com/Ae2g5v

相关推荐
ThomasChan1236 小时前
Typesrcipt泛型约束详细解读
前端·javascript·vue.js·react.js·typescript·vue·jquery
专注成就自我1 天前
解决npm install总是卡在sill idealTree buildDeps不动问题
前端·npm·node.js·vue
ThomasChan1232 天前
Typescript 多个泛型参数详细解读
前端·javascript·vue.js·typescript·vue·reactjs·js
寰宇软件2 天前
PHP防伪溯源一体化管理系统小程序
小程序·uni-app·vue·php
寰宇软件3 天前
PHP CRM售后系统小程序
微信小程序·小程序·vue·php·uniapp
寰宇软件3 天前
PHP校园助手系统小程序
小程序·vue·php·uniapp
是梦终空3 天前
JAVA毕业设计210—基于Java+Springboot+vue3的中国历史文化街区管理系统(源代码+数据库)
java·spring boot·vue·毕业设计·课程设计·历史文化街区管理·景区管理
寰宇软件4 天前
PHP同城配送小程序
微信小程序·vue·php·uniapp
℡52Hz★4 天前
如何正确定位前后端bug?
前端·vue.js·vue·bug
寰宇软件4 天前
PHP企业IM客服系统
微信小程序·vue·php·uniapp