Ignore:
Timestamp:
Mar 30, 2021, 11:16:34 PM (3 years ago)
Author:
roby
Message:

ulteriori modifiche per adeguamento a php7
Client: aggiornamento jpgraph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici/jpgraph.php

    r284 r346  
    2020
    2121// Version info
    22 define('JPG_VERSION','4.2.6');
     22define('JPG_VERSION','4.3.4');
    2323
    2424// Minimum required PHP version
     
    36433643            // to many gridlines
    36443644            $i=0;
    3645             $x=$aTicksPos[$i];
    36463645            while( $i<count($aTicksPos) && ($x=$aTicksPos[$i]) <= $limit ) {
    36473646                if    ( $aType == 'solid' )      $this->img->Line($x,$yl,$x,$yu);
     
    55715570    function Clear() {
    55725571        $this->isRunningClear = true;
    5573         $this->__construct($this->inputValues['aDatay'], $this->inputValues['aDatax']);
     5572        Plot::__construct($this->inputValues['aDatay'], $this->inputValues['aDatax']);
    55745573        $this->isRunningClear = false;
    55755574    }
Note: See TracChangeset for help on using the changeset viewer.