thoughtworks / build-your-own-radar

A library that generates an interactive radar, inspired by https://thoughtworks.com/radar/.
GNU Affero General Public License v3.0
2.21k stars 1.04k forks source link

Add support for alternative radars in JSON format #363

Open mowday opened 8 months ago

mowday commented 8 months ago

When you are using a Google Spreadsheet you can easily create multiple alternative radars in the same spreadsheet by creating new sheets. This is really useful when you want to convey different standpoints for different aspects.

This PR adds the same functionality in JSON format, by returning an object where they keys are the name of the alternative radars.

Drongerman commented 3 months ago

Hi @andyflatt! Are you going to merge this?