This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Trend scale on graphs
#3
Perfect!

I took a good guess to set the minimum, and now I have the graph how I want it, with an easy to read 2 degrees per graph minor line:

Code:
    if (getid() == 1) {
      this.max = 40;
      this.min = -10;
    }
     
    if (getid() == 2) {
      this.max = 40;
      this.min = -10;
    }

Thanks very much!!

I do have another question. If I hadn't asked you, how would I find this out?

I've noted in my device there is the dygraph.js file that has 3468 lines of JS code. Do I just browse the various .js files hoping to find clues?

In looking there, it seems I might be able to choose log scales, and other goodies. Perhaps the ability to turn off the shading under the graph (fillGraph)? Set gridLineColor: "rgb(128,128,128)", and so on.

Is there a reference guide on all this? Sorry, just hoping to catch up.

Thanks again.

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
Trend scale on graphs - by tassiebean - 04.09.2019, 15:18
RE: Trend scale on graphs - by admin - 05.09.2019, 07:44
RE: Trend scale on graphs - by tassiebean - 05.09.2019, 12:39
RE: Trend scale on graphs - by admin - 05.09.2019, 13:09
RE: Trend scale on graphs - by cekca - 06.09.2019, 08:51
RE: Trend scale on graphs - by admin - 06.09.2019, 09:03

Forum Jump: