Commit 63ad7d40 by BellCodeEditor

save project

parent 9f79cb62
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="39190c1096ad47c3a8cb41d71fcbc165" class="chart-container" style="width:900px; height:500px;"></div>
<div id="c73e150a4cd94614a5b99d1b1367eb1f" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_39190c1096ad47c3a8cb41d71fcbc165 = echarts.init(
document.getElementById('39190c1096ad47c3a8cb41d71fcbc165'), 'white', {renderer: 'canvas'});
var option_39190c1096ad47c3a8cb41d71fcbc165 = {
var chart_c73e150a4cd94614a5b99d1b1367eb1f = echarts.init(
document.getElementById('c73e150a4cd94614a5b99d1b1367eb1f'), 'white', {renderer: 'canvas'});
var option_c73e150a4cd94614a5b99d1b1367eb1f = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_39190c1096ad47c3a8cb41d71fcbc165.setOption(option_39190c1096ad47c3a8cb41d71fcbc165);
chart_c73e150a4cd94614a5b99d1b1367eb1f.setOption(option_c73e150a4cd94614a5b99d1b1367eb1f);
</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