HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 195 characters
Open

    //("This PHP installation is not configured with the GD library. Please recompile PHP with GD support to run JpGraph. (Neither function imagetypes() nor imagecreatefromstring() does exist)");
Severity: Minor
Found in src/config.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

                        $this->img->StrokeText($aPos + $this->tick_label_margin, $tpos, $label, $this->label_angle, $this->label_para_align);
Severity: Minor
Found in src/graph/Axis.php by phpcodesniffer

Line exceeds 120 characters; contains 174 characters
Open

                            //("Invalid format for Progress parameter at index=$j in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Progress)");
Severity: Minor
Found in src/graph/GanttGraph.php by phpcodesniffer

Line exceeds 120 characters; contains 164 characters
Open

                $this->title->SetPos($x, ($this->img->height - $this->img->top_margin - $this->img->bottom_margin) / 2 + $this->img->top_margin, $halign, 'center');
Severity: Minor
Found in src/graph/Axis.php by phpcodesniffer

Line exceeds 120 characters; contains 194 characters
Open

                            //("Invalid format for Constrain parameter at index=$j in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Constrain-To,Constrain-Type)");
Severity: Minor
Found in src/graph/GanttGraph.php by phpcodesniffer

Line exceeds 120 characters; contains 156 characters
Open

                //'Intervall for minutes must divide the hour evenly, e.g. 1,5,10,12,15,20,30 etc You have specified an intervall of '.$minint.' minutes.');
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

                Util\JpGraphError::RaiseL(25061, $this->title_adjust); //('Unknown alignment specified for Y-axis title. ('.$this->title_adjust.')');
Severity: Minor
Found in src/graph/Axis.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

                                //('Unknown constrain type specified from row='.$this->iObj[$i]->iVPos.' to row='.$vpos);
Severity: Minor
Found in src/graph/GanttGraph.php by phpcodesniffer

Line exceeds 120 characters; contains 164 characters
Open

                //("Date string ($aDate) specified for Gantt activity can not be interpretated. Please make sure it is a valid time string, e.g. 2005-04-23 13:30");
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

                Util\JpGraphError::RaiseL(25060, $this->title_adjust); //('Unknown alignment specified for X-axis title. ('.$this->title_adjust.')');
Severity: Minor
Found in src/graph/Axis.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

        return ($aDate - $this->iStartDate - $offset) / SECPERDAY * $this->GetDayWidth() + $img->left_margin + $this->iLabelWidth;
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer

Line exceeds 120 characters; contains 231 characters
Open

                //("Sanity check for automatic Gantt chart size failed. Either the width (=$width) or height (=$height) is larger than MAX_GANTTIMG_SIZE. This could potentially be caused by a wrong date in one of the activities.");
Severity: Minor
Found in src/graph/GanttGraph.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

            $pos = round($img->top_margin + $this->iVertHeaderSize + $this->iTopPlotMargin + ($aPos + 1) * $this->iVertSpacing);
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer

Line exceeds 120 characters; contains 163 characters
Open

            //("You can't specify negative sizes for Gantt graph dimensions. Use 0 to indicate that you want the library to automatically determine a dimension.");
Severity: Minor
Found in src/graph/GanttGraph.php by phpcodesniffer

Line exceeds 120 characters; contains 147 characters
Open

                        //('You have specifed a constrain from row='.$this->iObj[$i]->iVPos.' to row='.$vpos.' which does not have any activity.');
Severity: Minor
Found in src/graph/GanttGraph.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

                        $this->img->StrokeText($aPos - $this->tick_label_margin, $tpos, $label, $this->label_angle, $this->label_para_align);
Severity: Minor
Found in src/graph/Axis.php by phpcodesniffer

Line exceeds 120 characters; contains 134 characters
Open

            Util\JpGraphError::Raise('Specification of scale values for background indicators must be an array with three elements.');
Severity: Minor
Found in src/graph/CCBPGraph.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

                $yearwidth = $this->GetDayWidth() * ($this->GetYearDayNbr($this->iEndDate) - $this->GetYearDayNbr($this->iStartDate) + 1);
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

            Util\JpGraphError::RaiseL(25034); //("<strong>JpGraph: Can't draw unspecified X-scale.</strong><br>No plots.<br>");
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

                            $img->FilledRectangle($x, $yt + $this->day->iFrameWeight, $x + $width, $yb - $this->day->iFrameWeight);
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer
Severity
Category
Status
Source
Language