mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
e08c299a69
* 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
436 B
436 B
mergedStyles
由用户配置和默认样式合并得到的样式
{
/** 主图形的样式 */
keyShape: ShapeStyle;
/** 主图形的 halo 样式 */
halo: ShapeStyle;
/** 文本样式 */
label: ShapeStyle;
/** 文本背景样式 */
labelBackground: ShapeStyle;
/** 文本图标样式 */
labelIcon: ShapeStyle;
/** 徽标样式 */
badge: ShapeStyle;
/** 连接桩样式 */
anchor: ShapeStyle;
}