HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 142 characters
Open

                //("Pie3D Internal Error: Z-Sorting algorithm for 3D Pies is not working properly (2). Trying to wrap twice while stroking.");
Severity: Minor
Found in src/plot/PiePlot3D.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

            Util\JpGraphError::RaiseL(8002); //("Anchor position for icons must be one of 'top', 'bottom', 'left', 'right' or 'center'");
Severity: Minor
Found in src/plot/IconPlot.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

            Util\JpGraphError::RaiseL(8003); //('It is not possible to specify both an image file and a country flag for the same icon.');
Severity: Minor
Found in src/plot/IconPlot.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

                //("Pie3D Internal Error: Z-Sorting algorithm for 3D Pies is not working properly (2). Trying to wrap twice while stroking.");
Severity: Minor
Found in src/plot/PiePlot3D.php by phpcodesniffer

Line exceeds 120 characters; contains 165 characters
Open

    25108 => ['Can\'t stream image. This is most likely due to a faulty PHP/GD setup. Try to recompile PHP and use the built-in GD library that comes with PHP.', 0],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

                    // then we have two choices. It can either a) be a single color specified as an Image\RGB triple or it can be
Severity: Minor
Found in src/plot/BarPlot.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

    22001 => ['Total percentage for all windrose legs in a windrose plot can not exceed 100%% !\n(Current max is: %d)', 1],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

                    Util\JpGraphError::RaiseL(2001); //('NUmber of colors is not the same as the number of patterns in BarPlot::SetPattern()');
Severity: Minor
Found in src/plot/BarPlot.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

                $prect->SetPos(new Util\Rectangle($xt + 1, $yt + 1, $xb - $xt - $this->iShadowWidth - 2, $yb - $yt - $this->iShadowWidth - 2));
Severity: Minor
Found in src/plot/GanttBar.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

            //("Number of X and Y points are not equal. Number of X-points:". safe_count($this->coords[1])." Number of Y-points:$numpoints");
Severity: Minor
Found in src/plot/LinePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

            $aGraph->legend->Add($this->legend, $this->color, '', 0, $this->legendcsimtarget, $this->legendcsimalt, $this->legendcsimwintarget);
Severity: Minor
Found in src/plot/Plot.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

        Util\JpGraphError::RaiseL(25122); //("JpGraph: Stroke() must be implemented by concrete subclass to class Plot");
Severity: Minor
Found in src/plot/Plot.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

            Util\JpGraphError::RaiseL(25123); //("JpGraph: You can't use a text X-scale with specified X-coords. Use a \"int\" or \"lin\" scale instead.");
Severity: Minor
Found in src/plot/Plot.php by phpcodesniffer

Line indented incorrectly; expected at least 12 spaces, found 8
Open

        ];
Severity: Minor
Found in src/graph/DateScale.php by phpcodesniffer

Line indented incorrectly; expected at least 12 spaces, found 8
Open

        ];
Severity: Minor
Found in src/text/TTF.php by phpcodesniffer

Line indented incorrectly; expected 16 spaces, found 20
Open

                    }
Severity: Minor
Found in src/themes/GreenTheme.php by phpcodesniffer

Line indented incorrectly; expected at least 12 spaces, found 8
Open

        ];
Severity: Minor
Found in src/text/TTF.php by phpcodesniffer

Line indented incorrectly; expected 16 spaces, found 20
Open

                    }

Line indented incorrectly; expected 16 spaces, found 20
Open

                    foreach ($plot->plots as $_plot) {
Severity: Minor
Found in src/themes/VividTheme.php by phpcodesniffer

Line indented incorrectly; expected 16 spaces, found 20
Open

                    }
Severity: Minor
Found in src/themes/VividTheme.php by phpcodesniffer
Severity
Category
Status
Source
Language