Skip to content

Commit

Permalink
Fix colour name
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanwide committed Sep 30, 2024
1 parent 2a414f4 commit 0b32189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/chart_data_values.rb
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def benchmark_colour(data_type, category)
end
if @chart_type.match?(/_gas_/)
if benchmark_school_category?(category)
Colours.chart_gas_medium
Colours.chart_gas_middle
else
Colours.chart_gas_light
end
Expand Down

0 comments on commit 0b32189

Please sign in to comment.