@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
54 lines (53 loc) • 974 B
JavaScript
export var commonOptions = {
xAxis: {
splitLine: {
show: false
},
axisLine: {
show: false
},
axisTick: {
show: true,
lineStyle: {
color: '#ccc'
}
},
triggerEvent: true,
nameLocation: 'center'
},
yAxis: {
triggerEvent: true,
splitLine: {
show: true,
lineStyle: {
type: 'dashed'
}
},
axisLine: {
show: false
},
axisTick: {
show: false
},
nameLocation: 'center'
},
tooltip: {
trigger: 'axis',
enterable: true
}
};
export var crossAxis = {
splitLine: {
show: true,
lineStyle: {
type: 'dashed'
}
},
axisLine: {
show: false
},
axisTick: {
show: false
},
nameLocation: 'center'
};