Skip to content

Commit 5356da6

Browse files
committed
0.3.2: Update version and change log
1 parent 8bce5d6 commit 5356da6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## 0.3.2
2+
3+
* Add `initialVisibleCandleCount` parameter for setting a default zoom level. [(Issue #6)](https://github.com/fluttercandies/flutter-interactive-chart/issues/6)
4+
15
## 0.3.1
26

3-
* Allow web and desktop users to zoom the chart with mouse scroll wheel.
7+
* Allow web and desktop users to zoom the chart with mouse scroll wheel. [(Issue #5)](https://github.com/fluttercandies/flutter-interactive-chart/issues/5)
48

59
## 0.3.0
610

7-
* BREAKING: Add support for multiple trend lines.
11+
* BREAKING: Add support for multiple trend lines. [(Issue #2)](https://github.com/fluttercandies/flutter-interactive-chart/issues/2)
812
* The old `trend` property is changed to `trends`, to support multiple data points per `CandleData`.
913
* The old `trendLineColor` property is changed to `trendLineStyles`.
1014
* The `CandleData.computeMA` helper function no longer modifies data in-place. To migrate,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: interactive_chart
22
description: A candlestick chart that supports hand gestures such as pinch-to-zoom and panning.
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://github.com/h65wang/flutter-interactive-chart
55

66
environment:

0 commit comments

Comments
 (0)