Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson24-diy3
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f49f299f
authored
Sep 15, 2024
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
fee29ab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
111.html
111.html
View file @
f49f299f
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
</head>
</head>
<body>
<body>
<div
id=
"3
d1fa3818f8f477cbffdf4bcab54279b
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<div
id=
"3
f630b083a774b58be69bc116daf5ead
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<script>
<script>
var
chart_3
d1fa3818f8f477cbffdf4bcab54279b
=
echarts
.
init
(
var
chart_3
f630b083a774b58be69bc116daf5ead
=
echarts
.
init
(
document
.
getElementById
(
'3
d1fa3818f8f477cbffdf4bcab54279b
'
),
'white'
,
{
renderer
:
'canvas'
});
document
.
getElementById
(
'3
f630b083a774b58be69bc116daf5ead
'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_3
d1fa3818f8f477cbffdf4bcab54279b
=
{
var
option_3
f630b083a774b58be69bc116daf5ead
=
{
"animation"
:
true
,
"animation"
:
true
,
"animationThreshold"
:
2000
,
"animationThreshold"
:
2000
,
"animationDuration"
:
1000
,
"animationDuration"
:
1000
,
...
@@ -357,7 +357,7 @@
...
@@ -357,7 +357,7 @@
"subtext"
:
"\u6b21\u6570\uff1a\u6beb\u7c73"
"subtext"
:
"\u6b21\u6570\uff1a\u6beb\u7c73"
}
}
};
};
chart_3
d1fa3818f8f477cbffdf4bcab54279b
.
setOption
(
option_3d1fa3818f8f477cbffdf4bcab54279b
);
chart_3
f630b083a774b58be69bc116daf5ead
.
setOption
(
option_3f630b083a774b58be69bc116daf5ead
);
</script>
</script>
</body>
</body>
</html>
</html>
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