diff --git a/src/components/MixTBWithKPI.jsx b/src/components/MixTBWithKPI.jsx index 5fd1eef..37dce81 100644 --- a/src/components/MixTBWithKPI.jsx +++ b/src/components/MixTBWithKPI.jsx @@ -51,7 +51,13 @@ export default observer((props) => { shape: 'cicle', }, xAxis: false, - yAxis: false, + yAxis: { + line: null, + grid: null, + label: false, + position: 'left', + min: 0, + }, meta: { [yField]: { sync: true, @@ -98,6 +104,13 @@ export default observer((props) => { yField, seriesField, xAxis: false, + yAxis: { + // line: null, + // grid: null, + // label: false, + position: 'left', + min: 0, + }, meta: merge( { ...cloneDeep(dataFieldAlias),