https://github.com/syncfusionexamples/how-to-add-a-point-on-click-in-a-flutter-cartesian-chart
A quick-start example that helps you to capture touch interactions in the Syncfusion® Flutter Charts widget and dynamically add data points to the chart.
https://github.com/syncfusionexamples/how-to-add-a-point-on-click-in-a-flutter-cartesian-chart
add-new-point charts flutter flutter-charts flutter-widget interaction point-on-click syncfusion-flutter-charts
Last synced: 4 months ago
JSON representation
A quick-start example that helps you to capture touch interactions in the Syncfusion® Flutter Charts widget and dynamically add data points to the chart.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/how-to-add-a-point-on-click-in-a-flutter-cartesian-chart
- Owner: SyncfusionExamples
- Created: 2025-02-27T06:23:56.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-03T04:29:36.000Z (4 months ago)
- Last Synced: 2025-03-03T05:26:03.516Z (4 months ago)
- Topics: add-new-point, charts, flutter, flutter-charts, flutter-widget, interaction, point-on-click, syncfusion-flutter-charts
- Language: C++
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Add a Point-on-Click in a Flutter Cartesian Chart
A quick-start example that helps you to capture touch interactions in the Syncfusion® Flutter Charts widget and dynamically add data points to the chart.Watch the video: Coming soon...
Documentation: https://help.syncfusion.com/flutter/cartesian-charts/getting-started
## Requirements to run the demo
* [VS Code](https://code.visualstudio.com/download)
* [Flutter SDK v3.24.3+](https://flutter.dev/docs/development/tools/sdk/overview)
* [Dart SDK v3.5.3+](https://dart.dev/get-dart)
* [For more development tools](https://flutter.dev/docs/development/tools/devtools/overview)## How to run this application
To run this application, you need to first clone or download the `How-to-Add-a-Point-on-Click-in-a-Flutter-Cartesian-Chart` repository and open it in your preferred IDE. Then, build and run your project to view the output.## Further help
For more help, check the [Syncfusion® Flutter documentation](https://help.syncfusion.com/flutter/introduction/overview) or
[Flutter documentation](https://flutter.dev/docs/get-started/install).