Skip to content

Commit

Permalink
feat: add-property-selectore (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
wybieshang authored May 24, 2024
1 parent 23389a9 commit 275f861
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
- name: xAxis
title: 维度
type: string
display: property-select
default: ''
description: 设置维度(统计类别)
group: 图表数据
- name: yAxis
title: 度量
type: string
display: property-select
default: ''
description: 设置度量(统计值)
group: 图表数据
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@
type: string
default: ''
description: 设置维度(统计类别)
display: property-select
group: 图表数据
- name: yAxis
title: 度量
type: string
default: ''
description: 设置度量(统计值)
display: property-select
group: 图表数据
- name: title
title: 图表标题
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@
type: string
default: ''
description: 设置维度(统计类别)
display: property-select
group: 图表数据
- name: yAxis
title: 度量
type: string
default: ''
description: 设置度量(统计值)
display: property-select
group: 图表数据
- name: title
title: 标题
Expand Down

0 comments on commit 275f861

Please sign in to comment.