Commit 9efe2fc5 by BellCodeEditor

save project

parent 1c7b7e99
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="546d6d5f1d9c4fe796d205772cab27ab" class="chart-container" style="width:900px; height:500px;"></div>
<div id="2f76ce3a25844498989f6cd6c23d76d8" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_546d6d5f1d9c4fe796d205772cab27ab = echarts.init(
document.getElementById('546d6d5f1d9c4fe796d205772cab27ab'), 'white', {renderer: 'canvas'});
var option_546d6d5f1d9c4fe796d205772cab27ab = {
var chart_2f76ce3a25844498989f6cd6c23d76d8 = echarts.init(
document.getElementById('2f76ce3a25844498989f6cd6c23d76d8'), 'white', {renderer: 'canvas'});
var option_2f76ce3a25844498989f6cd6c23d76d8 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -348,7 +348,7 @@
}
]
};
chart_546d6d5f1d9c4fe796d205772cab27ab.setOption(option_546d6d5f1d9c4fe796d205772cab27ab);
chart_2f76ce3a25844498989f6cd6c23d76d8.setOption(option_2f76ce3a25844498989f6cd6c23d76d8);
</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