Skip to content

Commit c6bb676

Browse files
committed
Update README for version 0.4.0
1 parent ce50442 commit c6bb676

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@
3838
* NEW: You can show or hide the grid.
3939
* Changed the multi-language implementation.(Please migrate to the new way as soon as possible)
4040
* Changed the period of kdj from 14 to 9.
41+
42+
## [0.4.0]
43+
44+
* Changed the way the marker values are displayed, from right to left.
45+
* Changed the UI when gridlines are hidden.
46+
* Upgraded the display of real-time prices.
47+
* More configurations are available.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Maybe this is the best k chart in Flutter.Support drag,scale,long press,fling.An
99

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

12+
<img src="https://github.com/mafanwei/k_chart/blob/master/example/images/Screenshot3.jpeg" width="375" alt="Screenshot"/>
13+
1214
#### gif
1315

1416
![demo](https://github.com/mafanwei/k_chart/blob/master/example/images/demo.gif)
@@ -19,7 +21,7 @@ Maybe this is the best k chart in Flutter.Support drag,scale,long press,fling.An
1921
#### Install
2022
```
2123
dependencies:
22-
k_chart: ^0.3.2
24+
k_chart: ^0.4.0
2325
```
2426
or use latest:
2527
```
@@ -54,6 +56,7 @@ Container(
5456
bgColor: [Colors.black, Colors.black],// The background color of the chart is gradient
5557
translations: kChartTranslations,// Graphic language
5658
volHidden: false,// hide volume
59+
showNowPrice: true,// show now price
5760
isOnDrag: (isDrag){},// true is on Drag.Don't load data while Draging.
5861
onSecondaryTap:(){}// on secondary rect taped.
5962
),

example/images/Screenshot3.jpeg

176 KB
Loading

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: k_chart
22
description: A Flutter K Chart.
3-
version: 0.3.2
3+
version: 0.4.0
44
homepage: https://github.com/mafanwei/k_chart
55

66
environment:

0 commit comments

Comments
 (0)