HeatMapSeries.GetValue returns double.NaN instead of calculating a
nonsense value in proximity to double.NaN.

Introduce tests that generate a flat data heat map to better illustrate
the bug that was fixed.
This commit is contained in:
br111an 2015-09-07 18:40:27 -04:00
Родитель e21951372c
Коммит 12815eb219
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -55,6 +55,7 @@ All notable changes to this project will be documented in this file.
- PlotElement.Format method. Use StringHelper.Format instead.
### Fixed
- HeatMapSeries.GetValue returns NaN instead of calculating a wrong value in proximity to NaN (#256)
- Tracker position is wrong when PlotView is offset from origin (#455)
- CategoryAxis should use StringFormat (#415)
- Fixed the dependency of OxyPlot.Xamarin.Forms NuGet (#370)

Просмотреть файл

@ -17,6 +17,7 @@ Benoit Blanchon <>
br
brantheman
Brannon King
Brian Lim <brian.lim.ca@gmail.com>
Caleb Clarke <thealmightybob@users.noreply.github.com>
Cyril Martin <cyril.martin.cm@gmail.com>
darrelbrown