Icinga / icingaweb2-module-cube

Drill-down view for Icinga web 2 based on custom variables
GNU General Public License v2.0
45 stars 12 forks source link

More than three dimensions won't work #31

Closed nilmerg closed 5 years ago

nilmerg commented 5 years ago

Adding more than three dimensions causes the inner tiles to overflow.

Expected Behavior

It should either not be possible to add more than three dimensions or should be properly handled.

Current Behavior

Adding a fourth dimension splits the inner tiles and each further dimension also splits the tiles further. Any fourth dimension already causes the tiles to overflow.

Possible Solution

Don't allow to add more than three dimensions. Maybe use remaining facts to "drill down".

Your Environment

theFeu commented 5 years ago

I would advise against more than 3 dimensions as well.

I think that we could always extend it if someone needs it (in a later version) but would limit it to three for now :)