HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 140 characters
Open

    public function SetAxisLabelBackground($aType, $aXFColor = 'lightgray', $aXColor = 'black', $aYFColor = 'lightgray', $aYColor = 'black')
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

            Util\JpGraphError::RaiseL(25040); //('It is not possible to specify both a background image and a background country flag.');
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 269 characters
Open

            //(" 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.");
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

                $xtick                        = $aScale->scale_abs[0] + $start_abs + $this->xtick_offset * $min_step_abs + $i * $maj_step_abs;
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 175 characters
Open

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

Line exceeds 120 characters; contains 139 characters
Open

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

Line exceeds 120 characters; contains 182 characters
Open

    public function Set3DPerspective($aDir = 1, $aHorizon = 100, $aSkewDist = 120, $aQuality = false, $aFillColor = '#FFFFFF', $aBorder = false, $aMinSize = true, $aHorizonPos = 0.5)
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 198 characters
Open

                    Util\JpGraphError::RaiseL(25030); //('Missing script name in call to StrokeCSIM(). You must specify the name of the actual image script as the first parameter to StrokeCSIM().');
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

            $this->DoStroke($this->scale->ticks->maj_ticks_pos, $this->majortype, $this->majorcolor, $this->majorweight);
Severity: Minor
Found in src/graph/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

            //("Total percentage for all windrose legs in a windrose plot can not exceed  100% !\n(Current max is: ".$legsum.')');

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

Line exceeds 120 characters; contains 126 characters
Open

        $nbrmajticks = round(($aScale->GetMaxVal() - $aScale->GetMinVal() - $this->text_label_start) / $this->major_step) + 1;
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

                Util\JpGraphError::RaiseL(22002); //('Graph is too small to have a scale. Please make the graph larger.');

Line exceeds 120 characters; contains 133 characters
Open

                Util\JpGraphError::RaiseL(22010); //('Direction must either be a numeric value or one of the 16 compass directions');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 187 characters
Open

                Util\JpGraphError::RaiseL(22019); //('Index for direction must be between 0 and 15. You can\'t specify angles for a Regular Windplot, only index and compass directions.');
Severity: Minor
Found in src/plot/WindrosePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 168 characters
Open

            Util\JpGraphError::RaiseL(25044); //('Cannot use autoscaling since it is impossible to determine a valid min/max value  of the Y-axis (only null values).');
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

    public function Add($aTxt, $aColor, $aPlotmark = '', $aLinestyle = 0, $csimtarget = '', $csimalt = '', $csimwintarget = '')
Severity: Minor
Found in src/graph/Legend.php by phpcodesniffer

Line exceeds 120 characters; contains 135 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

Line exceeds 120 characters; contains 135 characters
Open

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

Line exceeds 120 characters; contains 138 characters
Open

            //('If you display both hour and minutes the hour intervall must be 1 (Otherwise it doesn\' make sense to display minutes).');
Severity: Minor
Found in src/graph/GanttScale.php by phpcodesniffer
Severity
Category
Status
Source
Language