Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
72821f98
authored
2025-07-14 16:09:31 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看版
1 parent
dcdc9ac6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/centerPage.vue
View file @
72821f9
...
...
@@ -1006,6 +1006,8 @@ const handelZhu3 = (row1, row2) => {
console
.
log
(
11111
,
row1
,
row2
)
let
name1
=
row1
.
YEAR
+
'年'
let
name2
=
row2
.
YEAR
+
'年'
console
.
log
(
'年'
,
row1
.
YEAR
)
console
.
log
(
'年'
,
row2
.
YEAR
)
chart33
=
echarts
.
init
(
zhuRef3
.
value
)
const
option
=
{
color
:
[
'#80FFA5'
,
'#00DDFF'
,
'#37A2FF'
,
'#FF0087'
,
'#FFBF00'
],
...
...
@@ -1030,7 +1032,7 @@ const handelZhu3 = (row1, row2) => {
}
}
,
legend
:
{
data
:
[
'2024年'
,
'2025年'
,
],
data
:
[
name2
,
name1
],
textStyle
:
{
color
:
"#00DDFF"
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment