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

Administrator / level3-lesson24-diy3

  • 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 8f6ae7c0 authored 8 months ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 5ecbbbd1
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
  • 1234.html
1234.html
View file @ 8f6ae7c0
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body > <body >
<div id="eb165fa272ea4292b2aaba766f74eb89" class="chart-container" style="width:900px; height:500px; "></div> <div id="9436d6c7cdb54825adeea2383b04e43d" class="chart-container" style="width:900px; height:500px; "></div>
<script> <script>
var chart_eb165fa272ea4292b2aaba766f74eb89 = echarts.init( var chart_9436d6c7cdb54825adeea2383b04e43d = echarts.init(
document.getElementById('eb165fa272ea4292b2aaba766f74eb89'), 'white', {renderer: 'canvas'}); document.getElementById('9436d6c7cdb54825adeea2383b04e43d'), 'white', {renderer: 'canvas'});
var option_eb165fa272ea4292b2aaba766f74eb89 = { var option_9436d6c7cdb54825adeea2383b04e43d = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
"subtext": "\u5355\u4f4d:\u6b21\u6570" "subtext": "\u5355\u4f4d:\u6b21\u6570"
} }
}; };
chart_eb165fa272ea4292b2aaba766f74eb89.setOption(option_eb165fa272ea4292b2aaba766f74eb89); chart_9436d6c7cdb54825adeea2383b04e43d.setOption(option_9436d6c7cdb54825adeea2383b04e43d);
</script> </script>
</body> </body>
</html> </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