Skip to content

Commit 3fb9ff4

Browse files
Merge pull request #725 from contactashish13/issue-524
look for table chart instead of tabular charts
2 parents 78f0986 + c4e9b7c commit 3fb9ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Layout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public static function _renderTabHelp( $args ) {
599599
$chart_id = $args[1];
600600
$type = get_post_meta( $chart_id, Visualizer_Plugin::CF_CHART_TYPE, true );
601601
switch ( $type ) {
602-
case 'dataTable':
602+
case 'tabular':
603603
$type = 'table';
604604
break;
605605
case 'polarArea':

0 commit comments

Comments
 (0)