20230229
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user