随笔分类 -  echart

Echarts tooltip加上单位并带着图例颜色
摘要:原文地址:https://www.cnblogs.com/cxl-/p/14487874.html /** params[i].marker:图例代码 **/tooltip: { trigger: 'axis', formatter: function (params) { var relVal = 阅读全文
posted @ 2021-12-23 18:05 多年小白 阅读(390) 评论(0) 推荐(0)
echart 图表随着页面的大小而变化大小和刷新图表
摘要:图表随着页面的大小而变化大小: window.onresize = function () { myChart.resize(); } 刷新图表: document.getElementById(id).removeAttribute("_echarts_instance_"); html: <di 阅读全文
posted @ 2021-09-06 10:37 多年小白 阅读(1391) 评论(0) 推荐(0)