会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
南风晚来晚相识
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
79
下一页
2021年8月22日
echarts去除坐标轴上的x和y轴
摘要: 通过 show:false控制手否显示 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="v
阅读全文
posted @ 2021-08-22 11:39 南风晚来晚相识
阅读(844)
评论(0)
推荐(0)
2021年8月20日
多个饼状图
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @ 2021-08-20 00:02 南风晚来晚相识
阅读(87)
评论(0)
推荐(0)
2021年8月19日
echarts 设置legend样式
摘要: 设置legend样式 legend: { x: 'center', data: ['班车', '包车'], icon: "circle", // 这个字段控制形状 类型包括 circle,rect ,roundRect,triangle,diamond,pin,arrow,none itemWidt
阅读全文
posted @ 2021-08-19 23:40 南风晚来晚相识
阅读(601)
评论(0)
推荐(0)
echarts设置标题样式
摘要: <!DOCTYPE html> <html> <!-- https://blog.csdn.net/weixin_42698255/article/details/89249531 --> <head> <meta charset="utf-8"> <title>五分钟上手之饼状</title> <
阅读全文
posted @ 2021-08-19 22:38 南风晚来晚相识
阅读(1137)
评论(0)
推荐(0)
关闭页面向后台发送消息
摘要: 场景描述 场景描述:在用户刷新页面或者关闭页面的时候,前端要给后台发一条请求,释放该页面的授权占用。 最初的代码 window.addEventListener("beforeunload", () => { let oReq = new XMLHttpRequest(); oReq.open("P
阅读全文
posted @ 2021-08-19 13:31 南风晚来晚相识
阅读(178)
评论(0)
推荐(0)
echarts定义饼状图的指向线内容
摘要: 定义饼状图的指向线内容 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"
阅读全文
posted @ 2021-08-19 13:06 南风晚来晚相识
阅读(442)
评论(0)
推荐(0)
2021年8月18日
echasrts定义折线图legend的样式-优化
摘要: option = { title: { text: '折线图堆叠' }, tooltip: { trigger: 'axis' }, //定义折线图legend的形状哈 legend: { itemWidth: 10, itemHeight: 1, itemGap: 10, data:[ {name
阅读全文
posted @ 2021-08-18 22:20 南风晚来晚相识
阅读(529)
评论(0)
推荐(0)
2021年8月17日
echarts饼图中央自定义文字
摘要: var option = { tooltip: { trigger: 'item' }, legend: { top: '5%', left: 'center' }, //中央自定义文字 title:{ text:'总考生数', left:'center', top:'45%', textStyle
阅读全文
posted @ 2021-08-17 23:20 南风晚来晚相识
阅读(829)
评论(0)
推荐(0)
echarts中坐标与标签刻度对齐
摘要: xAxis: { data: ["土地、房屋及建筑物", "遇用设备", "遇用设备", "裤子", "家具、用具、装具及动植物", "袜子"], // 坐标与标签刻度对齐 axisTick: { alignWithLabel: true } },
阅读全文
posted @ 2021-08-17 22:53 南风晚来晚相识
阅读(1340)
评论(0)
推荐(0)
echarts更改x和y轴的颜色
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>第一个 ECharts 实例</title> <!-- 引入 echarts.js --> <script src="https://cdn.staticfile.org/echa
阅读全文
posted @ 2021-08-17 22:44 南风晚来晚相识
阅读(1943)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
79
下一页
公告