Commit 62c6bea2 by crushh

Merge branch 'feature/act-code' into dev

parents 5315bee4 23cfcce6
......@@ -131,12 +131,12 @@ export default {
this.chart
.line()
.position('date*num')
.color('type', ['rgba(75,116,232,1)', 'rgba(105,200,168,1)', 'rgba(251, 159, 45, 1)']);
.color('type', ['rgba(75,116,232,1)', 'rgba(20, 201, 201, 1)', 'rgba(214, 179, 140, 1)']);
this.chart
.line()
.position('date*times')
.color('type', ['rgba(251, 159, 45, 1)']);
.color('type', ['rgba(214, 179, 140, 1)']);
// this.chart.removeInteraction('legend-filter'); // 自定义图例,移除默认的分类图例筛选交互
//图表绘制的最后一步,用于将图表渲染至画布
this.chart.render();
......@@ -150,7 +150,7 @@ export default {
item.clickTimes > maxTimes ? (maxTimes = item.clickTimes) : '';
arr.push({
date: item.bizDate,
type: '添加人数',
type: '新增人数',
num: item.addNum
});
arr.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment