Skip to content

Commit 1aeb2d0

Browse files
author
LavanyaA
authored
Update README.md
1 parent c4bb828 commit 1aeb2d0

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# tooltip-customization-flutter-chart
2-
Customize the tooltip in Flutter Cartesian charts
1+
# Tooltip customization in flutter chart
2+
3+
Flutter Cartesian chart widget provides support for customizing the tooltip in the chart using the callback events on rendering. Callback events are callback function or a method, which you pass as an argument into another function or method and can perform an action when you require it. Likewise, the chart widget provides a callback event called onTooltipRender to customize the tooltip contents as required.
4+
5+
Documentation: https://help.syncfusion.com/flutter/cartesian-charts/callbacks#ontooltiprender
6+
7+
## Requirements to run the demo
8+
* [VS Code](https://code.visualstudio.com/download)
9+
* [Flutter SDK v2.0.0+](https://flutter.dev/docs/development/tools/sdk/overview)
10+
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)
11+
12+
## How to run this application
13+
To run this application, you need to first clone or download the ‘tooltip customization flutter chart’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
14+
15+
## Further help
16+
For more help, check the [Syncfusion Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview), or
17+
[Flutter documentation](https://flutter.dev/docs/get-started/install).

0 commit comments

Comments
 (0)