Skip to content

Commit 7182392

Browse files
Update upsell content Codeinwp/visualizer-pro#313
1 parent 512ba3c commit 7182392

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

classes/Visualizer/Render/Library.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private function _renderSidebar() {
365365
echo '<li>' . __( '11 more chart types', 'visualizer' ) . '</li>';
366366
echo '<li>' . __( 'Manual Data Editor', 'visualizer' ) . '</li>';
367367
echo '<li>' . __( 'ChartJS Charts', 'visualizer' ) . '</li>';
368-
echo '<li>' . __( 'DataTable Google Chart', 'visualizer' ) . '</li>';
368+
echo '<li>' . __( 'Table Google chart as Datatable is the one present in free', 'visualizer' ) . '</li>';
369369
echo '<li>' . __( 'Frontend Actions(Print Chart, Export to CSV, Export to Excel, Copy, Download Chart Image)', 'visualizer' ) . '</li></ul>';
370370
}
371371
echo '<p><a href="' . Visualizer_Plugin::PRO_TEASER_URL . '" target="_blank" class="button button-primary">' . __( 'View more features', 'visualizer' ) . '</a></p>';

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ A simple and powerful WordPress chart plugin to create responsive charts & table
1616

1717
The plugin uses Google Visualization API, DataTables.net and ChartJS to add responsive & animated charts, graphs and tables, which support cross-browser compatibility and display perfectly on mobile devices. You can greatly customize all aspects of the charts and tables, and import the data from Excel, CSV, Google Sheets and more!
1818

19-
### 9 Chart types + 6 more in the pro version ###
20-
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. In the free version, it has line charts, area charts, bar charts, column charts, pie charts, geo charts, table charts, bubble charts, scatter charts. 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.
19+
### 4 Chart types + 11 more in the pro version ###
20+
This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. In the free version, it has line charts, bar charts, pie charts, table charts. 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.
2121

2222
### One of the best table plugin for wordpress ###
2323
On top of our responsive charts and graphs, you can also add our responsive tables to your posts and pages, and customize them however you like. Not only can you customize the design of the tables, you can add sorting capabilities, pagination, search and more. You can view a few examples of what can be done <a href="https://demo.themeisle.com/visualizer/table-chart/">here</a>, but many more things can be done, including pricing tables and product tables.

templates/more.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="pro-feature-inner">
66
<div class="pro-feature-features">
77
<h2>More charts!</h2>
8-
<p>Gain access to 6 more charts right away, and more in the future. So far these include the gauge, candlestick, timeline, combo, polar area and radar charts.</p>
8+
<p>Gain access to 11 more charts right away, and more in the future. So far these include the area, geo, column, bubble, scatter, gauge, candlestick, timeline, combo, polar area and radar/spider charts.</p>
99
<p>Of course, these are fully customizable!</p>
1010
</div>
1111
<div class="pro-feature-image"><img src="<?php echo VISUALIZER_ABSURL; ?>/images/pro/more_charts.png"></div>

0 commit comments

Comments
 (0)