g6/packages/site/docs/common/PluginMergedStyles.zh.md
Aaron e08c299a69
docs: update v5 site docs (#5162)
* docs: remove readme and navigation in site

* docs: remove v4 core concept docs

* docs: update history and lod plugin docs

* chore: update dumirc config

* docs: add api shape overview doc

* docs: update manual docs

* docs: update manual and tutorial docs

* chore: update dumirc

* docs: remove design sector

* docs: update docs meta data

* docs: update api docs
2023-11-20 09:50:36 +08:00

436 B

mergedStyles

由用户配置和默认样式合并得到的样式

{
  /** 主图形的样式 */
  keyShape: ShapeStyle;
  /** 主图形的 halo 样式 */
  halo: ShapeStyle;
  /** 文本样式 */
  label: ShapeStyle;
  /** 文本背景样式 */
  labelBackground: ShapeStyle;
  /** 文本图标样式 */
  labelIcon: ShapeStyle;
  /** 徽标样式 */
  badge: ShapeStyle;
  /** 连接桩样式 */
  anchor: ShapeStyle;
}