Skip to content

Commit

Permalink
better radar fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Dec 23, 2021
1 parent 121aa3b commit 633e05a
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 24 deletions.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/135.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
startAngle: 135,
pointLabels: {
display: true
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/135.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/180.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
startAngle: 180,
pointLabels: {
display: true
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/180.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/225.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
startAngle: 225,
pointLabels: {
display: true
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/225.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/270.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
startAngle: 270,
pointLabels: {
display: true
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/270.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/315.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
startAngle: 315,
pointLabels: {
display: true
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/315.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/45.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
startAngle: 45,
pointLabels: {
display: true
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/45.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/90.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
startAngle: 90,
pointLabels: {
display: true
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/90.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions test/fixtures/controller.radar/startAngle/default.js
Expand Up @@ -3,15 +3,16 @@ module.exports = {
type: 'radar',
data: {
datasets: [{
data: [1, 2, 3, 4],
borderWidth: 0,
radius: 0
data: [6, 3, 2, 3],
borderWidth: 3,
borderColor: 'blue'
}],
labels: [['label 1', 'line 2'], ['label 2', 'line 2'], ['label 3', 'line 2'], ['label 4', 'line 2']]
},
options: {
scales: {
r: {
min: 0,
pointLabels: {
display: true
},
Expand Down
Binary file modified test/fixtures/controller.radar/startAngle/default.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 633e05a

Please sign in to comment.