Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson24-diy1
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
b5247566
authored
Oct 04, 2024
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
f6365c1c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
123.html
123.html
View file @
b5247566
...
...
@@ -7,11 +7,11 @@
</head>
<body>
<div
id=
"
28dfccd8a023474a865e87df2a95a1d0
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<div
id=
"
f486467e6e4a46d5a1a6cf65e1b12a7f
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<script>
var
chart_
28dfccd8a023474a865e87df2a95a1d0
=
echarts
.
init
(
document
.
getElementById
(
'
28dfccd8a023474a865e87df2a95a1d0
'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
28dfccd8a023474a865e87df2a95a1d0
=
{
var
chart_
f486467e6e4a46d5a1a6cf65e1b12a7f
=
echarts
.
init
(
document
.
getElementById
(
'
f486467e6e4a46d5a1a6cf65e1b12a7f
'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
f486467e6e4a46d5a1a6cf65e1b12a7f
=
{
"animation"
:
true
,
"animationThreshold"
:
2000
,
"animationDuration"
:
1000
,
...
...
@@ -348,7 +348,7 @@
}
]
};
chart_
28dfccd8a023474a865e87df2a95a1d0
.
setOption
(
option_28dfccd8a023474a865e87df2a95a1d0
);
chart_
f486467e6e4a46d5a1a6cf65e1b12a7f
.
setOption
(
option_f486467e6e4a46d5a1a6cf65e1b12a7f
);
</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