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:
authorMarc Delisle <marc@infomarc.info>2012-05-13 16:45:11 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-13 16:45:11 +0400
commitf5ac325de83ca88662f44a19fbfb015baaadbb0c (patch)
tree19aa85328f633827e35bc0f63ce43d5dc0afb305 /tbl_zoom_select.php
parent3d823620b20fcd87f02a1d2832d2968cd0d3bbbe (diff)
Parse numbers; axis labels
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 527cc3a099..b67bbc48fb 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -23,6 +23,7 @@ $GLOBALS['js_include'][] = 'date.js';
$GLOBALS['js_include'][] = 'jquery/jquery.mousewheel.js';
$GLOBALS['js_include'][] = 'jqplot/jquery.jqplot.js';
$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.canvasTextRenderer.js';
+$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.canvasAxisLabelRenderer.js';
$GLOBALS['js_include'][] = 'canvg/canvg.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';