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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ It is recommended to set the show legend config attribute to false, to hide the
235
235
236
236
## Tooltip #tooltip-before & #tooltip-after slots
237
237
238
-
Since v.2.0.57, it is possible to further customize tooltip contents with #tooltip-before and #tooltip-after slots.
238
+
Customize tooltip contents with #tooltip-before and #tooltip-after slots.
239
239
It is that easy to include an image, another chart or any other content into your tooltips. It's an alternative to the config option tooltip.customFormat, in case richer tooltip content is needed.
240
240
241
241
Both slots expose the following object:
@@ -270,6 +270,7 @@ The following charts bear these slots:
270
270
- VueUiVerticalBar
271
271
- VueUiXy \*
272
272
- VueUiwaffle
273
+
- VueUiWordCloud
273
274
- VueUiXyCanvas
274
275
275
276
\* VueUiXy slots specifically expose the following additional attributes:
@@ -432,7 +433,7 @@ From the dataset you pass into the props, this component will produce the most a
0 commit comments