mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-13 11:46:55 +01:00
Keep this as NaN so point._view.skip is set correctly
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
return index * angleMultiplier - (Math.PI / 2);
|
||||
},
|
||||
getDistanceFromCenterForValue: function(value) {
|
||||
if (value === null || value === undefined || isNaN(value)) {
|
||||
if (value === null) {
|
||||
return 0; // null always in center
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user