Menu

#71 wrong variable: line 778

v1.0 (example)
open
nobody
None
5
2010-08-04
2010-08-04
Anonymous
No

in line 778 vertical scales set, which should set DataRange by VXMax - VXMin but it sets by VMax - VMin
I guess it's a bug here
the code is
$DataRange = $this->VMax - $this->VMin;

Which should be
$DataRange = $this->VXMax - $this->VXMin;

Discussion


Log in to post a comment.