Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/assets/option/en/common/layout-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For elements with a layout type of 'normal-inline', set the alignment of inline
- For elements at the bottom, 'start' - align to the bottom; 'end' - align to the top; 'middle' - align to the middle
- For elements on the left, 'start' - align to the left; 'end' - align to the right; 'middle' - align to the middle
- For elements on the right, 'start' - align to the right; 'end' - align to the left; 'middle' - align to the middle
{{ if: !${isRegion} }}
{{ /if}}

#${prefix} padding(ILayoutNumber|Array|Object) = 0

Expand Down
4 changes: 4 additions & 0 deletions packages/vchart/src/component/label/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export interface ILabelFormatMethodContext {
* 系列图元标签配置,一般用于展示数据项
*/
export interface ILabelSpec extends ILabelAnimationSpec {
/**
* 标签组件的层级
*/
zIndex?: number;
/** 默认不显示标签 */
visible?: boolean;
/**
Expand Down