@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
15 lines (14 loc) • 360 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultBarWidth = exports.defaultValueWidth = exports.yAxis = void 0;
exports.yAxis = {
axisTick: 'none',
axisLine: 'none',
show: true,
inverse: true,
splitLine: {
show: false
}
};
exports.defaultValueWidth = 70;
exports.defaultBarWidth = 10;