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

save project

parent 899f8bdb
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
  • render.html
render.html
View file @ 5138dc64
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="e04792f998c240c99c20e3187f005f02" class="chart-container" style="width:900px; height:500px;"></div>
<div id="dca59fff45bf4b94baaa1eb319d1828c" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_e04792f998c240c99c20e3187f005f02 = echarts.init(
document.getElementById('e04792f998c240c99c20e3187f005f02'), 'white', {renderer: 'canvas'});
var option_e04792f998c240c99c20e3187f005f02 = {
var chart_dca59fff45bf4b94baaa1eb319d1828c = echarts.init(
document.getElementById('dca59fff45bf4b94baaa1eb319d1828c'), 'white', {renderer: 'canvas'});
var option_dca59fff45bf4b94baaa1eb319d1828c = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -348,7 +348,7 @@
}
]
};
chart_e04792f998c240c99c20e3187f005f02.setOption(option_e04792f998c240c99c20e3187f005f02);
chart_dca59fff45bf4b94baaa1eb319d1828c.setOption(option_dca59fff45bf4b94baaa1eb319d1828c);
</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