随笔分类 -  echarts

摘要:tooltip: { trigger: 'item', axisPointer: { type: "shadow", }, textStyle: { fontSize: 30, color: "#fff", }, // 自定义弹窗样式 padding: 0, backgroundColor: "tr 阅读全文
posted @ 2021-11-19 09:32 我的世界蹦擦擦 阅读(1452) 评论(0) 推荐(0)
摘要:设置渐变色 color1 = new ECharts.graphic.LinearGradient(0,1,0,0,[{ offset: 0, color: "rgba(100,160,255,0.5)" }, { offset: 1, color: "#0AC8FF" }],false) colo 阅读全文
posted @ 2021-11-19 09:30 我的世界蹦擦擦 阅读(4072) 评论(0) 推荐(0)
摘要:series: [ { type: 'line', areaStyle: { color: { type: 'linear', x: 0, y: 0, x2: 0, y2: 1, colorStops: [{ offset: 0, color: 'rgba(125,72,255,0.5)' }, { 阅读全文
posted @ 2021-11-19 09:20 我的世界蹦擦擦 阅读(2166) 评论(0) 推荐(0)