Skip to content

Commit

Permalink
Fix getBestInitialIntervalValue() problem with values above or below …
Browse files Browse the repository at this point in the history
…zero (#894)

* Fix getBestInitialIntervalValue() problem with values above or below zero, #893.

* Add `baselineX` and `baselineY` property to all of our axis-based charts (Line, Bar, Scatter). default is zero, #893.

* Remove all linux/flutter/ephemeral files from example directory

* Update CHANGELOG.md, bar_chart.md, and line_chart.md

* Update line_chart.md

* Update CHANGELOG.md
  • Loading branch information
imaNNeo authored Feb 11, 2022
1 parent 445c032 commit 19091b9
Show file tree
Hide file tree
Showing 49 changed files with 196 additions and 2,789 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* **IMPROVEMENT** Improve iteration over axis values logic (it solves some minor problems on showing titles when min, max values are below than 1.0).
* **BREAKING** `LineTouchResponse` response now contains a list of `TouchLineBarSpot` instead of `LineBarSpot`. They are ordered based on their distance to the touch event and also contain that distance.
* **IMPROVEMENT** Added `distanceCalculator` to `LineTouchData` which is used to calculate the distance between spots and touch events
* **IMPROVEMENT** Add `baselineX` and `baselineY` property in our axis-based charts, It fixes a problem about `interval` which mentioned in #893 (check [this sample](https://github.com/imaNNeoFighT/fl_chart/blob/hotfix/initial-interval-baseline/repo_files/documentations/line_chart.md#gist---baselinex-baseliney-sample-source-code).

## 0.41.0
* **BUGFIX** Fix getNearestTouchedSpot. Previously it returned the first occurrence of a spot within the threshold, and not the nearest, #641, #645.
Expand Down

This file was deleted.

45 changes: 0 additions & 45 deletions example/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h

This file was deleted.

Loading

0 comments on commit 19091b9

Please sign in to comment.