Unverified 提交 04245775 authored 作者: XiaJunjie2020's avatar XiaJunjie2020 提交者: GitHub

Merge pull request #330 from dataease/pr@dev@refactor_视图缩放暂时去掉

refactor: 视图缩放暂时去掉
...@@ -202,36 +202,36 @@ export const BASE_BAR = { ...@@ -202,36 +202,36 @@ export const BASE_BAR = {
yAxis: { yAxis: {
type: 'value' type: 'value'
}, },
series: [], series: []
dataZoom: [ // dataZoom: [
{ // {
type: 'slider', // type: 'slider',
show: false, // show: false,
xAxisIndex: [0], // xAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'slider', // type: 'slider',
show: false, // show: false,
yAxisIndex: [0], // yAxisIndex: [0],
left: '93%', // left: '93%',
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'inside', // type: 'inside',
xAxisIndex: [0], // xAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'inside', // type: 'inside',
yAxisIndex: [0], // yAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
} // }
] // ]
} }
export const HORIZONTAL_BAR = { export const HORIZONTAL_BAR = {
title: { title: {
...@@ -258,36 +258,36 @@ export const HORIZONTAL_BAR = { ...@@ -258,36 +258,36 @@ export const HORIZONTAL_BAR = {
yAxis: { yAxis: {
data: [] data: []
}, },
series: [], series: []
dataZoom: [ // dataZoom: [
{ // {
type: 'slider', // type: 'slider',
show: false, // show: false,
xAxisIndex: [0], // xAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'slider', // type: 'slider',
show: false, // show: false,
yAxisIndex: [0], // yAxisIndex: [0],
left: '93%', // left: '93%',
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'inside', // type: 'inside',
xAxisIndex: [0], // xAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'inside', // type: 'inside',
yAxisIndex: [0], // yAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
} // }
] // ]
} }
export const BASE_LINE = { export const BASE_LINE = {
...@@ -316,36 +316,36 @@ export const BASE_LINE = { ...@@ -316,36 +316,36 @@ export const BASE_LINE = {
yAxis: { yAxis: {
type: 'value' type: 'value'
}, },
series: [], series: []
dataZoom: [ // dataZoom: [
{ // {
type: 'slider', // type: 'slider',
show: false, // show: false,
xAxisIndex: [0], // xAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'slider', // type: 'slider',
show: false, // show: false,
yAxisIndex: [0], // yAxisIndex: [0],
left: '93%', // left: '93%',
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'inside', // type: 'inside',
xAxisIndex: [0], // xAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
}, // },
{ // {
type: 'inside', // type: 'inside',
yAxisIndex: [0], // yAxisIndex: [0],
start: 1, // start: 1,
end: 100 // end: 100
} // }
] // ]
} }
export const BASE_PIE = { export const BASE_PIE = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论