Closed d-koppenhagen closed 7 months ago
Currently the radar dashboard shows always:
In our custom radar (which is not already aligned with version 4.x.x), we want to have the tags first, followed by the list, followed by the radar.
My suggestion would be to make this configurable:
{ // ... sections: ['tags', 'list', 'radar'] }
The default would be ['radar', 'tags', 'list'].
['radar', 'tags', 'list']
Currently the radar dashboard shows always:
In our custom radar (which is not already aligned with version 4.x.x), we want to have the tags first, followed by the list, followed by the radar.
My suggestion would be to make this configurable:
The default would be
['radar', 'tags', 'list']
.