This commit is contained in:
2023-08-29 18:56:49 +08:00
parent 6b420b5bd8
commit 6c19bf6a3e
56 changed files with 2342 additions and 2166 deletions
@@ -87,7 +87,7 @@
grid: {
left: '3%',
right: '4%',
bottom: '10%',
bottom: '15%',
containLabel: true
},
xAxis: [
@@ -104,7 +104,7 @@
],
series: series
};
debugger;
if (xAxis.length > 5) {
option.dataZoom = [{
type: 'slider',
@@ -114,7 +114,7 @@
height: '10',
backgroundColor: '#aed0ea',
fillerColor: '#107f8b',
bottom: '0%',
bottom: '10%',
zoomLock: true,
moveOnMouseWheel: true,
brushSelect: true,
@@ -127,6 +127,7 @@
}
rendChart(<%=legend%>,<%=xAxis%>,<%=series%>)
</script>
</html>