Commit 23d54798 by BellCodeEditor

save project

parent 7252daa9
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="d0ad2934dbdf4e8ab3eb460885d461dc" class="chart-container" style="width:900px; height:500px;"></div>
<div id="f7c7791a8d1845688a994eae111d492e" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_d0ad2934dbdf4e8ab3eb460885d461dc = echarts.init(
document.getElementById('d0ad2934dbdf4e8ab3eb460885d461dc'), 'white', {renderer: 'canvas'});
var option_d0ad2934dbdf4e8ab3eb460885d461dc = {
var chart_f7c7791a8d1845688a994eae111d492e = echarts.init(
document.getElementById('f7c7791a8d1845688a994eae111d492e'), 'white', {renderer: 'canvas'});
var option_f7c7791a8d1845688a994eae111d492e = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_d0ad2934dbdf4e8ab3eb460885d461dc.setOption(option_d0ad2934dbdf4e8ab3eb460885d461dc);
chart_f7c7791a8d1845688a994eae111d492e.setOption(option_f7c7791a8d1845688a994eae111d492e);
</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