Commit eda96f81 by BellCodeEditor

save project

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