Commit 3a85eb78 by BellCodeEditor

save project

parent dc041648
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="5d00fbac8bce4463bb14698ac093076a" class="chart-container" style="width:900px; height:500px;"></div>
<div id="e46540ad3ee14d42a66cfccd1efcdfa6" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_5d00fbac8bce4463bb14698ac093076a = echarts.init(
document.getElementById('5d00fbac8bce4463bb14698ac093076a'), 'white', {renderer: 'canvas'});
var option_5d00fbac8bce4463bb14698ac093076a = {
var chart_e46540ad3ee14d42a66cfccd1efcdfa6 = echarts.init(
document.getElementById('e46540ad3ee14d42a66cfccd1efcdfa6'), 'white', {renderer: 'canvas'});
var option_e46540ad3ee14d42a66cfccd1efcdfa6 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_5d00fbac8bce4463bb14698ac093076a.setOption(option_5d00fbac8bce4463bb14698ac093076a);
chart_e46540ad3ee14d42a66cfccd1efcdfa6.setOption(option_e46540ad3ee14d42a66cfccd1efcdfa6);
</script>
</body>
</html>
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