Skip to content

Commit

Permalink
Proportion of habitat widgets scale to be 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Oct 25, 2023
1 parent de048d0 commit bee33c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { format } from 'd3-format';
import { cn } from '@/lib/utils';

const DEFAULT_BAR_COLOR = '#1E1E1E';
const DEFAULT_MAX_PERCENTAGE = 55;
const DEFAULT_MAX_PERCENTAGE = 100;
const PROTECTION_TARGET = 30;

type HorizontalBarChartProps = {
Expand Down

0 comments on commit bee33c6

Please sign in to comment.