bugfix 20240111

This commit is contained in:
lb
2024-01-11 16:03:33 +08:00
parent c8d392ce51
commit b16ee86def
17 changed files with 139 additions and 32 deletions

View File

@@ -87,7 +87,22 @@ function getOptions(showChart, hisState, runState) {
options = {
color: colors,
grid: { top: 32, right: 12, bottom: 20, left: 48 },
grid: { top: 36, right: 12, bottom: 20, left: 48 },
legend: {
show: true,
icon: "roundRect",
top: 10,
right: 10,
padding: 0,
itemWidth: 8,
itemHeight: 8,
itemGap: 3,
height: 8,
textStyle: {
color: "#DFF1FE",
fontSize: 10,
},
},
xAxis: {
type: "category",
data: Array(7)
@@ -140,7 +155,7 @@ function getOptions(showChart, hisState, runState) {
// max: 100,
},
series: seriesData.map((v, i) => ({
name: i + 1 + "#助燃风流量",
name: i + 1 + "#流量",
data: v,
type: "line",
symbol: "circle",