forked from github/dataease
refactor: 视图缩放暂时去掉
This commit is contained in:
parent
5a7e4fafce
commit
3671a33984
@ -202,36 +202,36 @@ export const BASE_BAR = {
|
||||
yAxis: {
|
||||
type: 'value'
|
||||
},
|
||||
series: [],
|
||||
dataZoom: [
|
||||
{
|
||||
type: 'slider',
|
||||
show: false,
|
||||
xAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'slider',
|
||||
show: false,
|
||||
yAxisIndex: [0],
|
||||
left: '93%',
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'inside',
|
||||
xAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'inside',
|
||||
yAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
}
|
||||
]
|
||||
series: []
|
||||
// dataZoom: [
|
||||
// {
|
||||
// type: 'slider',
|
||||
// show: false,
|
||||
// xAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'slider',
|
||||
// show: false,
|
||||
// yAxisIndex: [0],
|
||||
// left: '93%',
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'inside',
|
||||
// xAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'inside',
|
||||
// yAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
export const HORIZONTAL_BAR = {
|
||||
title: {
|
||||
@ -258,36 +258,36 @@ export const HORIZONTAL_BAR = {
|
||||
yAxis: {
|
||||
data: []
|
||||
},
|
||||
series: [],
|
||||
dataZoom: [
|
||||
{
|
||||
type: 'slider',
|
||||
show: false,
|
||||
xAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'slider',
|
||||
show: false,
|
||||
yAxisIndex: [0],
|
||||
left: '93%',
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'inside',
|
||||
xAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'inside',
|
||||
yAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
}
|
||||
]
|
||||
series: []
|
||||
// dataZoom: [
|
||||
// {
|
||||
// type: 'slider',
|
||||
// show: false,
|
||||
// xAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'slider',
|
||||
// show: false,
|
||||
// yAxisIndex: [0],
|
||||
// left: '93%',
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'inside',
|
||||
// xAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'inside',
|
||||
// yAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
|
||||
export const BASE_LINE = {
|
||||
@ -316,36 +316,36 @@ export const BASE_LINE = {
|
||||
yAxis: {
|
||||
type: 'value'
|
||||
},
|
||||
series: [],
|
||||
dataZoom: [
|
||||
{
|
||||
type: 'slider',
|
||||
show: false,
|
||||
xAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'slider',
|
||||
show: false,
|
||||
yAxisIndex: [0],
|
||||
left: '93%',
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'inside',
|
||||
xAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
type: 'inside',
|
||||
yAxisIndex: [0],
|
||||
start: 1,
|
||||
end: 100
|
||||
}
|
||||
]
|
||||
series: []
|
||||
// dataZoom: [
|
||||
// {
|
||||
// type: 'slider',
|
||||
// show: false,
|
||||
// xAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'slider',
|
||||
// show: false,
|
||||
// yAxisIndex: [0],
|
||||
// left: '93%',
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'inside',
|
||||
// xAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// },
|
||||
// {
|
||||
// type: 'inside',
|
||||
// yAxisIndex: [0],
|
||||
// start: 1,
|
||||
// end: 100
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
|
||||
export const BASE_PIE = {
|
||||
|
Loading…
Reference in New Issue
Block a user