上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 44 下一页
摘要: option = { yAxis: { axisLabel:{ show: true, //是否显示文字 textStyle:{ color: 'red' //文字颜色 } } type: 'value' } }; 阅读全文
posted @ 2024-03-15 14:12 龙卷风吹毁停车场 阅读(352) 评论(0) 推荐(0)
摘要: option = { grid: { //对饼状图无效,饼状图在series中使用 radius:['0', '90%'], left: '30%', right: '4%', bottom: '3%', containLabel: true } } 阅读全文
posted @ 2024-03-15 13:58 龙卷风吹毁停车场 阅读(203) 评论(0) 推荐(0)
摘要: option = { yAxis: { splitLine:{ lineStyle:{ type:'dashed',//y轴分割线类型 dashed为虚线 color:'red' } }, type: 'value' } }; 阅读全文
posted @ 2024-03-15 13:47 龙卷风吹毁停车场 阅读(472) 评论(0) 推荐(0)
摘要: option = { xAxis: [ { type: 'category', data: ['九龙坡区', '大渡口区', '禹州区', '沙坪坝区', '大渡口区', '江北区'], axisLine: { lineStyle: { type: 'dashed', // 设置虚线类型 color 阅读全文
posted @ 2024-03-15 13:42 龙卷风吹毁停车场 阅读(307) 评论(0) 推荐(0)
摘要: option = { xAxis: [ { type: 'category', data: ['九龙坡区', '大渡口区', '禹州区', '沙坪坝区', '大渡口区', '江北区'], axisTick: { alignWithLabel: true, show: false } } ], }; 阅读全文
posted @ 2024-03-15 13:38 龙卷风吹毁停车场 阅读(94) 评论(0) 推荐(0)
摘要: xAxis: [ { type: 'category', data: ['九龙坡区', '大渡口区', '禹州区', '沙坪坝区', '大渡口区', '江北区'], axisLabel:{ show: true, textStyle:{ color: '#ff6600' //设置 字体颜色 } } 阅读全文
posted @ 2024-03-15 12:00 龙卷风吹毁停车场 阅读(263) 评论(0) 推荐(0)
摘要: import * as echarts from 'echarts'; var chartDom = document.getElementById('main'); var myChart = echarts.init(chartDom); var option; option = { toolt 阅读全文
posted @ 2024-03-15 11:14 龙卷风吹毁停车场 阅读(48) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-03-15 10:14 龙卷风吹毁停车场 阅读(78) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-03-15 10:12 龙卷风吹毁停车场 阅读(206) 评论(0) 推荐(0)
摘要: .is-active::before{ conten: '\e792'; font-size: 12px; color:#000000; font-family: element-icons; //必须添加 position: absolute; right: 0; } 阅读全文
posted @ 2024-03-14 11:23 龙卷风吹毁停车场 阅读(98) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 44 下一页