File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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+
18## 0.2.1
29
310* Add ` onTap ` event and ` onCandleResize ` event.
714## 0.2.0
815
916* 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.
1118* Fix an issue where zooming was occasionally not smooth.
1219* Fix an issue where overlay panel was occasionally clipped.
1320
Original file line number Diff line number Diff line change 11name : interactive_chart
22description : A candlestick chart that supports hand gestures such as pinch-to-zoom and panning.
3- version : 0.2.1
3+ version : 0.3.0
44homepage : https://github.com/h65wang/flutter-interactive-chart
55
66environment :
You can’t perform that action at this time.
0 commit comments