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 /js/tbl_zoom_plot_jqplot.js
parentf724a9ae91035321ac755c17b880304026c28c53 (diff)
parentfe69e4b73778dfdf3931a0117d8742931d3515db (diff)
Merge branch 'QA_3_5'
Diffstat (limited to 'js/tbl_zoom_plot_jqplot.js')
-rw-r--r--js/tbl_zoom_plot_jqplot.js5
1 files changed, 5 insertions, 0 deletions
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(),