mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 08:24:05 +01:00
Ensure consistency in the helpers.toRadians name
This commit is contained in:
@@ -402,7 +402,7 @@
|
||||
return 0;
|
||||
}
|
||||
},
|
||||
toRadians = helpers.radians = function(degrees) {
|
||||
toRadians = helpers.toRadians = function(degrees) {
|
||||
return degrees * (Math.PI / 180);
|
||||
},
|
||||
toDegrees = helpers.toDegrees = function(radians) {
|
||||
|
||||
Reference in New Issue
Block a user