-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
Chart.js version 2.2.0
I am using spanGaps.
Check the jsfiddle.
data: {
labels: ['A', 'B', 'C', 'D', 'E', 'F', 'G'],
datasets: [{
label: 'Foo',
data: [null, 2, 2, 2, 2, 2, null],
spanGaps: true
}]
},I expect it is like this:
No shadow between A and B.
No shadow between F and G.

But now it is like this:
No shadow between A and B which is correct.
The is a shadow between F and G, which is wrong.
