Commit 7d4d6e7f by BellCodeEditor

save project

parent a8b2a027
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="78143a1e0775434dacf503d313b78b65" class="chart-container" style="width:900px; height:500px;"></div>
<div id="19e75491ede64187bb595554523750c9" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_78143a1e0775434dacf503d313b78b65 = echarts.init(
document.getElementById('78143a1e0775434dacf503d313b78b65'), 'white', {renderer: 'canvas'});
var option_78143a1e0775434dacf503d313b78b65 = {
var chart_19e75491ede64187bb595554523750c9 = echarts.init(
document.getElementById('19e75491ede64187bb595554523750c9'), 'white', {renderer: 'canvas'});
var option_19e75491ede64187bb595554523750c9 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -185,7 +185,7 @@
}
]
};
chart_78143a1e0775434dacf503d313b78b65.setOption(option_78143a1e0775434dacf503d313b78b65);
chart_19e75491ede64187bb595554523750c9.setOption(option_19e75491ede64187bb595554523750c9);
</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