Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove redundant default config from spanGaps tests
  • Loading branch information
luke-heberling committed Apr 27, 2022
commit b8880d92839ba72ecfc5bb462c0874533e9c6b70
4 changes: 0 additions & 4 deletions test/specs/controller.line.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,6 @@ describe('Chart.controllers.line', function() {
type: 'line',
data: {
datasets: [{
xAxisKey: 'x',
yAxisKey: 'y',
spanGaps: 10,
data: [{x: 10, y: 123}, {x: 15, y: 124}, {x: 26, y: 125}, {x: 30, y: 126}, {x: 35, y: 127}],
label: 'dataset1',
Expand All @@ -998,8 +996,6 @@ describe('Chart.controllers.line', function() {
type: 'line',
data: {
datasets: [{
xAxisKey: 'x',
yAxisKey: 'y',
spanGaps: 10,
data: [{x: 35, y: 123}, {x: 30, y: 124}, {x: 26, y: 125}, {x: 15, y: 126}, {x: 10, y: 127}],
label: 'dataset1',
Expand Down