Hi,

I'm using the Channel Gauges Small object in a map. When changing the size by adding a width and heigth tag in the html code all that happens is that the object looks like the normal Gauges Sensor object. The primary channel gauge gets bigger but the other channels stay the same. Is it possible to "zoom" in on all gauges?

Moreover I'd like the channels to appear sorted by ID instead of name but I can't seem to find the right variable. Can you help me with that, too?

Thank you all in advance and have a nice weekend!

Sincerely,

Frank


Article Comments

Dear user

The channel list is sorted alphabetically, this cannot be changed.

Map objects can be manually edited. The general concept is outlined here: https://helpdesk.paessler.com/en/support/solutions/articles/7600006526503

Using CSS, almost any map object can be scaled. However, in this case, the gauges themselves cannot be scaled.


Feb, 2015 - Permalink

Allright thank you very much for your Answer!


Feb, 2015 - Permalink

You can, go in d3.gauge.js file, and at the line 31, change 0.9 by 0.5 for exemple :

this.config.size = this.config.size * 0.5;

The size of gauge change!

Bye


Jan, 2019 - Permalink