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
cdb8bacc
authored
Jul 14, 2024
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
9938b31e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
rain.html
rain.html
View file @
cdb8bacc
...
...
@@ -7,11 +7,11 @@
</head>
<body>
<div
id=
"
b42dcc621d144bd7a588be64b9f3d20
b"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<div
id=
"
6abec9a987724aef959eb5e162b86a4
b"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<script>
var
chart_
b42dcc621d144bd7a588be64b9f3d20
b
=
echarts
.
init
(
document
.
getElementById
(
'
b42dcc621d144bd7a588be64b9f3d20
b'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
b42dcc621d144bd7a588be64b9f3d20
b
=
{
var
chart_
6abec9a987724aef959eb5e162b86a4
b
=
echarts
.
init
(
document
.
getElementById
(
'
6abec9a987724aef959eb5e162b86a4
b'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
6abec9a987724aef959eb5e162b86a4
b
=
{
"animation"
:
true
,
"animationThreshold"
:
2000
,
"animationDuration"
:
1000
,
...
...
@@ -231,7 +231,7 @@
"subtext"
:
"\u5355\u4f4d:\u6beb\u7c73"
}
};
chart_
b42dcc621d144bd7a588be64b9f3d20b
.
setOption
(
option_b42dcc621d144bd7a588be64b9f3d20
b
);
chart_
6abec9a987724aef959eb5e162b86a4b
.
setOption
(
option_6abec9a987724aef959eb5e162b86a4
b
);
</script>
</body>
</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