UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

39 lines (38 loc) 1.22 kB
var _a; import { DrillDownType } from '../../../constants/drill-down'; export var drill_en = { title: 'Drill Down', type: 'Drill Type', open_in_new_tab: 'Open in new tab', type_option: (_a = {}, _a[DrillDownType.ToSearchAuto] = 'Link to Search', _a[DrillDownType.ToSearchCustom] = 'Link to Search(Custom)', _a[DrillDownType.ToChartCustom] = 'Drilldown to Chart', _a[DrillDownType.ToDashboard] = 'Link to Dashboard', _a[DrillDownType.ToReport] = 'Link to Report', _a[DrillDownType.ToCustomLink] = 'Link to URL', _a[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' };