File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -283,9 +283,9 @@ input:checked + .visualizer-slider:before {
283
283
padding-top : 20px ;
284
284
padding-bottom : 20px ;
285
285
}
286
- .visualizer-chart-title {
287
286
288
- text-align : center;
289
- font-weight : bold;
287
+ .visualizer-chart-title {
290
288
padding-bottom : 5px ;
291
- }
289
+ font-weight : bold;
290
+ text-align : center;
291
+ }
Original file line number Diff line number Diff line change 139
139
140
140
if ( settings . hAxis ) {
141
141
if ( settings . hAxis . textStyle && settings . hAxis . textStyle !== '' ) {
142
- settings . hAxis . textStyle = { color : settings . hAxis . textStyle } ;
142
+ if ( typeof ( settings . hAxis . textStyle ) === "string" ) {
143
+ settings . hAxis . textStyle = { color : settings . hAxis . textStyle } ;
144
+ }
143
145
}
144
146
}
145
147
146
148
if ( settings . vAxis ) {
147
149
if ( settings . vAxis . textStyle && settings . vAxis . textStyle !== '' ) {
148
- settings . vAxis . textStyle = { color : settings . vAxis . textStyle } ;
150
+ if ( typeof ( settings . vAxis . textStyle ) === "string" ) {
151
+ settings . vAxis . textStyle = { color : settings . vAxis . textStyle } ;
152
+ }
149
153
}
150
154
}
151
155
Original file line number Diff line number Diff line change 2
2
# This file is distributed under the GPL v2.0 or later.
3
3
msgid ""
4
4
msgstr ""
5
- "Project-Id-Version : Visualizer: Charts and Graphs Lite 2.1.7 \n "
5
+ "Project-Id-Version : Visualizer: Charts and Graphs Lite 2.1.8 \n "
6
6
"Report-Msgid-Bugs-To : https://github.com/Codeinwp/visualizer/issues\n "
7
- "POT-Creation-Date : 2017-06-19 10:36:34 +00:00\n "
7
+ "POT-Creation-Date : 2017-07-07 08:28:42 +00:00\n "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=utf-8\n "
10
10
"Content-Transfer-Encoding : 8bit\n "
@@ -153,10 +153,6 @@ msgstr ""
153
153
msgid "No charts found"
154
154
msgstr ""
155
155
156
- #: classes/Visualizer/Render/Library.php:163
157
- msgid "No Title"
158
- msgstr ""
159
-
160
156
#: classes/Visualizer/Render/Library.php:189
161
157
#: classes/Visualizer/Render/Templates.php:68
162
158
msgid "Delete"
You can’t perform that action at this time.
0 commit comments