Skip to content

Commit

Permalink
Merge pull request #125 from Vizzuality/SKY30-182-m-4-remove-30-targe…
Browse files Browse the repository at this point in the history
…t-from-proportion-of-habitat-widget

[SKY30-182] Remove '30% target' from the Proportion of Habitat widget
  • Loading branch information
andresgnlez authored Jan 15, 2024
2 parents e79f2af + 0371a7b commit dcf8b4a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ const HabitatWidget: React.FC<HabitatWidgetProps> = ({ location }) => {
loading={loading}
>
{widgetChartData.map((chartData) => (
<HorizontalBarChart key={chartData.slug} className="py-2" data={chartData} />
<HorizontalBarChart
key={chartData.slug}
className="py-2"
data={chartData}
showTarget={false}
/>
))}
</Widget>
);
Expand Down

0 comments on commit dcf8b4a

Please sign in to comment.