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 15:24:04 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-13 15:24:04 +0400
commit3d823620b20fcd87f02a1d2832d2968cd0d3bbbe (patch)
tree2647542dd2047e00c90991d4bcacda5b1a77fee1 /tbl_zoom_select.php
parentaa5551b2dbaed6b140c58fcd6e5701855b671494 (diff)
simple plot
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 9e52a6cc15..527cc3a099 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -19,15 +19,14 @@ require_once './libraries/tbl_info.inc.php';
$GLOBALS['js_include'][] = 'makegrid.js';
$GLOBALS['js_include'][] = 'sql.js';
$GLOBALS['js_include'][] = 'functions.js';
-$GLOBALS['js_include'][] = 'tbl_zoom_plot.js';
$GLOBALS['js_include'][] = 'date.js';
$GLOBALS['js_include'][] = 'jquery/jquery.mousewheel.js';
-$GLOBALS['js_include'][] = 'highcharts/highcharts.js';
-/* Files required for chart exporting */
-$GLOBALS['js_include'][] = 'highcharts/exporting.js';
+$GLOBALS['js_include'][] = 'jqplot/jquery.jqplot.js';
+$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.canvasTextRenderer.js';
$GLOBALS['js_include'][] = 'canvg/canvg.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
+$GLOBALS['js_include'][] = 'tbl_zoom_plot_jqplot.js';
/**