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 19:11:30 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-13 19:11:30 +0400
commitd00d62e141c9e0bcf268635037f3331c6924f2d7 (patch)
treec8d7ac5c7f5b4f52cb5a31cba5facce3d1130bdd /tbl_zoom_select.php
parentf5ac325de83ca88662f44a19fbfb015baaadbb0c (diff)
Highlighter for data label
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 b67bbc48fb..433f690bf5 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -24,6 +24,7 @@ $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'][] = 'jqplot/plugins/jqplot.highlighter.js';
$GLOBALS['js_include'][] = 'canvg/canvg.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';