Skip to content

Commit 7b79118

Browse files
Inconsistent chart type listing in library, types screen and readme
1 parent e82ab3f commit 7b79118

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,7 @@ private static function handleDeprecatedCharts( $types, $enabledOnly, $get2Darra
422422

423423
switch ( $where ) {
424424
case 'types':
425-
return $types;
426-
break;
425+
// fall-through
427426
case 'library':
428427
// if the user has a Google Table chart, show it as deprecated otherwise remove the option from the library.
429428
if ( ! self::hasChartType( 'table' ) ) {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The plugin uses Google Visualization API and DataTables.net to add responsive &
3131
> **[Learn more about Visualizer PRO](http://themeisle.com/plugins/visualizer-charts-and-graphs/)**
3232

3333

34-
### 9 Chart types + 3 more in the pro version ###
34+
### 9 Chart types + 6 more in the pro version ###
3535
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. It is table chart, line chart, area chart, bar chart, column chart, pie chart, geo chart and scatter chart. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no extra plugins are required. Adding these charts to your page can be done in a few simple steps. The premium version can act as a interactive WordPress Table plugin, with sorting capabilities.
3636

3737
### Flexible and customizable ###

0 commit comments

Comments
 (0)