Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-09-10 09:58:23 +0400
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-09-10 09:58:23 +0400
commitcd6f0d7ad77014b1d98faf55ba07300747d2cd68 (patch)
tree91afeb42a3c2b260c1d4be841ee69d82f24ef4f0
parentf724a9ae91035321ac755c17b880304026c28c53 (diff)
parentfe69e4b73778dfdf3931a0117d8742931d3515db (diff)
Merge branch 'QA_3_5'
-rw-r--r--js/tbl_chart.js5
-rw-r--r--js/tbl_zoom_plot_jqplot.js5
2 files changed, 10 insertions, 0 deletions
diff --git a/js/tbl_chart.js b/js/tbl_chart.js
index 1da2e0445d..97654e019e 100644
--- a/js/tbl_chart.js
+++ b/js/tbl_chart.js
@@ -39,6 +39,11 @@ $(function() {
}
var currentSettings = {
+ grid: {
+ drawBorder: false,
+ shadow: false,
+ background: 'rgba(0,0,0,0)'
+ },
axes: {
xaxis: {
label: $('input[name="xaxis_label"]').val(),
diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js
index cb01a35a7f..afba420841 100644
--- a/js/tbl_zoom_plot_jqplot.js
+++ b/js/tbl_zoom_plot_jqplot.js
@@ -436,6 +436,11 @@ $(document).ready(function() {
// for a scatter plot
{ showLine: false }
],
+ grid: {
+ drawBorder: false,
+ shadow: false,
+ background: 'rgba(0,0,0,0)'
+ },
axes: {
xaxis: {
label: $('#tableid_0').val(),