RolnickLab / antenna

GNU General Public License v3.0
10 stars 3 forks source link

Add top species chart to overview page #387

Open mihow opened 5 months ago

mihow commented 5 months ago

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 commented 4 months ago

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! :)

vanessavmac commented 1 month ago

@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:

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!