openfoodfacts / openfoodfacts-server

Open Food Facts database, API server and web interface - 🐪🦋 Perl, CSS and JS coders welcome 😊 For helping in Python, see Robotoff or taxonomy-editor
http://openfoodfacts.github.io/openfoodfacts-server/
GNU Affero General Public License v3.0
660 stars 389 forks source link

Graphics improvement #10856

Open aleene opened 1 month ago

aleene commented 1 month ago

Description

The OFF graphics module is already powerful, but can be extended with other graphing options. This would allow even better analysis of the data. This is also useful to visually detect problematic products.

What would a demo look like

Show me the graph.

Notes

Tasks

alexgarel commented 1 month ago

@aleene search-a-licious is using Vega to make plot.

We have to support more plot type there.

The widget to create plot is not yet develop, but it should not be too hard.

aleene commented 1 month ago

Can I play with that?