HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 142 characters
Open

                Util\JpGraphError::RaiseL(25053); //('PANIC: Internal error in SuperScript::Stroke(). Unknown horizontal alignment for text');
Severity: Minor
Found in src/text/SuperScriptText.php by phpcodesniffer

Line exceeds 120 characters; contains 172 characters
Open

        $coords = $aX . ',' . $aY . ',' . ($aX + $aWidth - 1) . ',' . $aY . ',' . ($aX + $aWidth - 1) . ',' . ($aY + $aHeight - 1) . ',' . $aX . ',' . ($aY + $aHeight - 1);
Severity: Minor
Found in src/text/GTextTableCell.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

            if (!defined('LANGUAGE_CHARSET') || stristr(LANGUAGE_CHARSET, 'koi8-r') || stristr(LANGUAGE_CHARSET, 'windows-1251')) {
Severity: Minor
Found in src/text/LanguageConv.php by phpcodesniffer

Line exceeds 120 characters; contains 160 characters
Open

            Util\JpGraphError::RaiseL(30001, $method_name, $method_name); //Theme::%s() is not defined. \nPlease make %s(\$graph) function in your theme classs.
Severity: Minor
Found in src/themes/Theme.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $this->ApplyPlot($_plot);

Line exceeds 120 characters; contains 122 characters
Open

                    $x       = $aX + $this->iMarginLeft + round(($aWidth - $this->iMarginLeft - $this->iMarginRight) / 2);
Severity: Minor
Found in src/text/GTextTableCell.php by phpcodesniffer

Line exceeds 120 characters; contains 147 characters
Open

    public function SetBox($aFrameColor = [255, 255, 255], $aBorderColor = [0, 0, 0], $aShadowColor = false, $aCornerRadius = 4, $aShadowWidth = 3)
Severity: Minor
Found in src/text/Text.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $plot->SetColor($color);

Spaces must be used to indent lines; tabs are not allowed
Open

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/VividTheme.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/GreenTheme.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/PastelTheme.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/SoftyTheme.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $color = $this->GetNextColor();

Line exceeds 120 characters; contains 148 characters
Open

                    Util\JpGraphError::RaiseL(22011, $idx); //('Windrose index must be numeric or direction label. You have specified index='.$idx);
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 209 characters
Open

            //('Windrose plot is too large to fit the specified Graph size. Please use WindrosePlot::SetSize() to make the plot smaller or increase the size of the Graph in the initial WindroseGraph() call.');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 136 characters
Open

    private $iAllDirectionLabels = ['E', 'ENE', 'NE', 'NNE', 'N', 'NNW', 'NW', 'WNW', 'W', 'WSW', 'SW', 'SSW', 'S', 'SSE', 'SE', 'ESE'];
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/OrangeTheme.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $this->ApplyPlot($_plot);
Severity: Minor
Found in src/themes/PastelTheme.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

                    $plot->Clear();

Line exceeds 120 characters; contains 136 characters
Open

            Util\JpGraphError::RaiseL(22005); //("Line style for radial lines must be on of ('solid','dotted','dashed','longdashed') ");
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer
Severity
Category
Status
Source
Language