摘要: <ele-chart ref="visitChart3" style="height: 80px" :option="totalparts" /> computed: { // 柱状图 totalparts() { return { tooltip: { trigger: 'axis', axisP 阅读全文
posted @ 2023-01-10 15:06 Ao_min 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 转自于:http://t.zoukankan.com/whiteprism-p-6548935.html crontab的几种常见用法:1、编辑一个文本文件,写上任务列表,然后运行crontab 文件名2、crontab -e,就可直接在vi界面中编辑任务列表3、crontab -l,查看本用户任务 阅读全文
posted @ 2023-01-10 15:05 Ao_min 阅读(476) 评论(0) 推荐(0) 编辑
摘要: option = { title: { text: '', textStyle: { color: '#17F0E3', }, }, tooltip: { trigger: 'item', formatter:function (params){ return`${params.name}${par 阅读全文
posted @ 2023-01-10 11:22 Ao_min 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 转自于:https://www.jianshu.com/p/68c83206ecfa 饼状图大小 radius: '45%', center: ['50%', '35%'], 图例的位置 legend: { orient: 'vertical', /* x: 'left', y: 'top', */ 阅读全文
posted @ 2023-01-10 11:20 Ao_min 阅读(6379) 评论(0) 推荐(1) 编辑