mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 00:14:03 +01:00
Fix: Typo ingnore-->ignore (#9711)
This commit is contained in:
@@ -28,7 +28,7 @@ function computeMinSampleSize(meta) {
|
||||
let i, ilen, curr, prev;
|
||||
const updateMinAndPrev = () => {
|
||||
if (curr === 32767 || curr === -32768) {
|
||||
// Ingnore truncated pixels
|
||||
// Ignore truncated pixels
|
||||
return;
|
||||
}
|
||||
if (defined(prev)) {
|
||||
|
||||
Reference in New Issue
Block a user