AOEpeople / aoe_technology_radar

Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..
http://www.aoe.com/techradar
Other
263 stars 121 forks source link

Ring badge classes are badge--undefined for more than four rings #414

Closed derkoe closed 6 months ago

derkoe commented 11 months ago

If you define more than four rings in the config, like

"rings": ["adopt", "trial", "assess", "hold", "one", "two"],

the rings after the fourth all get badge--undefined as class. With that you cannot change the color.

mathiasschopmans commented 6 months ago

Thank you for your contribution and sorry for the late response. In the meantime we updated the radar to v4 and rewrote the app using next.js. In the current app you can't set the ring classes, but you were able to set the color via the new config.json.

https://github.com/AOEpeople/aoe_technology_radar/blob/main/data/config.json#L45

If there's a need to modify the result further, we may re-add the option to import a custom CSS and plain CSS classes in the future.