|
|
|
@ -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),
|
|
|
|
|