File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- ## 0.0.1
1+ ## 0.1.0
22
3- * TODO: Describe initial release.
3+ * Initial Open Source release.
Original file line number Diff line number Diff line change @@ -4,18 +4,22 @@ A candlestick chart that supports pinch-to-zoom and panning.
44
55## Dark mode
66
7- ![ pan] ( . /example/demo_gifs/dark.gif)
7+ ![ pan] ( https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master /example/demo_gifs/dark.gif)
88
99## Pan
1010
11- ![ pan] ( . /example/demo_gifs/pan.gif)
11+ ![ pan] ( https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master /example/demo_gifs/pan.gif)
1212
1313
1414## Pinch-to-zoom
1515
16- ![ pan ] ( . /example/demo_gifs/zoom.gif)
16+ ![ zoom ] ( https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master /example/demo_gifs/zoom.gif)
1717
1818
1919## Overlay
2020
21- ![ pan] ( ./example/demo_gifs/overlay.gif )
21+ ![ overlay] ( https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master/example/demo_gifs/overlay.gif )
22+
23+ ## Customize styles
24+
25+ ![ style] ( https://raw.githubusercontent.com/fluttercandies/flutter-interactive-chart/master/example/demo_gifs/style.png )
Original file line number Diff line number Diff line change 11name : interactive_chart
2- description : An candle stick chart that supports pinch-to-zoom and panning.
3- version : 0.0.1
2+ description : A candlestick chart that supports hand gestures such as pinch-to-zoom and panning.
3+ version : 0.1.0
44homepage : https://github.com/h65wang/flutter-interactive-chart
55
66environment :
You can’t perform that action at this time.
0 commit comments