Merge branch 'QA_3_5-jqplot' into QA_3_5

This commit is contained in:
Atul Pratap Singh 2012-09-22 16:30:58 +05:30
commit d1a7a8560a
2 changed files with 1439 additions and 1 deletions

1438
js/jqplot/excanvas.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -423,7 +423,7 @@ $GLOBALS['js_include'][] = 'jquery/jquery.tablesorter.js';
$GLOBALS['js_include'][] = 'jquery/jquery.cookie.js'; // For tab persistence
/* < IE 9 doesn't support canvas natively */
if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER < 9) {
$GLOBALS['js_include'][] = 'canvg/flashcanvas.js';
$GLOBALS['js_include'][] = 'jqplot/excanvas.js';
}
$GLOBALS['js_include'][] = 'canvg/canvg.js';
// for charting