Commit eda96f81 by BellCodeEditor

save project

parent a7671d30
Showing with 11 additions and 11 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="bbabbc6989904e2a95b8066727436a1e" class="chart-container" style="width:900px; height:500px;"></div> <div id="546f1a2f8abc49ffb349cada17ad7dc3" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_bbabbc6989904e2a95b8066727436a1e = echarts.init( var chart_546f1a2f8abc49ffb349cada17ad7dc3 = echarts.init(
document.getElementById('bbabbc6989904e2a95b8066727436a1e'), 'white', {renderer: 'canvas'}); document.getElementById('546f1a2f8abc49ffb349cada17ad7dc3'), 'white', {renderer: 'canvas'});
var option_bbabbc6989904e2a95b8066727436a1e = { var option_546f1a2f8abc49ffb349cada17ad7dc3 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"series": [ "series": [
{ {
"type": "bar", "type": "bar",
"name": "a", "name": "\u4e2d",
"legendHoverLink": true, "legendHoverLink": true,
"data": [ "data": [
92, 92,
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
}, },
{ {
"type": "bar", "type": "bar",
"name": "b", "name": "\u672b",
"legendHoverLink": true, "legendHoverLink": true,
"data": [ "data": [
95, 95,
...@@ -105,12 +105,12 @@ ...@@ -105,12 +105,12 @@
"legend": [ "legend": [
{ {
"data": [ "data": [
"a", "\u4e2d",
"b" "\u672b"
], ],
"selected": { "selected": {
"a": true, "\u4e2d": true,
"b": true "\u672b": true
} }
} }
], ],
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
} }
] ]
}; };
chart_bbabbc6989904e2a95b8066727436a1e.setOption(option_bbabbc6989904e2a95b8066727436a1e); chart_546f1a2f8abc49ffb349cada17ad7dc3.setOption(option_546f1a2f8abc49ffb349cada17ad7dc3);
</script> </script>
</body> </body>
</html> </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