Prophidys / RTG2

Realtime Traffic Grapher 2
GNU General Public License v2.0
11 stars 9 forks source link

Graphing multiple lines results in scrambled legends #9

Open Prophidys opened 9 years ago

Prophidys commented 9 years ago

From goo...@warningg.com on May 18, 2009 12:11:53

When graphing more than two lines/plots, foreign characters are displayed in the legend, especially in place of slashes and spaces. For a quick example, use the new targetmaker's extended mode, and examine some of the CPU graphs.

Attachment: example.png

Original issue: http://code.google.com/p/rtg2/issues/detail?id=9

Prophidys commented 9 years ago

From goo...@warningg.com on May 21, 2009 16:09:35

This also occurs when you change the units for the graph.

Prophidys commented 9 years ago

From adrian.c...@gmail.com on June 26, 2009 18:05:00

Can you give me a quick rundown on how you installed, configured and are running the new targetmaker? I've not set it up yet so I'm not sure how to duplicate the behaviour.

Thanks!

Prophidys commented 9 years ago

From brandon....@gmail.com on August 21, 2009 10:17:10

The new targetmaker isn't required to see it -- I noticed that specifying the units in the PO also causes corruption.

Prophidys commented 9 years ago

From mfaxf...@gmail.com on September 27, 2011 04:12:40

I've seen similar issues when specifying a unit value in the PO.

I suspect that the issue is related to either not clearing the memory or not puting a \0 onto the end of where the unit's value is stored. Meaning random bits of memory get included in the dispaly from time to time.

If I get a chance to look more at some point I'll see if I can produce a patch.

Prophidys commented 9 years ago

From ced.leco...@gmail.com on January 27, 2012 13:34:33

Can you give the used parameter because i can't reproduce the problem. This is my arguments with the associated Graph :

PO=Traffic+In/Out:800:200:gauge%3Don%2Cunits%3D%25:1327613563:1327699963&DO=0:cpmCPUTotal5min_64:1236&LO=0:0:gauge=on,units=%:cpmCPUTotal5min&DO=1:cpmCPUTotal1min_64:1236&LO=1:1:gauge=on,units=%:cpmCPUTotal1min&DO=2:cpmCPUTotal5sec_64:1236&LO=2:2:gauge=on,units=%:cpmCPUTotal5sec

Attachment: rtgplot-1.cgi.png

Prophidys commented 9 years ago

From ced.leco...@gmail.com on February 16, 2012 06:02:23

Owner: ced.leco...@gmail.com