[Workshop] Dynamic Metric Card Based on Ontology

Hello, I understand that the metric card supports only one piece of information. However, my goal is to use the metric card to display (for example, years 2019 to 2030), with each year shown on a card and colored based on specific conditions, similar to a chart. Additionally, the information displayed should depend on the ontology.

Currently, this feature is not available, but if you have any solution, please share it. Right now, I use one metric widget per year, which results in many widgets. When a new year appears, I need to add it manually, which is not efficient

The way we handle things like this in Workshop is loop layouts. This allows you to loop over an object set and render the same thing per object. The only catch is that loop layouts render full modules. In your case you could create a module that only renders a metric card, but embedding a bunch of these might be more heavy weight than just adding a new metric card for each year you care about.