Skip to content

Commit

Permalink
Update contraband grouped by stop purpose colors (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Afani97 authored Jan 24, 2024
1 parent ddc98ef commit 3507ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/Components/Charts/Contraband/Contraband.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ function Contraband(props) {
.get(url)
.then((res) => {
const colors = {
'Safety Violation': '#cf66e7',
'Regulatory Equipment': '#ed8b02',
Other: '#4ab13f',
'Safety Violation': '#5F0F40',
'Regulatory Equipment': '#E36414',
Other: '#0F4C5C',
};
const stopPurposeDataSets = res.data.contraband_percentages.map((ds) => ({
axis: 'x',
Expand Down

0 comments on commit 3507ab0

Please sign in to comment.