Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacco van den Berg committed May 24, 2024
1 parent 18f6f64 commit 4e753b4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/fixtures/scale.radialLinear/anglelines-reverse-scale.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
module.exports = {
config: {
type: 'radar',
data: {
labels: ['A', 'B', 'C', 'D', 'E']
},
options: {
responsive: false,
scales: {
r: {
reverse: true,
grid: {
display: true,
},
angleLines: {
color: 'red',
lineWidth: 5,
},
pointLabels: {
display: false
},
ticks: {
display: false
}
}
}
}
}
};
Loading
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 4e753b4

Please sign in to comment.