@@ -57,7 +57,7 @@ class GeneralSettings extends Component {
57
57
} }
58
58
/>
59
59
60
- { ( - 1 >= [ 'tabular' , 'gauge' , 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
60
+ { ( - 1 >= [ 'tabular' , 'dataTable' , ' gauge', 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
61
61
< SelectControl
62
62
label = { __ ( 'Chart Title Position' ) }
63
63
help = { __ ( 'Where to place the chart title, compared to the chart area.' ) }
@@ -74,7 +74,7 @@ class GeneralSettings extends Component {
74
74
/>
75
75
) }
76
76
77
- { ( - 1 >= [ 'tabular' , 'gauge' , 'geo' , 'timeline' ] . indexOf ( type ) ) && (
77
+ { ( - 1 >= [ 'tabular' , 'dataTable' , ' gauge', 'geo' , 'timeline' ] . indexOf ( type ) ) && (
78
78
< BaseControl
79
79
label = { __ ( 'Chart Title Color' ) }
80
80
>
@@ -88,7 +88,7 @@ class GeneralSettings extends Component {
88
88
</ BaseControl >
89
89
) }
90
90
91
- { ( - 1 >= [ 'tabular' , 'gauge' , 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
91
+ { ( - 1 >= [ 'tabular' , 'dataTable' , ' gauge', 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
92
92
< SelectControl
93
93
label = { __ ( 'Axes Titles Position' ) }
94
94
help = { __ ( 'Determines where to place the axis titles, compared to the chart area.' ) }
@@ -107,7 +107,7 @@ class GeneralSettings extends Component {
107
107
108
108
</ PanelBody >
109
109
110
- { ( - 1 >= [ 'tabular' , 'gauge' , 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
110
+ { ( - 1 >= [ 'tabular' , 'dataTable' , ' gauge', 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
111
111
< PanelBody
112
112
title = { __ ( 'Font Styles' ) }
113
113
className = "visualizer-inner-sections"
@@ -167,7 +167,7 @@ class GeneralSettings extends Component {
167
167
</ PanelBody >
168
168
) }
169
169
170
- { ( - 1 >= [ 'tabular' , 'gauge' , 'geo' , 'timeline' ] . indexOf ( type ) ) && (
170
+ { ( - 1 >= [ 'tabular' , 'dataTable' , ' gauge', 'geo' , 'timeline' ] . indexOf ( type ) ) && (
171
171
< PanelBody
172
172
title = { __ ( 'Legend' ) }
173
173
className = "visualizer-inner-sections"
@@ -230,7 +230,7 @@ class GeneralSettings extends Component {
230
230
</ PanelBody >
231
231
) }
232
232
233
- { ( - 1 >= [ 'tabular' , 'gauge' , 'geo' ] . indexOf ( type ) ) && (
233
+ { ( - 1 >= [ 'tabular' , 'dataTable' , ' gauge', 'geo' ] . indexOf ( type ) ) && (
234
234
< PanelBody
235
235
title = { __ ( 'Tooltip' ) }
236
236
className = "visualizer-inner-sections"
@@ -282,7 +282,7 @@ class GeneralSettings extends Component {
282
282
</ PanelBody >
283
283
) }
284
284
285
- { ( - 1 >= [ 'tabular' , 'gauge' , 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
285
+ { ( - 1 >= [ 'tabular' , 'dataTable' , ' gauge', 'geo' , 'pie' , 'timeline' ] . indexOf ( type ) ) && (
286
286
< PanelBody
287
287
title = { __ ( 'Animation' ) }
288
288
className = "visualizer-inner-sections"
0 commit comments