-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jacco van den Berg
committed
May 24, 2024
1 parent
18f6f64
commit 4e753b4
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
test/fixtures/scale.radialLinear/anglelines-reverse-scale.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.