Skip to content

Commit

Permalink
Update README for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanwei committed Jul 11, 2021
1 parent ce50442 commit c6bb676
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@
* NEW: You can show or hide the grid.
* Changed the multi-language implementation.(Please migrate to the new way as soon as possible)
* Changed the period of kdj from 14 to 9.

## [0.4.0]

* Changed the way the marker values are displayed, from right to left.
* Changed the UI when gridlines are hidden.
* Upgraded the display of real-time prices.
* More configurations are available.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Maybe this is the best k chart in Flutter.Support drag,scale,long press,fling.An

<img src="https://github.com/mafanwei/k_chart/blob/master/example/images/Screenshot2.jpg" width="375" alt="Screenshot"/>

<img src="https://github.com/mafanwei/k_chart/blob/master/example/images/Screenshot3.jpeg" width="375" alt="Screenshot"/>

#### gif

![demo](https://github.com/mafanwei/k_chart/blob/master/example/images/demo.gif)
Expand All @@ -19,7 +21,7 @@ Maybe this is the best k chart in Flutter.Support drag,scale,long press,fling.An
#### Install
```
dependencies:
k_chart: ^0.3.2
k_chart: ^0.4.0
```
or use latest:
```
Expand Down Expand Up @@ -54,6 +56,7 @@ Container(
bgColor: [Colors.black, Colors.black],// The background color of the chart is gradient
translations: kChartTranslations,// Graphic language
volHidden: false,// hide volume
showNowPrice: true,// show now price
isOnDrag: (isDrag){},// true is on Drag.Don't load data while Draging.
onSecondaryTap:(){}// on secondary rect taped.
),
Expand Down
Binary file added example/images/Screenshot3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.3.2
version: 0.4.0
homepage: https://github.com/mafanwei/k_chart

environment:
Expand Down

0 comments on commit c6bb676

Please sign in to comment.