Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add top species chart to overview page #387

Open
mihow opened this issue May 3, 2024 · 2 comments · May be fixed by #580
Open

Add top species chart to overview page #387

mihow opened this issue May 3, 2024 · 2 comments · May be fixed by #580
Assignees
Labels
backend good first issue Good for newcomers

Comments

@mihow
Copy link
Collaborator

mihow commented May 3, 2024

Can replace the species accumulation chart. See the session detail page for existing top species chart, but feel free to try another chart type.

image

image

@annavik annavik self-assigned this Jun 10, 2024
@annavik
Copy link
Member

annavik commented Jun 10, 2024

Hey @mihow, this can be fully controlled from backend. Checkout field summary_data in project details response.

Removing the frontend tag, but just let me know if some tweaks are needed for this! :)

@annavik annavik removed their assignment Jun 10, 2024
@mihow mihow added this to the Read-Only Public Launch milestone Jun 10, 2024
@vanessavmac
Copy link
Collaborator

vanessavmac commented Sep 4, 2024

@mihow I think a pie chart might be a good option for the "Top Species" chart. https://plotly.com/python/pie-charts/

My understanding is that the chart is showing all species observed and their frequency.

However, I think this would require modifying the frontend, specifically the files:

  • ui/src/design-system/components/plot/plot.tsx
  • ui/src/design-system/components/plot/types.ts
    Right now the plot component only handles bar/scatter plots.

Let me know if we just want to stick with bar/scatter plots, or if there's a way to handle pie charts just from the backend!

@vanessavmac vanessavmac self-assigned this Sep 4, 2024
@vanessavmac vanessavmac linked a pull request Sep 17, 2024 that will close this issue
@mihow mihow removed this from the Limited Public Launch milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants