Commit a68b112e by BellCodeEditor

save project

parent e0d9ad5f
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1978e6c7fa574b7a8f09874ed6ddd128" class="chart-container" style="width:900px; height:500px;"></div>
<div id="a7cff1d9a88b47048beb664d2e0ab365" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1978e6c7fa574b7a8f09874ed6ddd128 = echarts.init(
document.getElementById('1978e6c7fa574b7a8f09874ed6ddd128'), 'white', {renderer: 'canvas'});
var option_1978e6c7fa574b7a8f09874ed6ddd128 = {
var chart_a7cff1d9a88b47048beb664d2e0ab365 = echarts.init(
document.getElementById('a7cff1d9a88b47048beb664d2e0ab365'), 'white', {renderer: 'canvas'});
var option_a7cff1d9a88b47048beb664d2e0ab365 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -346,7 +346,7 @@
}
]
};
chart_1978e6c7fa574b7a8f09874ed6ddd128.setOption(option_1978e6c7fa574b7a8f09874ed6ddd128);
chart_a7cff1d9a88b47048beb664d2e0ab365.setOption(option_a7cff1d9a88b47048beb664d2e0ab365);
</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