Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
23cfcce6
Commit
23cfcce6
authored
Jul 28, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
41d6fbaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
newAddChart.vue
.../salesleads/actCodeManage/attractFlowLink/newAddChart.vue
+3
-3
No files found.
src/views/salesleads/actCodeManage/attractFlowLink/newAddChart.vue
View file @
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(2
51, 159, 45
, 1)'
]);
.
color
(
'type'
,
[
'rgba(2
14, 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
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment