added JS tooltips to the bar and line charts. Other types generate warnings for now.

This commit is contained in:
Martynas Mickevicius
2010-07-20 20:29:19 +03:00
parent 979aa9a7ed
commit c40e145597
4 changed files with 1579 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ if (! defined('PMA_NO_VARIABLES_IMPORT')) {
*/
require_once './libraries/common.inc.php';
$GLOBALS['js_include'][] = 'overlib.js';
$GLOBALS['js_include'][] = 'pMap.js';
/**
* Runs common work
*/