We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767194c commit 2df093cCopy full SHA for 2df093c
CHANGELOG.md
@@ -1,3 +1,10 @@
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
8
## 0.1.1
9
10
* Improve performance.
pubspec.yaml
@@ -1,6 +1,6 @@
name: interactive_chart
description: A candlestick chart that supports hand gestures such as pinch-to-zoom and panning.
-version: 0.1.1
+version: 0.2.0
homepage: https://github.com/h65wang/flutter-interactive-chart
environment:
0 commit comments