修改数据请求

master
夜笙歌 4 years ago
parent 25c75703a8
commit 387a717a65

@ -1854,7 +1854,7 @@ const multipleVerticalBarChart = function (data, id) {
yAxis: { yAxis: {
type: "value", type: "value",
splitNumber: 5, splitNumber: 5,
max: 15, max: Math.max(...data['yDataOne'],...data['yDataTwo'],...data['yDataThree']) + 5,
axisLabel: { axisLabel: {
show: true, show: true,
color: '#fff' color: '#fff'

Loading…
Cancel
Save