mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-07 00:36:50 +01:00
Radial scale point label backdrop color (#8633)
* Radial scale point label backdrop color * Update default tests * backdropPadding is a single setting * Up the tolerance a bit * Update tick backdrop padding options
This commit is contained in:
@@ -37,12 +37,13 @@ describe('Test the radial linear scale', function() {
|
||||
color: Chart.defaults.color,
|
||||
showLabelBackdrop: true,
|
||||
backdropColor: 'rgba(255,255,255,0.75)',
|
||||
backdropPaddingY: 2,
|
||||
backdropPaddingX: 2,
|
||||
backdropPadding: 2,
|
||||
callback: defaultConfig.ticks.callback
|
||||
},
|
||||
|
||||
pointLabels: {
|
||||
backdropColor: undefined,
|
||||
backdropPadding: 2,
|
||||
color: Chart.defaults.color,
|
||||
display: true,
|
||||
font: {
|
||||
|
||||
Reference in New Issue
Block a user