Skip to content

Commit 5677df0

Browse files
committed
Update changelog and readme files
1 parent 5481fad commit 5677df0

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.0.1
1+
## 0.1.0
22

3-
* TODO: Describe initial release.
3+
* Initial Open Source release.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

example/demo_gifs/style.png

125 KB
Loading

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 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
44
homepage: https://github.com/h65wang/flutter-interactive-chart
55

66
environment:

0 commit comments

Comments
 (0)