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