UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

39 lines (38 loc) 1.2 kB
var _a; import { DrillDownType } from '../../../constants/drill-down'; export var drill_zh = { title: '下钻', type: '下钻类型', open_in_new_tab: '从新窗口打开', type_option: (_a = {}, _a[DrillDownType.ToSearchAuto] = '下钻到搜索', _a[DrillDownType.ToSearchCustom] = '下钻到搜索(自定义)', _a[DrillDownType.ToChartCustom] = '下钻到图表', _a[DrillDownType.ToDashboard] = '下钻到仪表盘', _a[DrillDownType.ToReport] = '下钻到报表', _a[DrillDownType.ToCustomLink] = '下钻到URL', _a[DrillDownType.None] = '无动作', _a), chart_custom_config: { title: '下钻动作', chartType: '图表类型', spl: '预定义SPL' }, link_custom_config: { url: 'URL' }, dashboard_config: { dashboard: '仪表盘' }, report_config: { report: '报表' }, custom_spl: '自定义下钻SPL', history: { title: '下钻记录', clear: '清空记录', delete_current: '删除并返回上层记录' }, disable: '当前图表类型不支持下钻', origin_spl: '搜索条件' };