Skip to content

Commit 9afe6ad

Browse files
committed
Fixed bad link on grid lines
1 parent 534092a commit 9afe6ad

File tree

7 files changed

+37
-22
lines changed

7 files changed

+37
-22
lines changed

classes/Visualizer/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class Visualizer_Plugin {
3030

3131
const NAME = 'visualizer';
32-
const VERSION = '1.7.0';
32+
const VERSION = '1.7.1';
3333

3434
// custom post types
3535
const CPT_VISUALIZER = 'visualizer';

classes/Visualizer/Render/Sidebar/Graph.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,12 @@ protected function _renderHorizontalAxisFormatField() {
426426
'%s<br><br>%s<br><br>%s',
427427
esc_html__( 'Enter custom format pattern to apply to horizontal axis labels.', 'visualizer' ),
428428
sprintf(
429-
esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%1$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #%3$% percentage format then your values will be multiplied by 100.', 'visualizer' ),
429+
esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%2$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #&#37;&#37; percentage format then your values will be multiplied by 100.','visualizer' ),
430430
'<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">',
431431
'</a>'
432432
),
433433
sprintf(
434-
esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%1$s.', 'visualizer' ),
434+
esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.','visualizer' ),
435435
'<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">',
436436
'</a>'
437437
)
@@ -455,12 +455,12 @@ protected function _renderVerticalAxisFormatField() {
455455
'%s<br><br>%s<br><br>%s',
456456
esc_html__( 'Enter custom format pattern to apply to vertical axis labels.', 'visualizer' ),
457457
sprintf(
458-
esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%1$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #%3$% percentage format then your values will be multiplied by 100.', 'visualizer' ),
458+
esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%2$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #&#37;&#37; percentage format then your values will be multiplied by 100.','visualizer' ),
459459
'<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">',
460460
'</a>'
461461
),
462462
sprintf(
463-
esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%1$s.', 'visualizer' ),
463+
esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.','visualizer' ),
464464
'<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">',
465465
'</a>'
466466
)

css/media.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Version: 1.7.0
2+
Version: 1.7.1
33
*/
44
#visualizer-library-view {
55
padding: 30px 10px 10px 30px;

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Visualizer: Charts and Graphs Lite
55
Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
66
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.0
7+
Version: 1.7.1
88
Author: Themeisle
99
Author URI: http://themeisle.com
1010
License: GPL v2.0 or later

languages/visualizer.pot

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL v2.0 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Visualizer: Charts and Graphs Lite 1.6.6\n"
5+
"Project-Id-Version: Visualizer: Charts and Graphs Lite 1.7.0\n"
66
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/visualizer/issues\n"
7-
"POT-Creation-Date: 2016-10-20 11:18:21+00:00\n"
7+
"POT-Creation-Date: 2016-10-20 22:05:09+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -94,32 +94,32 @@ msgid "Pro Addon"
9494
msgstr ""
9595

9696
#: classes/Visualizer/Module/Chart.php:332
97-
#: classes/Visualizer/Module/Chart.php:394
97+
#: classes/Visualizer/Module/Chart.php:396
9898
msgid "Please, enter the URL of CSV file:"
9999
msgstr ""
100100

101101
#: classes/Visualizer/Module/Chart.php:333
102-
#: classes/Visualizer/Module/Chart.php:395
102+
#: classes/Visualizer/Module/Chart.php:397
103103
msgid "You have entered invalid URL. Please, insert proper URL."
104104
msgstr ""
105105

106-
#: classes/Visualizer/Module/Chart.php:409
106+
#: classes/Visualizer/Module/Chart.php:411
107107
msgid "Save Chart"
108108
msgstr ""
109109

110-
#: classes/Visualizer/Module/Chart.php:410
110+
#: classes/Visualizer/Module/Chart.php:412
111111
msgid "Create Chart"
112112
msgstr ""
113113

114-
#: classes/Visualizer/Module/Chart.php:412
114+
#: classes/Visualizer/Module/Chart.php:414
115115
msgid "Insert Chart"
116116
msgstr ""
117117

118-
#: classes/Visualizer/Module/Chart.php:471
118+
#: classes/Visualizer/Module/Chart.php:473
119119
msgid "CSV file with chart data was not uploaded. Please, try again."
120120
msgstr ""
121121

122-
#: classes/Visualizer/Module/Chart.php:486
122+
#: classes/Visualizer/Module/Chart.php:488
123123
msgid "CSV file is broken or invalid. Please, try again."
124124
msgstr ""
125125

@@ -496,6 +496,23 @@ msgid "Enter custom format pattern to apply to horizontal axis labels."
496496
msgstr ""
497497

498498
#: 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+
499516
#: classes/Visualizer/Render/Sidebar/Graph.php:458
500517
msgid ""
501518
"For number axis labels, this is a subset of the decimal formatting %1$sICU "
@@ -504,17 +521,12 @@ msgid ""
504521
"your values will be multiplied by 100."
505522
msgstr ""
506523

507-
#: classes/Visualizer/Render/Sidebar/Graph.php:434
508524
#: classes/Visualizer/Render/Sidebar/Graph.php:463
509525
msgid ""
510526
"For date axis labels, this is a subset of the date formatting %1$sICU date "
511527
"and time format%1$s."
512528
msgstr ""
513529

514-
#: classes/Visualizer/Render/Sidebar/Graph.php:456
515-
msgid "Enter custom format pattern to apply to vertical axis labels."
516-
msgstr ""
517-
518530
#: classes/Visualizer/Render/Sidebar/Linear.php:80
519531
msgid "Straight line without curve"
520532
msgstr ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualizer",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Visualizer Lite",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
7070

7171
== Changelog ==
7272

73+
= 1.7.1=
74+
* Fixed grid lines error links
75+
7376
= 1.7.0=
7477
* Fixed responsive issues
7578
* Fixed issues with zero margin values

0 commit comments

Comments
 (0)