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
a2b612d2
authored
Aug 22, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
1c0c34b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
成绩3.html
成绩3.html
View file @
a2b612d2
<!DOC
TYPE html>
<!DOC
TYPE html>
...
...
@@ -7,11 +7,11 @@
</head>
<body>
<div
id=
"a
0c3f60a43044613a163e799f6f04f7e
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<div
id=
"a
cb244eae0174a97b068adba2ee7fb55
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<script>
var
chart_a
0c3f60a43044613a163e799f6f04f7e
=
echarts
.
init
(
document
.
getElementById
(
'a
0c3f60a43044613a163e799f6f04f7e
'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_a
0c3f60a43044613a163e799f6f04f7e
=
{
var
chart_a
cb244eae0174a97b068adba2ee7fb55
=
echarts
.
init
(
document
.
getElementById
(
'a
cb244eae0174a97b068adba2ee7fb55
'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_a
cb244eae0174a97b068adba2ee7fb55
=
{
"animation"
:
true
,
"animationThreshold"
:
2000
,
"animationDuration"
:
1000
,
...
...
@@ -348,7 +348,7 @@
}
]
};
chart_a
0c3f60a43044613a163e799f6f04f7e
.
setOption
(
option_a0c3f60a43044613a163e799f6f04f7e
);
chart_a
cb244eae0174a97b068adba2ee7fb55
.
setOption
(
option_acb244eae0174a97b068adba2ee7fb55
);
</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