Changeset 656 for trunk/Modules/TimeMeasure/Graph.php
- Timestamp:
- May 16, 2014, 10:44:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TimeMeasure/Graph.php
r655 r656 106 106 $PointsMax[] = $Index * $Width / $Measure->DivisionCount; 107 107 $PointsMax[] = $Height - 1 - ($Points[$Index]['Max'] - $MinValue) / ($MaxValue - $MinValue) * $Height * $this->ValueToImageHeigthCoefficient; 108 //echo($Index.' - '.$Item.' '.$Points[$Index].'<br>');109 108 } 110 109 } … … 127 126 //$Points[] = $Width - 1; 128 127 //$Points[] = $Height - 1; 129 130 //print_r($PointsMax);131 128 132 129 // Generate image
Note:
See TracChangeset
for help on using the changeset viewer.