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

save project

parent 76c2d66b
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
  • analysis.html
analysis.html
View file @ e4632169
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="59cfe2ea0c554823b97bda5209b61bd5" class="chart-container" style="width:900px; height:500px;"></div> <div id="828d62080f8143b1a07085b8f2955000" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_59cfe2ea0c554823b97bda5209b61bd5 = echarts.init( var chart_828d62080f8143b1a07085b8f2955000 = echarts.init(
document.getElementById('59cfe2ea0c554823b97bda5209b61bd5'), 'white', {renderer: 'canvas'}); document.getElementById('828d62080f8143b1a07085b8f2955000'), 'white', {renderer: 'canvas'});
var option_59cfe2ea0c554823b97bda5209b61bd5 = { var option_828d62080f8143b1a07085b8f2955000 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad8254\u73ed\u6570\u5b66" "subtext": "\u9ad8254\u73ed\u6570\u5b66"
} }
}; };
chart_59cfe2ea0c554823b97bda5209b61bd5.setOption(option_59cfe2ea0c554823b97bda5209b61bd5); chart_828d62080f8143b1a07085b8f2955000.setOption(option_828d62080f8143b1a07085b8f2955000);
</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