@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
22 lines (21 loc) • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = void 0;
var env_1 = require("../../../utils/env");
exports.config = {
dataZoom: !env_1.isMobileDevice() && [
{
type: 'inside',
xAxisIndex: [0],
filterMode: 'filter',
minValueSpan: 3
}
],
grid: {
containLabel: true,
top: 15,
bottom: 30,
left: 15,
right: 15
}
};