@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
57 lines (56 loc) • 1.1 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.crossAxis = exports.commonOptions = void 0;
exports.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
}
};
exports.crossAxis = {
splitLine: {
show: true,
lineStyle: {
type: 'dashed'
}
},
axisLine: {
show: false
},
axisTick: {
show: false
},
nameLocation: 'center'
};