Page 1 of 1

Help configuration Gauges page

Posted: Sun 10 Dec 2017 12:25 pm
by mitmania
Hi, I ask the following info:

1) which file and which line should I modify to remove the pop-ups that appear when you go over the various indicators?

2) what are the files to modify to change the appearance of the various indicators?

Thank you!

Re: Help configuration Gauges page

Posted: Sun 10 Dec 2017 3:52 pm
by mcrossley
1) For the pop-ups there are two settings in gauges.js lines 50 & 51

Code: Select all

            showPopupData      : true,                   // Pop-up data displayed
            showPopupGraphs    : true,                   // If pop-up data is displayed, show the graphs?
2) Again gauges.js starting line 87

Code: Select all

        gaugeGlobals = {
A whole load of settings.

Re: Help configuration Gauges page

Posted: Sun 10 Dec 2017 4:00 pm
by mitmania
Ok, thanks for the timely reply. I have only a little doubt: where do I find all the codes to change the appearance of the indicators? Is there a reference table?

Re: Help configuration Gauges page

Posted: Sun 10 Dec 2017 4:09 pm
by mitmania
Ok solved!!