Skip to content

Commit ba2b39b

Browse files
Update docs/data/charts/tooltip/tooltip.md
Co-authored-by: Bernardo Belchior <Bernardo.belchior1@gmail.com> Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
1 parent 43386ba commit ba2b39b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/data/charts/tooltip/tooltip.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ To keep the default placement, use the `<ChartsTooltipContainer />` wrapper.
202202
It accepts a prop `trigger = 'item' | 'axis'` that defines when the Popper should open.
203203

204204
:::warning
205-
Do not skip rendering the ChartsTooltipContainer.
205+
The tooltip might not open if the ChartsTooltipContainer isn't rendered.
206+
206207
For example the following code does not work.
207208

208209
```jsx

0 commit comments

Comments
 (0)