WordPress Charts and Graphs Lite - Version 1.7.2

Version Description

Download this release

Release Info

Developer codeinwp
Plugin Icon WordPress Charts and Graphs Lite
Version 1.7.2
Comparing to
See all releases

Code changes from version 1.7.1 to 1.7.2

CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
 
 
 
 
2
- Improved responsive mechanism
3
 
4
 
5
 
6
- Fixed bad link on grid lines
1
 
2
+
3
+
4
+
5
+
6
 
7
 
8
 
 
classes/Visualizer/Plugin.php CHANGED
@@ -29,7 +29,7 @@
29
  class Visualizer_Plugin {
30
 
31
  const NAME = 'visualizer';
32
- const VERSION = '1.7.1';
33
 
34
  // custom post types
35
  const CPT_VISUALIZER = 'visualizer';
29
  class Visualizer_Plugin {
30
 
31
  const NAME = 'visualizer';
32
+ const VERSION = '1.7.2';
33
 
34
  // custom post types
35
  const CPT_VISUALIZER = 'visualizer';
classes/Visualizer/Render/Sidebar.php CHANGED
@@ -526,7 +526,7 @@ abstract class Visualizer_Render_Sidebar extends Visualizer_Render {
526
  esc_html__( 'Number Format', 'visualizer' ),
527
  'series[' . $index . '][format]',
528
  isset( $this->series[ $index ]['format'] ) ? $this->series[ $index ]['format'] : '',
529
- sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU pattern set%1$s. Use something like #,### to get 1,234 as output, or $# to add dollar sign before digits. Pay attention that if you use #%3$% percentage format then your values will be multiplied by 100.', 'visualizer' ), '<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">', '</a>' ),
530
  '#,###.##'
531
  );
532
  break;
526
  esc_html__( 'Number Format', 'visualizer' ),
527
  'series[' . $index . '][format]',
528
  isset( $this->series[ $index ]['format'] ) ? $this->series[ $index ]['format'] : '',
529
+ sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU pattern set%1$s. Use something like #,### to get 1,234 as output, or $# to add dollar sign before digits. Pay attention that if you use &#37; percentage format then your values will be multiplied by 100.', 'visualizer' ), '<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">', '</a>' ),
530
  '#,###.##'
531
  );
532
  break;
css/media.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- Version: 1.7.1
3
  */
4
  #visualizer-library-view {
5
  padding: 30px 10px 10px 30px;
1
  /*
2
+ Version: 1.7.2
3
  */
4
  #visualizer-library-view {
5
  padding: 30px 10px 10px 30px;
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Visualizer: Charts and Graphs Lite
5
  Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
6
  Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
7
- Version: 1.7.1
8
  Author: Themeisle
9
  Author URI: http://themeisle.com
10
  License: GPL v2.0 or later
4
  Plugin Name: Visualizer: Charts and Graphs Lite
5
  Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
6
  Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
7
+ Version: 1.7.2
8
  Author: Themeisle
9
  Author URI: http://themeisle.com
10
  License: GPL v2.0 or later
js/render.js CHANGED
@@ -213,7 +213,7 @@
213
  resizeTimeout = setTimeout(v.render, 100);
214
  });
215
 
216
- resizeHiddenContainers(false);
217
  });
218
 
219
  $(window).load(function(){
213
  resizeTimeout = setTimeout(v.render, 100);
214
  });
215
 
216
+ resizeHiddenContainers(true);
217
  });
218
 
219
  $(window).load(function(){
languages/visualizer.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL v2.0 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Visualizer: Charts and Graphs Lite 1.7.0\n"
6
  "Report-Msgid-Bugs-To: https://github.com/Codeinwp/visualizer/issues\n"
7
- "POT-Creation-Date: 2016-10-20 22:05:09+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -496,37 +496,25 @@ msgid "Enter custom format pattern to apply to horizontal axis labels."
496
  msgstr ""
497
 
498
  #: classes/Visualizer/Render/Sidebar/Graph.php:429
 
499
  msgid ""
500
- "For number axis labels, this is a subset of the decimal formatting %sICU "
501
- "pattern set%s. For instance, $#,###.## will display values $1,234.56 for "
502
- "value 1234.56. Pay attention that if you use #%3$% percentage format then "
503
- "your values will be multiplied by 100."
504
  msgstr ""
505
 
506
  #: classes/Visualizer/Render/Sidebar/Graph.php:434
 
507
  msgid ""
508
- "For date axis labels, this is a subset of the date formatting %sICU date "
509
- "and time format%s."
510
  msgstr ""
511
 
512
  #: classes/Visualizer/Render/Sidebar/Graph.php:456
513
  msgid "Enter custom format pattern to apply to vertical axis labels."
514
  msgstr ""
515
 
516
- #: classes/Visualizer/Render/Sidebar/Graph.php:458
517
- msgid ""
518
- "For number axis labels, this is a subset of the decimal formatting %1$sICU "
519
- "pattern set%1$s. For instance, $#,###.## will display values $1,234.56 for "
520
- "value 1234.56. Pay attention that if you use #%3$% percentage format then "
521
- "your values will be multiplied by 100."
522
- msgstr ""
523
-
524
- #: classes/Visualizer/Render/Sidebar/Graph.php:463
525
- msgid ""
526
- "For date axis labels, this is a subset of the date formatting %1$sICU date "
527
- "and time format%1$s."
528
- msgstr ""
529
-
530
  #: classes/Visualizer/Render/Sidebar/Linear.php:80
531
  msgid "Straight line without curve"
532
  msgstr ""
@@ -1319,7 +1307,7 @@ msgstr ""
1319
  msgid ""
1320
  "Enter custom format pattern to apply to this series value, similar to the "
1321
  "%1$sICU pattern set%1$s. Use something like #,### to get 1,234 as output, "
1322
- "or $# to add dollar sign before digits. Pay attention that if you use #%3$% "
1323
  "percentage format then your values will be multiplied by 100."
1324
  msgstr ""
1325
 
2
  # This file is distributed under the GPL v2.0 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Visualizer: Charts and Graphs Lite 1.7.1\n"
6
  "Report-Msgid-Bugs-To: https://github.com/Codeinwp/visualizer/issues\n"
7
+ "POT-Creation-Date: 2016-11-23 13:55:43+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
496
  msgstr ""
497
 
498
  #: classes/Visualizer/Render/Sidebar/Graph.php:429
499
+ #: classes/Visualizer/Render/Sidebar/Graph.php:458
500
  msgid ""
501
+ "For number axis labels, this is a subset of the decimal formatting %1$sICU "
502
+ "pattern set%2$s. For instance, $#,###.## will display values $1,234.56 for "
503
+ "value 1234.56. Pay attention that if you use #&#37;&#37; percentage format "
504
+ "then your values will be multiplied by 100."
505
  msgstr ""
506
 
507
  #: classes/Visualizer/Render/Sidebar/Graph.php:434
508
+ #: classes/Visualizer/Render/Sidebar/Graph.php:463
509
  msgid ""
510
+ "For date axis labels, this is a subset of the date formatting %1$sICU date "
511
+ "and time format%2$s."
512
  msgstr ""
513
 
514
  #: classes/Visualizer/Render/Sidebar/Graph.php:456
515
  msgid "Enter custom format pattern to apply to vertical axis labels."
516
  msgstr ""
517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
518
  #: classes/Visualizer/Render/Sidebar/Linear.php:80
519
  msgid "Straight line without curve"
520
  msgstr ""
1307
  msgid ""
1308
  "Enter custom format pattern to apply to this series value, similar to the "
1309
  "%1$sICU pattern set%1$s. Use something like #,### to get 1,234 as output, "
1310
+ "or $# to add dollar sign before digits. Pay attention that if you use &#37; "
1311
  "percentage format then your values will be multiplied by 100."
1312
  msgstr ""
1313
 
readme.txt CHANGED
@@ -70,6 +70,9 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
70
 
71
  == Changelog ==
72
 
 
 
 
73
  = 1.7.1=
74
  * Fixed grid lines error links
75
 
70
 
71
  == Changelog ==
72
 
73
+ = 1.7.2=
74
+ * Improved charts responsive system
75
+
76
  = 1.7.1=
77
  * Fixed grid lines error links
78