VTable/docs/assets/option/zh/indicator/indicator-define.md
2023-12-28 15:49:55 +08:00

779 B
Raw Blame History

{{ target: indicators-define }}

#${prefix} indicators(Array)

透视表中各个指标的具体配置如样式formattitle 等,每种指标需要分别设置配置项,配置项根据 cellType 不同有略微差别cellType 可支持:'text' | 'link' | 'image' | 'video' | 'progressbar' | 'sparkline' 每种 cellType 的配置项具体如下:

{{ use: text-indicator-type( prefix = ${prefix}) }}

{{ use: link-indicator-type( prefix = ${prefix}) }}

{{ use: image-indicator-type( prefix = ${prefix}) }}

{{ use: video-indicator-type( prefix = ${prefix}) }}

{{ use: progressbar-indicator-type( prefix = ${prefix}) }}

{{ use: sparkline-indicator-type( prefix = ${prefix}) }}

{{ use: chart-indicator-type( prefix = ${prefix}) }}