Trends page does not show statistics if filtered for Docker and JDK version
Describe the bug The "Tracking Trends" graph hides series that have the source filter set to "Docker" and the feature version filter set to any JDK version.
To Reproduce
- Go to https://adoptium.net/stats/trends
- In the "Filters" menu, select "Docker" and "JDK 25"
- The graph is empty
The same also happens with the "Monthly Trends" graph
Expected behavior
It should show the graphs.
Screenshots
See above
Desktop (please complete the following information):
- OS: Kubuntu 25.10 questing
- Browser Firefox
- Version 145.0
Thank you! Actually, there is another related bug from when we migrated the dashboard into the Adoptium.net domain, where the days filtering is not showing the number of days:
Seems to be a problem with the API
https://api.adoptium.net/v3/stats/downloads/tracking/?source=dockerhub&feature_version=25&days=30
@johnoliver can you help with this issue? Thank you!