Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluttercandies/flutter-interactive-chart
A candlestick chart that supports pinch-to-zoom and panning.
https://github.com/fluttercandies/flutter-interactive-chart
chart flutter
Last synced: 4 days ago
JSON representation
A candlestick chart that supports pinch-to-zoom and panning.
- Host: GitHub
- URL: https://github.com/fluttercandies/flutter-interactive-chart
- Owner: fluttercandies
- License: mit
- Created: 2021-07-07T19:22:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T09:35:55.000Z (5 months ago)
- Last Synced: 2024-06-24T11:05:15.743Z (5 months ago)
- Topics: chart, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/interactive_chart
- Size: 6.65 MB
- Stars: 202
- Watchers: 8
- Forks: 64
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# interactive_chart
A candlestick chart that supports pinch-to-zoom and panning.
## Dark mode
![pan](https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master/example/demo_gifs/dark.gif)
## Pan
![pan](https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master/example/demo_gifs/pan.gif)
## Pinch-to-zoom
![zoom](https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master/example/demo_gifs/zoom.gif)
## Overlay
![overlay](https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master/example/demo_gifs/overlay.gif)
## Customize styles
![style](https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master/example/demo_gifs/style.gif)