mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
diversify chartcolors for doughnut & stackedbar
This commit is contained in:
@@ -29,7 +29,7 @@ class DoughnutChart extends Component {
|
||||
datasets: [{
|
||||
label: this.props.title,
|
||||
data: this.props.data.map((d) => d.value),
|
||||
backgroundColor: colors.chartColors
|
||||
backgroundColor: colors.chartColorsDiversified
|
||||
}]
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user