Passed
Branch master (8f5e6a)
by Felipe
06:03
created
Examples/examples_tables/tableex00.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 $cols = 4;
7 7
 $rows = 3;
8 8
 $data = array( array('','Jan','Feb','Mar','Apr'),
9
-           array('Min','15.2', '12.5', '9.9', '70.0'),
10
-           array('Max','23.9', '14.2', '18.6', '71.3'));
9
+            array('Min','15.2', '12.5', '9.9', '70.0'),
10
+            array('Max','23.9', '14.2', '18.6', '71.3'));
11 11
 
12 12
 // Create a basic graph context
13 13
 $graph = new CanvasGraph(300, 200);
Please login to merge, or discard this patch.
Examples/examples_tables/tableex05.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 require_once('jpgraph/jpgraph_table.php');
5 5
 
6 6
 $data = array( array('','Jan','Feb','Mar','Apr','May','Jun'),
7
-           array('Team 1','15.2', '12.5', '9.9', '70.0', '22.4','21.5'),
8
-           array('Team 2','23.9', '14.2', '18.6', '71.3','66.8','42.6'),
9
-           array('Sum:')
7
+            array('Team 1','15.2', '12.5', '9.9', '70.0', '22.4','21.5'),
8
+            array('Team 2','23.9', '14.2', '18.6', '71.3','66.8','42.6'),
9
+            array('Sum:')
10 10
 );
11 11
 
12 12
 $r = count($data);
Please login to merge, or discard this patch.
Examples/examples_tables/tableex04.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 require_once('jpgraph/jpgraph_table.php');
5 5
 
6 6
 $data = array( array('','Jan','Feb','Mar','Apr','May','Jun'),
7
-           array('Team 1','15.2', '12.5', '9.9', '70.0', '22.4','21.5'),
8
-           array('Team 2','23.9', '14.2', '18.6', '71.3','66.8','42.6'),
9
-           array('Sum:')
7
+            array('Team 1','15.2', '12.5', '9.9', '70.0', '22.4','21.5'),
8
+            array('Team 2','23.9', '14.2', '18.6', '71.3','66.8','42.6'),
9
+            array('Sum:')
10 10
 );
11 11
 
12 12
 $r = count($data);
Please login to merge, or discard this patch.
Examples/examples_tables/tableex01_csim.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 $cols = 4;
7 7
 $rows = 3;
8 8
 $data = array( array('','Jan','Feb','Mar','Apr'),
9
-           array('Min','15.2', '12.5', '9.9', '70.0'),
10
-           array('Max','23.9', '14.2', '18.6', '71.3'));
9
+            array('Min','15.2', '12.5', '9.9', '70.0'),
10
+            array('Max','23.9', '14.2', '18.6', '71.3'));
11 11
 
12 12
 // Setup basic graph canvas
13 13
 $graph = new CanvasGraph(300, 200);
Please login to merge, or discard this patch.
Examples/examples_tables/tableex03.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,10 +6,10 @@
 block discarded – undo
6 6
 $cols = 4;
7 7
 $rows = 3;
8 8
 $data = array( array('2007'),
9
-               array('','Q1','','','Q2'),
10
-           array('','Jan','Feb','Mar','Apr','May','Jun'),
11
-           array('Min','15.2', '12.5', '9.9', '70.0', '22.4','21.5'),
12
-           array('Max','23.9', '14.2', '18.6', '71.3','66.8','42.6'));
9
+                array('','Q1','','','Q2'),
10
+            array('','Jan','Feb','Mar','Apr','May','Jun'),
11
+            array('Min','15.2', '12.5', '9.9', '70.0', '22.4','21.5'),
12
+            array('Max','23.9', '14.2', '18.6', '71.3','66.8','42.6'));
13 13
 
14 14
 $q=1;
15 15
 
Please login to merge, or discard this patch.
Examples/examples_polar/polarex3.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 $data = array(0,1,10,2,30,25,40,60,
9
-          50,110,60,160,70,210,75,230,80,260,
10
-          85,270,90,280,
11
-          95,270,100,260,105,230,
12
-          110,210,120,160,130,110,140,60,
13
-          150,25,170,2,180,1);
9
+            50,110,60,160,70,210,75,230,80,260,
10
+            85,270,90,280,
11
+            95,270,100,260,105,230,
12
+            110,210,120,160,130,110,140,60,
13
+            150,25,170,2,180,1);
14 14
 
15 15
 
16 16
 $graph = new PolarGraph(300, 300);
Please login to merge, or discard this patch.
Examples/examples_polar/polarex8.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 $data = array(0,1,10,2,30,25,40,60,
9
-          50,110,60,160,70,210,75,230,80,260,85,370,
10
-          90,480,
11
-          95,370,100,260,105,230,
12
-          110,210,120,160,130,110,140,60,
13
-          150,25,170,2,180,1);
9
+            50,110,60,160,70,210,75,230,80,260,85,370,
10
+            90,480,
11
+            95,370,100,260,105,230,
12
+            110,210,120,160,130,110,140,60,
13
+            150,25,170,2,180,1);
14 14
 
15 15
 $graph = new PolarGraph(350, 400);
16 16
 $graph->SetScale('log', 100);
Please login to merge, or discard this patch.
Examples/examples_polar/polarex7-2.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 $data = array(0,1,30,2,30,25,40,60,
9
-          50,110,60,160,70,210,75,230,80,260,85,370,
10
-          90,480,
11
-          95,370,100,260,105,230,
12
-          110,210,120,160,130,110,140,60,
13
-          150,25,150,2,180,1);
9
+            50,110,60,160,70,210,75,230,80,260,85,370,
10
+            90,480,
11
+            95,370,100,260,105,230,
12
+            110,210,120,160,130,110,140,60,
13
+            150,25,150,2,180,1);
14 14
 
15 15
 $n = count($data);
16 16
 for ($i=0; $i < $n; $i += 2) {
Please login to merge, or discard this patch.
Examples/examples_polar/polarex7-1.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 $data = array(0,1,30,2,30,25,40,60,
9
-          50,110,60,160,70,210,75,230,80,260,85,370,
10
-          90,480,
11
-          95,370,100,260,105,230,
12
-          110,210,120,160,130,110,140,60,
13
-          150,25,150,2,180,1);
9
+            50,110,60,160,70,210,75,230,80,260,85,370,
10
+            90,480,
11
+            95,370,100,260,105,230,
12
+            110,210,120,160,130,110,140,60,
13
+            150,25,150,2,180,1);
14 14
 
15 15
 $graph = new PolarGraph(300, 350);
16 16
 $graph->SetScale('log', 100);
Please login to merge, or discard this patch.