mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Keep this as NaN so point._view.skip is set correctly
This commit is contained in:
parent
9c78de10ba
commit
045d8f6c2a
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user