You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2
Original file line number
Diff line number
Diff 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
+
1
5
## 0.3.1
2
6
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)
4
8
5
9
## 0.3.0
6
10
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)
8
12
* The old `trend` property is changed to `trends`, to support multiple data points per `CandleData`.
9
13
* The old `trendLineColor` property is changed to `trendLineStyles`.
10
14
* The `CandleData.computeMA` helper function no longer modifies data in-place. To migrate,
0 commit comments