File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0
2
+
3
+ * BREAKING: Organize folder structures, now you only need to import ` package:interactive_chart/interactive_chart.dart `
4
+ * BREAKING: Change CandleData ` timestamp ` to milliseconds, you might need to multiple your data by 1000 when creating CandleData objects
5
+ * Fix an issue where zooming was occasionally not smooth
6
+ * Fix an issue where overlay panel was occasionally clipped
7
+
1
8
## 0.1.1
2
9
3
10
* Improve performance.
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.1.1
3
+ version : 0.2.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