Network Map organization

For some reason my network map looks like this.


I want it to look like a tiered design vs a ball.
I tried to put this in my config along with using the config off the network map section.
$config[‘network_map_vis_options’] = ‘{
“configure”: { “enabled”: true},
}’;

Where is the section to save ?

Did you enable this too?

$config[‘network_map_items’] = array(‘xdp’);

I have
$config[‘network_map_items’] = array(‘mac’,‘xdp’);
Should I remove mac?

I tired copying the configuration output on the bottom of the page and the map page goes blank.

Yes that will help clean up the map

also check out this thread Network Map w/ port-channels or multiple links

As soon as I paste my screenshot above in. The page goes blank

Also seems like the switches off my distribution switch does not show up. There all cisco and have cdp enabled.

Don’t use that config… just change

the

So all i have right now is this
$config[‘network_map_items’] = array(‘xdp’);

Seems like there is a disconnect somewhere. All my closet switches that are supposed to come off the distribution switch is missing. Everything is cisco and cdp enabled.

are they all in librenms?

Yes they are

Are you viewing the map using the groups or the main map?

Groups. I checked they are in the group selected.

I am also trying to get a graph down view vs a circle. How do I change that?