We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can replace the species accumulation chart. See the session detail page for existing top species chart, but feel free to try another chart type.
The text was updated successfully, but these errors were encountered:
Hey @mihow, this can be fully controlled from backend. Checkout field summary_data in project details response.
summary_data
Removing the frontend tag, but just let me know if some tweaks are needed for this! :)
Sorry, something went wrong.
@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
plot
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
Successfully merging a pull request may close this issue.
Can replace the species accumulation chart. See the session detail page for existing top species chart, but feel free to try another chart type.
The text was updated successfully, but these errors were encountered: