Skip to content

Commit

Permalink
[BUGFIX] Adapter les couleurs du graphique des status par jour à celu…
Browse files Browse the repository at this point in the history
…i des status par type (PIX-10864)

 #7892
  • Loading branch information
pix-service-auto-merge authored Jan 19, 2024
2 parents 55c9cb8 + 1298a63 commit d40348c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions orga/app/components/campaign/charts/participants-by-day.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ export default class ParticipantsByDay extends Component {
{
label: this.intl.t(this.labels.started.legend),
data: this.startedDatasets,
borderColor: '#3d68ff',
backgroundColor: '#3d68ff',
borderColor: '#613fdd',
backgroundColor: '#613fdd',
tension: 0.2,
pointStyle: 'circle',
order: 2,
},
{
label: this.intl.t(this.labels.shared.legend),
data: this.sharedDatasets,
borderColor: '#613fdd',
backgroundColor: '#613fdd',
borderColor: '#038a25',
backgroundColor: '#038a25',
tension: 0.2,
pointStyle: 'rect',
order: 1,
Expand Down

0 comments on commit d40348c

Please sign in to comment.