diff --git a/site/docs/spec/interaction/tooltip.zh.md b/site/docs/spec/interaction/tooltip.zh.md index d29615c0b4..d3f1c7f1cb 100644 --- a/site/docs/spec/interaction/tooltip.zh.md +++ b/site/docs/spec/interaction/tooltip.zh.md @@ -46,7 +46,7 @@ chart.render(); | position | tooltip 位置 | `TooltipPosition` | - | | mount | tooltip 渲染的 dom 节点 | `string` \| `HTMLElement` | 图表容器 | | bounding | tooltip 渲染的限制区域,超出会自动调整位置 | `BBox` | 图表区域大小 | -| crosshairs | 是否暂时指示线 | `boolean` | - | +| crosshairs | 是否展示指示线 | `boolean` | - | | `crosshairs${StyleAttrs}` | 指示线的样式 | `number \| string` | - | | `marker${StyleAttrs}` | marker 的样式 | `number \| string` | - | | render | 自定义 tooltip 渲染函数 | `(event, options) => HTMLElement \| string` | - |