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
ed6655fa
authored
Jul 10, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
5d712b7e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
a.html
a.html
View file @
ed6655fa
...
...
@@ -7,11 +7,11 @@
</head>
<body>
<div
id=
"
07b133b2d05743699fd8cf7f250e84c
3"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<div
id=
"
987496cc95014549950c8bba9cba6e2
3"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<script>
var
chart_
07b133b2d05743699fd8cf7f250e84c
3
=
echarts
.
init
(
document
.
getElementById
(
'
07b133b2d05743699fd8cf7f250e84c
3'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
07b133b2d05743699fd8cf7f250e84c
3
=
{
var
chart_
987496cc95014549950c8bba9cba6e2
3
=
echarts
.
init
(
document
.
getElementById
(
'
987496cc95014549950c8bba9cba6e2
3'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
987496cc95014549950c8bba9cba6e2
3
=
{
"animation"
:
true
,
"animationThreshold"
:
2000
,
"animationDuration"
:
1000
,
...
...
@@ -356,7 +356,7 @@
"text"
:
"\u5206\u6570"
}
};
chart_
07b133b2d05743699fd8cf7f250e84c3
.
setOption
(
option_07b133b2d05743699fd8cf7f250e84c
3
);
chart_
987496cc95014549950c8bba9cba6e23
.
setOption
(
option_987496cc95014549950c8bba9cba6e2
3
);
</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