Skip to content

Commit

Permalink
expand tabs, upstream insists on spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Sep 14, 2022
1 parent f55a9a7 commit 3ba40c5
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
22 changes: 11 additions & 11 deletions auto_tests/data/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,17 +503,17 @@ return "" +
}

function data_showzerovalues() {
return "" +
"2007-01-01,0,39\n" +
"2007-01-02,62,0\n" +
"2007-01-03,0,42\n" +
"2007-01-04,57,0\n" +
"2007-01-05,65,44\n" +
"2007-01-06,55,44\n" +
"2007-01-07,0,45\n" +
"2007-01-08,66,0\n" +
"2007-01-09,0,39\n";
}
return "" +
"2007-01-01,0,39\n" +
"2007-01-02,62,0\n" +
"2007-01-03,0,42\n" +
"2007-01-04,57,0\n" +
"2007-01-05,65,44\n" +
"2007-01-06,55,44\n" +
"2007-01-07,0,45\n" +
"2007-01-08,66,0\n" +
"2007-01-09,0,39\n";
}

function data_temp_high_low() {
return "" +
Expand Down
4 changes: 2 additions & 2 deletions auto_tests/tests/connect_separated_points.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ it('testNaNErrorBars', function() {

// Line should be drawn across the null gap.
CanvasAssertions.assertLineDrawn(htx,
g.toDomCoords(data[2][0], data[2][1][1]),
g.toDomCoords(data[4][0], data[4][1][1]),
g.toDomCoords(data[2][0], data[2][1][1]),
g.toDomCoords(data[4][0], data[4][1][1]),
attrs);

// No line across the NaN gap, and a single line (not two)
Expand Down
2 changes: 1 addition & 1 deletion auto_tests/tests/step_plot_per_series.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ it('testMixedModeStepAndLineCustomBars', function() {
}
},
customBars: true,
labels: ["X", "Data1", "Data2"],
labels: ["X", "Data1", "Data2"],
series: {
Data1: {stepPlot: true},
Data2: {stepPlot: false}
Expand Down
22 changes: 11 additions & 11 deletions gallery/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,17 +436,17 @@ return "" +
}

function data_showzerovalues() {
return "" +
"2007-01-01,0,39\n" +
"2007-01-02,62,0\n" +
"2007-01-03,0,42\n" +
"2007-01-04,57,0\n" +
"2007-01-05,65,44\n" +
"2007-01-06,55,44\n" +
"2007-01-07,0,45\n" +
"2007-01-08,66,0\n" +
"2007-01-09,0,39\n";
}
return "" +
"2007-01-01,0,39\n" +
"2007-01-02,62,0\n" +
"2007-01-03,0,42\n" +
"2007-01-04,57,0\n" +
"2007-01-05,65,44\n" +
"2007-01-06,55,44\n" +
"2007-01-07,0,45\n" +
"2007-01-08,66,0\n" +
"2007-01-09,0,39\n";
}

function data_temp() {
return "" +
Expand Down
22 changes: 11 additions & 11 deletions tests/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,17 +503,17 @@ return "" +
}

function data_showzerovalues() {
return "" +
"2007-01-01,0,39\n" +
"2007-01-02,62,0\n" +
"2007-01-03,0,42\n" +
"2007-01-04,57,0\n" +
"2007-01-05,65,44\n" +
"2007-01-06,55,44\n" +
"2007-01-07,0,45\n" +
"2007-01-08,66,0\n" +
"2007-01-09,0,39\n";
}
return "" +
"2007-01-01,0,39\n" +
"2007-01-02,62,0\n" +
"2007-01-03,0,42\n" +
"2007-01-04,57,0\n" +
"2007-01-05,65,44\n" +
"2007-01-06,55,44\n" +
"2007-01-07,0,45\n" +
"2007-01-08,66,0\n" +
"2007-01-09,0,39\n";
}

function data_temp() {
return "" +
Expand Down
2 changes: 1 addition & 1 deletion tests/per-series.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Chart with per-series properties with legend.</h2>
data,
{
strokeWidth: 2,
series : {
series : {
'parabola': {
strokeWidth: 0.0,
drawPoints: true,
Expand Down

0 comments on commit 3ba40c5

Please sign in to comment.