UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

52 lines (51 loc) 930 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.refreshIntervals = void 0; var type_1 = require("../../../../../constants/language/dashboard/type"); var locale = type_1.DashboardLocale.refresh.times; exports.refreshIntervals = [ { text: locale.close, value: 0 }, { text: locale.s5, value: 5000 }, { text: locale.s10, value: 10000 }, { text: locale.s30, value: 30000 }, { text: locale.m1, value: 60000 }, { text: locale.m5, value: 300000 }, { text: locale.m15, value: 900000 }, { text: locale.m30, value: 1800000 }, { text: locale.h1, value: 3600000 }, { text: locale.h2, value: 7200000 }, { text: locale.d1, value: 86400000 } ];