Commit 85d9c9a2 by BellCodeEditor

auto save

parent d1e13925
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1177189e284f4f4baf79d858cfcf43ac" class="chart-container" style="width:900px; height:500px;"></div>
<div id="6160778ce537443280282d870355af86" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1177189e284f4f4baf79d858cfcf43ac = echarts.init(
document.getElementById('1177189e284f4f4baf79d858cfcf43ac'), 'white', {renderer: 'canvas'});
var option_1177189e284f4f4baf79d858cfcf43ac = {
var chart_6160778ce537443280282d870355af86 = echarts.init(
document.getElementById('6160778ce537443280282d870355af86'), 'white', {renderer: 'canvas'});
var option_6160778ce537443280282d870355af86 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -159,7 +159,7 @@
}
]
};
chart_1177189e284f4f4baf79d858cfcf43ac.setOption(option_1177189e284f4f4baf79d858cfcf43ac);
chart_6160778ce537443280282d870355af86.setOption(option_6160778ce537443280282d870355af86);
</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