Skip to content

Commit

Permalink
fix: typo in tooltip.zh.md (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
seesawz authored Sep 25, 2024
1 parent 4b5bbaf commit 30aea23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/options/plots/interaction/tooltip.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ title: tooltip
| 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` | - |
Expand Down

0 comments on commit 30aea23

Please sign in to comment.