Changeset 346 for trunk/client/modules/Elezioni/grafici/jpgraph.php
- Timestamp:
- Mar 30, 2021, 11:16:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici/jpgraph.php
r284 r346 20 20 21 21 // Version info 22 define('JPG_VERSION','4. 2.6');22 define('JPG_VERSION','4.3.4'); 23 23 24 24 // Minimum required PHP version … … 3643 3643 // to many gridlines 3644 3644 $i=0; 3645 $x=$aTicksPos[$i];3646 3645 while( $i<count($aTicksPos) && ($x=$aTicksPos[$i]) <= $limit ) { 3647 3646 if ( $aType == 'solid' ) $this->img->Line($x,$yl,$x,$yu); … … 5571 5570 function Clear() { 5572 5571 $this->isRunningClear = true; 5573 $this->__construct($this->inputValues['aDatay'], $this->inputValues['aDatax']);5572 Plot::__construct($this->inputValues['aDatay'], $this->inputValues['aDatax']); 5574 5573 $this->isRunningClear = false; 5575 5574 }
Note:
See TracChangeset
for help on using the changeset viewer.