| @@ -598,9 +598,9 @@ | ||
| 598 | 598 | public static function _renderTabHelp( $args ) { |
| 599 | 599 | $chart_id = $args[1]; |
| 600 | 600 | $type = get_post_meta( $chart_id, Visualizer_Plugin::CF_CHART_TYPE, true ); |
| 601 | 601 | switch ( $type ) { |
| 602 | - case 'dataTable': | |
| 602 | + case 'tabular': | |
| 603 | 603 | $type = 'table'; |
| 604 | 604 | break; |
| 605 | 605 | case 'polarArea': |
| 606 | 606 | $type = 'polar-area'; |