Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / level3-lesson24-diy1

  • This project
    • Loading...
  • Sign in
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 fbce7ade authored 2 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent c4d11f6f
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
  • 112.html
112.html
View file @ fbce7ade
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="850ae7a0d70c43208dc4de6f8a2cf5a6" class="chart-container" style="width:900px; height:500px;"></div>
<div id="5c5fe5e7c4f34b1788ae78870ce6a0b2" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_850ae7a0d70c43208dc4de6f8a2cf5a6 = echarts.init(
document.getElementById('850ae7a0d70c43208dc4de6f8a2cf5a6'), 'white', {renderer: 'canvas'});
var option_850ae7a0d70c43208dc4de6f8a2cf5a6 = {
var chart_5c5fe5e7c4f34b1788ae78870ce6a0b2 = echarts.init(
document.getElementById('5c5fe5e7c4f34b1788ae78870ce6a0b2'), 'white', {renderer: 'canvas'});
var option_5c5fe5e7c4f34b1788ae78870ce6a0b2 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_850ae7a0d70c43208dc4de6f8a2cf5a6.setOption(option_850ae7a0d70c43208dc4de6f8a2cf5a6);
chart_5c5fe5e7c4f34b1788ae78870ce6a0b2.setOption(option_5c5fe5e7c4f34b1788ae78870ce6a0b2);
</script>
</body>
</html>
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment