修改 图片

master
wangh 2 years ago
parent 5f2d832a27
commit 72c9ab9aa3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1000 KiB

After

Width:  |  Height:  |  Size: 1.7 MiB

@ -586,9 +586,9 @@
multipleVerticalBarChart1(
{
xName: data.map(value => value.station_no),
yDataOne: data.map(value => value.pol_yl * 1.3),
yDataOne: data.map(value => (value.pol_yl * 1.1).toFixed(1)),
yDataOneName: "POL压力",
yDataTwo: data.map(value => value.so_yl * 1.3),
yDataTwo: data.map(value => (value.so_yl * 1.3).toFixed(1)),
yDataTwoName: "ISO压力",
}, document.getElementById("top-right"))
// 右侧温度

Loading…
Cancel
Save