Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanwei committed May 30, 2023
1 parent f6604a3 commit ad6d193
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@
## [0.7.0]

* Add `xFrontPadding`. (padding in front. default 100)
* Fix: KChart and DepthChart onPress selection when they don't fill the whole screen.
* Fix: KChart and DepthChart onPress selection when they don't fill the whole screen.

## [0.7.1]
* Optimize performance on the web.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maybe this is the best k chart in Flutter.Support drag,scale,long press,fling.An
#### Install
```
dependencies:
k_chart: ^0.7.0
k_chart: ^0.7.1
```
or use latest:
```
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: k_chart
description: A Flutter K Chart.
version: 0.7.0
version: 0.7.1
homepage: https://github.com/mafanwei/k_chart

environment:
Expand Down

0 comments on commit ad6d193

Please sign in to comment.