|
@@ -547,6 +547,7 @@ const initBarData = (data) => {
|
|
|
const setBarChart = () => {
|
|
|
let seriesData = [];
|
|
|
const data = _.cloneDeep(barDateList.value);
|
|
|
+ const { ChartInfo } = resData.value;
|
|
|
|
|
|
//x轴
|
|
|
let xAxis = {
|
|
@@ -568,7 +569,7 @@ const setBarChart = () => {
|
|
|
let yAxis = {
|
|
|
...basicYAxis,
|
|
|
title: {
|
|
|
- text: ``,
|
|
|
+ text: ChartInfo.Unit,
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -15,
|