摘要:
效果图: 代码: const chart = this.refs.vChartRef.chart function upOpt() { chart.setOption({ color: ['#009DFF', '#22E4FF'], legend: { show: true, top: "cente 阅读全文
posted @ 2023-07-20 17:28
大云之下
阅读(74)
评论(0)
推荐(0)
摘要:
效果图: 代码: const chart = this.refs.vChartRef.chart function upOpt() { chart.setOption({ color: ['#FFCF5F', '#34DA99','#FA5151'], title: { text: '总数', su 阅读全文
posted @ 2023-07-20 17:26
大云之下
阅读(85)
评论(0)
推荐(0)
摘要:
效果图: 代码: const chart = this.refs.vChartRef.chart function upOpt() { chart.setOption({ tooltip: { trigger: "axis", show: true, backgroundColor: "rgba(0 阅读全文
posted @ 2023-07-20 17:22
大云之下
阅读(47)
评论(0)
推荐(0)
摘要:
效果图: 代码: const chart = this.refs.vChartRef.chart function upOpt() { chart.setOption({ tooltip: { trigger: 'axis', show: true, backgroundColor: 'rgba(1 阅读全文
posted @ 2023-07-20 17:19
大云之下
阅读(58)
评论(0)
推荐(0)
摘要:
效果图: 代码: const data = [{ value: 498, name: '1号生产线' }, { value: 460, name: '2号生产线' }, { value: 421, name: '3号生产线' }, { value: 400, name: '4号生产线' }, { v 阅读全文
posted @ 2023-07-20 17:18
大云之下
阅读(60)
评论(0)
推荐(0)
摘要:
效果图: chart.setOption({ tooltip: { trigger: 'axis', show: true, backgroundColor: 'rgba(6,19,40,0.8)', borderColor: 'transparent', padding: [8, 20, 8, 8 阅读全文
posted @ 2023-07-20 17:15
大云之下
阅读(88)
评论(0)
推荐(0)
摘要:
效果图: chart.setOption({ tooltip: { trigger: 'axis', show: true, backgroundColor: 'rgba(10, 30, 30, 0.8)', borderColor: 'transparent', padding: [8, 20, 阅读全文
posted @ 2023-07-20 17:14
大云之下
阅读(52)
评论(0)
推荐(0)
摘要:
效果图: chart.setOption({ tooltip: { trigger: 'axis', show: true, backgroundColor: 'rgba(6,19,40,0.8)', borderColor: 'transparent', padding: [8, 20, 8, 8 阅读全文
posted @ 2023-07-20 17:13
大云之下
阅读(80)
评论(0)
推荐(0)
摘要:
先看效果图: 代码如下: chart.setOption({ tooltip: { trigger: "axis", show: true, backgroundColor: "rgba(0, 0, 0, 0.4)", borderColor: "transparent", padding: [5] 阅读全文
posted @ 2023-07-20 16:18
大云之下
阅读(24)
评论(0)
推荐(0)
摘要:
先看效果图: 代码如下: chart.setOption({ tooltip: { trigger: 'axis', show: true, backgroundColor: 'rgba(6,19,40,0.8)', borderColor: 'transparent', padding: [8, 阅读全文
posted @ 2023-07-20 16:16
大云之下
阅读(39)
评论(0)
推荐(0)