document.write("");

文章分类 -  echarts

摘要:相对于示例 https://echarts.apache.org/examples/zh/editor.html?c=area-stack-gradient 区别:y轴数据默认显示 option = { color: ['#80FFA5'], title: { text: 'A type' }, t 阅读全文
posted @ 2023-01-05 14:10 人间春风意 阅读(348) 评论(0) 推荐(0)
摘要:效果: 1. option = { color: ['#3398DB'], tooltip: { trigger: 'axis', formatter: function (params) { // console.log(JSON.stringify(params)); return ( para 阅读全文
posted @ 2022-11-27 20:31 人间春风意 阅读(3149) 评论(0) 推荐(0)