UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

17 lines (16 loc) 492 B
import { EColorType } from '../../../constants/honeycomb'; import { HoneycombLocale } from '../../../constants/language/honeycomb/type'; export var colorTypeOptions = [ { text: HoneycombLocale.color_type.custom, value: EColorType.Custom }, { text: HoneycombLocale.color_type.single_color, value: EColorType.SingleColorGradient }, { text: HoneycombLocale.color_type.mutil_color, value: EColorType.MultiColorGradient } ];