摘要: var e = 60; option = { title: { show: true, text: e + "%", x: "center", y: "center",// 通过x,y将标题(进度)定位在圆环中心 textStyle: { fontSize: "25", color: "white" 阅读全文
posted @ 2021-08-13 16:03 骄傲一点才可爱 阅读(4562) 评论(0) 推荐(0) 编辑
摘要: echarts 饼图图例形状及位置 option = { title : { text: '图例形状及位置', subtext: '', x:'center' }, tooltip : { trigger: 'item', formatter: "{a} <br/>{b} : {c} ({d}%)" 阅读全文
posted @ 2021-08-13 15:57 骄傲一点才可爱 阅读(4738) 评论(0) 推荐(0) 编辑
摘要: option = { title: { text: '', textStyle: { color: '#17F0E3', }, }, tooltip: { trigger: 'item', formatter: function (params) { return `${params.name}${ 阅读全文
posted @ 2021-08-13 15:44 骄傲一点才可爱 阅读(1603) 评论(0) 推荐(0) 编辑
摘要: echarts 多层环形图配置 var BorderWidth = '6'; //反方向剩下部分的样式 var placeHolderStyle = { normal: { label: { show: false, position: "center" }, labelLine: { show: 阅读全文
posted @ 2021-08-13 15:39 骄傲一点才可爱 阅读(2372) 评论(0) 推荐(0) 编辑