File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Visualizer_Render_Sidebar_Type_GoogleCharts_Bar extends Visualizer_Render_
41
41
public function __construct ( $ data = array () ) {
42
42
parent ::__construct ( $ data );
43
43
44
- // disable horizontal gridlines settings
44
+ // disable vertical gridlines settings
45
45
$ this ->_verticalGridLines = false ;
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Visualizer_Render_Sidebar_Type_GoogleCharts_Column extends Visualizer_Rend
41
41
public function __construct ( $ data = array () ) {
42
42
parent ::__construct ( $ data );
43
43
44
- // disable vertical gridlines settings
44
+ // disable horizontal gridlines settings
45
45
$ this ->_horizontalGridLines = false ;
46
46
}
47
47
You can’t perform that action at this time.
0 commit comments