UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

42 lines (41 loc) 1.41 kB
"use strict"; var _a; Object.defineProperty(exports, "__esModule", { value: true }); exports.drill_en = void 0; var drill_down_1 = require("../../../constants/drill-down"); exports.drill_en = { title: 'Drill Down', type: 'Drill Type', open_in_new_tab: 'Open in new tab', type_option: (_a = {}, _a[drill_down_1.DrillDownType.ToSearchAuto] = 'Link to Search', _a[drill_down_1.DrillDownType.ToSearchCustom] = 'Link to Search(Custom)', _a[drill_down_1.DrillDownType.ToChartCustom] = 'Drilldown to Chart', _a[drill_down_1.DrillDownType.ToDashboard] = 'Link to Dashboard', _a[drill_down_1.DrillDownType.ToReport] = 'Link to Report', _a[drill_down_1.DrillDownType.ToCustomLink] = 'Link to URL', _a[drill_down_1.DrillDownType.None] = 'No Action', _a), chart_custom_config: { title: 'Predefine Drill Down', chartType: 'Chart Type', spl: 'Predefine SPL' }, link_custom_config: { url: 'URL' }, dashboard_config: { dashboard: 'Dashboard' }, report_config: { report: 'Report' }, custom_spl: 'Custom Drill Down SPL', history: { title: 'Drill Down History', clear: 'Clear History', delete_current: 'Delete and Back To Previous' }, disable: "Current Chart Type doesn't support Drill Down", origin_spl: 'Search Condition' };