Commit e5b9da21 by BellCodeEditor

save project

parent 51f30453
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="3bdc8f5b62204dcf8c1b0f564ac17be7" class="chart-container" style="width:900px; height:500px;"></div>
<div id="3ebaf61d9abd4e3e9f05fca166d8a714" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_3bdc8f5b62204dcf8c1b0f564ac17be7 = echarts.init(
document.getElementById('3bdc8f5b62204dcf8c1b0f564ac17be7'), 'white', {renderer: 'canvas'});
var option_3bdc8f5b62204dcf8c1b0f564ac17be7 = {
var chart_3ebaf61d9abd4e3e9f05fca166d8a714 = echarts.init(
document.getElementById('3ebaf61d9abd4e3e9f05fca166d8a714'), 'white', {renderer: 'canvas'});
var option_3ebaf61d9abd4e3e9f05fca166d8a714 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_3bdc8f5b62204dcf8c1b0f564ac17be7.setOption(option_3bdc8f5b62204dcf8c1b0f564ac17be7);
chart_3ebaf61d9abd4e3e9f05fca166d8a714.setOption(option_3ebaf61d9abd4e3e9f05fca166d8a714);
</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