HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 224 characters
Open

                Util\JpGraphError::RaiseL(25018, $aFileName); //('Incorrect file name for Graph::SetBackgroundImage() : '.$aFileName.' Must have a valid image extension (jpg,gif,png) when using autodetection of image type');
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

            Util\JpGraphError::RaiseL(25054, $this->scale->type); //('Internal error: Unknown grid axis ['.$this->scale->type.']');
Severity: Minor
Found in src/graph/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

                    Util\JpGraphError::RaiseL(22012); //('Windrose radial axis specification contains a direction which is not enabled.');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 145 characters
Open

                $monthwidth = $this->GetDayWidth() * ($this->GetNumDaysInMonth($monthnbr, $year) - $this->GetMonthDayNbr($this->iStartDate) + 1);
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer

Line exceeds 120 characters; contains 214 characters
Open

                '<img src="' . CSIMCACHE_HTTP_DIR . $tmp . '" ismap="ismap" usemap="#' . $aCSIMName . ' width="' . $this->img->width . '" height="' . $this->img->height . '" alt="' . $this->iCSIMImgAlt . "\" />\n";
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 199 characters
Open

            //('Scale error for logarithmic scale. You have a problem with your data values. The max value must be greater than 0. It is mathematically impossible to have 0 in a logarithmic scale.');
Severity: Minor
Found in src/graph/LogScale.php by phpcodesniffer

Line exceeds 120 characters; contains 186 characters
Open

                Util\JpGraphError::RaiseL(25071); //('You have specified a min value with SetAutoMin() which is larger than the maximum value used for the scale. This is not possible.');
Severity: Minor
Found in src/graph/LogScale.php by phpcodesniffer

Line exceeds 120 characters; contains 158 characters
Open

                    Util\JpGraphError::RaiseL(22017); //('Windrose data contains a direction which is not enabled. Please adjust what labels are displayed.');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 191 characters
Open

                    Util\JpGraphError::RaiseL(25072); //('You have specified a max value with SetAutoMax() which is smaller than the miminum value used for the scale. This is not possible.');
Severity: Minor
Found in src/graph/LogScale.php by phpcodesniffer

Line exceeds 120 characters; contains 168 characters
Open

        //('Specifying tick interval for a logarithmic scale is undefined. Remove any calls to SetTextLabelStart() or SetTextTickInterval() on the logarithmic scale.');
Severity: Minor
Found in src/graph/LogTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 293 characters
Open

            //Util\JpGraphError::Raise(" Minor or major step size is 0. Check that you haven't got an accidental SetTextTicks(0) in your code. If this is not the case you might have stumbled upon a bug in JpGraph. Please report this and if possible include the data that caused the problem.");

Line exceeds 120 characters; contains 127 characters
Open

    public function ShadowRectangle($x1, $y1, $x2, $y2, $fcolor = false, $shadow_width = null, $shadow_color = [102, 102, 102])
Severity: Minor
Found in src/graph/Shape.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

            Util\JpGraphError::RaiseL(22004); //('Label specification for windrose directions must have 16 values (one for each compass direction).');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

                    //('You have specified the same direction twice, once with an angle and once with a compass direction ('.$a*180/M_PI.' degrees.)');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 142 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/StockPlot.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

            Util\JpGraphError::RaiseL(22008); //('Internal error: Trying to plot free Windrose even though type is not a free windorose');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

    public function SetImage($aFileR1, $aScaleC1 = null, $aMixR2 = null, $aC2 = null, $aFile = null, $aScale = 1.0, $aMix = 100)
Severity: Minor
Found in src/text/GTextTable.php by phpcodesniffer

Line exceeds 120 characters; contains 126 characters
Open

        if ((($this->iRow > 0 && $idx == 1) || ($this->iRow + $this->iRowSpan - 1 < $this->iTable->iSize[0] - 1 && $idx == 2))
Severity: Minor
Found in src/text/GTextTableCell.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

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

Line exceeds 120 characters; contains 180 characters
Open

                    Util\JpGraphError::RaiseL(22018, $idx); //('You have specified data for the same compass direction twice, once with text and once with index (Index='.$idx.')');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer
Severity
Category
Status
Source
Language