Commit 4af23129 by BellCodeEditor

save project

parent 857960c7
Showing with 6 additions and 6 deletions
<!DOCTYPE html>
<!DOCTYPE html>
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="84d1490c5c3342d79bd9d71ecc6c267b" class="chart-container" style="width:900px; height:500px;"></div>
<div id="a54dba34b9e44931aec6a4265936a6e6" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_84d1490c5c3342d79bd9d71ecc6c267b = echarts.init(
document.getElementById('84d1490c5c3342d79bd9d71ecc6c267b'), 'white', {renderer: 'canvas'});
var option_84d1490c5c3342d79bd9d71ecc6c267b = {
var chart_a54dba34b9e44931aec6a4265936a6e6 = echarts.init(
document.getElementById('a54dba34b9e44931aec6a4265936a6e6'), 'white', {renderer: 'canvas'});
var option_a54dba34b9e44931aec6a4265936a6e6 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -357,7 +357,7 @@
"subtext": "\u5206"
}
};
chart_84d1490c5c3342d79bd9d71ecc6c267b.setOption(option_84d1490c5c3342d79bd9d71ecc6c267b);
chart_a54dba34b9e44931aec6a4265936a6e6.setOption(option_a54dba34b9e44931aec6a4265936a6e6);
</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