随笔分类 -  echarts

摘要:多柱重叠:barGap:’-100%’(多组数据中只要添加在任意一个组即可)series: [ { name: '直接访问', type: 'bar', barGap:'-100%',//重叠效果(可放在任意一个组中) data: [320, 332, 301, 334, 390, 330, 320 阅读全文
posted @ 2021-01-13 19:10 存在过? 阅读(13786) 评论(1) 推荐(2)
摘要:var option = { // 全图默认背景 // backgroundColor: 'rgba(0,0,0,0)', // 默认色板 color: ['#ff7f50', '#87cefa', '#da70d6', '#32cd32', '#6495ed', '#ff69b4', '#ba55 阅读全文
posted @ 2020-12-08 16:34 存在过? 阅读(694) 评论(0) 推荐(0)