File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0
2
+
3
+ * BREAKING: Add support for multiple trend lines.
4
+ * The old ` trend ` property is changed to ` trends ` , to support multiple data points per ` CandleData ` .
5
+ * The old ` trendLineColor ` property is changed to ` trendLineStyles ` .
6
+ * Updated example project to reflect above changes.
7
+
1
8
## 0.2.1
2
9
3
10
* Add ` onTap ` event and ` onCandleResize ` event.
7
14
## 0.2.0
8
15
9
16
* BREAKING: Organize folder structures, now you only need to import ` package:interactive_chart/interactive_chart.dart ` .
10
- * BREAKING: Change CandleData ` timestamp ` to milliseconds, you might need to multiple your data by 1000 when creating CandleData objects.
17
+ * BREAKING: Change CandleData ` timestamp ` to milliseconds, you might need to multiply your data by 1000 when creating CandleData objects.
11
18
* Fix an issue where zooming was occasionally not smooth.
12
19
* Fix an issue where overlay panel was occasionally clipped.
13
20
Original file line number Diff line number Diff line change 1
1
name : interactive_chart
2
2
description : A candlestick chart that supports hand gestures such as pinch-to-zoom and panning.
3
- version : 0.2.1
3
+ version : 0.3.0
4
4
homepage : https://github.com/h65wang/flutter-interactive-chart
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments