You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/marks/tip.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,7 @@ These tip-specific options control the tip appearance:
229
229
-**pointerSize** - the size of the tip’s pointer in pixels; defaults to 12
230
230
-**pathFilter** - the image filter for the tip’s box; defaults to a drop shadow
231
231
-**textPadding** - the padding around the text in pixels; defaults to 8
232
+
-**radius** - round the corners of the tip - like a CSS border-radius; defaults to null which means square corners
232
233
233
234
The tip mark does not support the [standard style channels](../features/marks.md#mark-options) such as varying **fill** or **stroke**; channels are used exclusively to control the displayed values rather than the tip’s appearance. You can however use the these options for a constant **fill**, **fillOpacity**, **stroke**, **strokeOpacity**, or **strokeWidth** on the path element surrounding the tip text.
0 commit comments