Skip to content

Threat sankey

Description

This MR adds a new viz to the site for the findex project. This visualization is a sankey. It breaks out the total weighted threat by category (on the left), and by individual threat (on the right). So habitat is the overall greatest category of threat, and Dams are the single highest threat across all threats in all categories.

Changes Made

image

How to Test

Pull changes locally and run npm run dev, then navigate to ``. The pipeline is in the findex/ subfolder.

Review Needs

Does this MR include data processing, modeling, or visualization code that will require domain review prior to release?

  • Yes, and I have opened an issue to document the need for review, using the DomainReview issue template
  • Yes, and a domain review issue already exists
  • No

Related Issues

#49 , #50

Additional Notes

Include any extra information or considerations for reviewers.

Merge Request Checklists

  • Code changes adhere to best practices documented in README.md
  • Code has been cleaned the way Vue likes it - run npm run lint --fix
  • If applicable, the need for future domain review has been documented in an issue
  • Below section documents which browsers the site has been tested on:
    • Desktop/laptop
      • Chrome
      • Safari
      • Edge
      • Firefox
    • Mobile device
      • Chrome
      • Safari
      • Edge
      • Firefox

Merge request reports

Loading