mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 16:04:03 +01:00
Fix: Typo spaning--> spanning (#9710)
This commit is contained in:
@@ -157,7 +157,7 @@ function findStartAndEnd(points, count, loop, spanGaps) {
|
||||
let end = count - 1;
|
||||
|
||||
if (loop && !spanGaps) {
|
||||
// loop and not spaning gaps, first find a gap to start from
|
||||
// loop and not spanning gaps, first find a gap to start from
|
||||
while (start < count && !points[start].skip) {
|
||||
start++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user