Skip to content

Commit

Permalink
update custom tooltips docs
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Feb 6, 2025
1 parent 1932250 commit 16dcdfe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/samples/general/customTooltips/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,13 @@ in the next example, we draw a geometry in the tooltip based on the point that i
# Tooltip control from scratch

You can also create your own tooltip, the recommended way is to use the LiveCharts API (example bellow) but you can
use anything as tooltip as soon as it implements the `IChartTooltip` interface. AT the following example we build
a custom control to render tooltips in our charts using the LiveCharts API.
use anything as tooltip as soon as it implements the `IChartTooltip` interface.

:::tip
The next tooltip is drawn by the library, LiveCharts can only draw inside the control bounds, in some cases it could
The LiveCharts API can only draw inside the control bounds, in some cases it could
cause issues like [#912](https://github.com/beto-rodriguez/LiveCharts2/issues/912).

Alternatively, you can build your own Tooltips and use the power of your UI framework,
see [#1558](https://github.com/beto-rodriguez/LiveCharts2/issues/1558) for more info.
:::

# Override Series.FindPointsInPosition

Expand Down

0 comments on commit 16dcdfe

Please sign in to comment.