一个图标与文本构成的标签。适用于: 自定义 annotation 或者自定义 label。

展示形态

image.png image.png
ant.design echarts

配置项 LabelCfg

  • icon: SymbolType ‘’
  • iconStyle: ShapeAttrs {}
  • text: string ‘’
  • textStyle: ShapeAttrs {}
  • textPosition: ‘right’ | ‘right’ | ‘above’ | ‘below’ | ‘center’ ‘right’
  • spacing: number 10 文字与图标间隔
  • background: object 背景框
    • padding: number | number[] 4 内边距,以此代表 [top, right, bottom, left]
    • style: ShapeAttrs {}