mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-21 17:58:41 +02:00
* include/functions_graph.php include/graphs/functions_flot.php include/graphs/flot include/graphs/flot/jquery.flot.resize.min.js include/graphs/flot/jquery.flot.min.js include/graphs/flot/pandora.flot.js include/graphs/flot/jquery.flot.symbol.min.js include/graphs/flot/jquery.flot.selection.min.js include/graphs/flot/jquery.flot.stack.min.js include/graphs/flot/jquery.flot.threshold.js include/graphs/flot/jquery.flot.pie.min.js include/graphs/flot/jquery.flot.crosshair.min.js include/graphs/fgraph.php include/graphs/functions_utils.php include/javascript/pandora.js include/javascript/jquery.mousewheel.js include/javascript/jquery-1.6.1.min.js include/ajax/events.php include/include_graph_dependencies.php operation/agentes/estado_generalagente.php operation/agentes/stat_win.php images/zoom_cross.png images/zoom_cross.disabled.png images/chart_curve_overview.png godmode/setup/setup_visuals.php godmode/users/configure_user.php: Added a new graphs engine (Flot) and replace the old flash charts by it. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5685 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
1 line
755 B
JavaScript
1 line
755 B
JavaScript
(function(b){function a(h,e,g){var d={square:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI)/2;k.rect(j-l,n-l,l+l,l+l)},diamond:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI/2);k.moveTo(j-l,n);k.lineTo(j,n-l);k.lineTo(j+l,n);k.lineTo(j,n+l);k.lineTo(j-l,n)},triangle:function(l,k,o,j,n){var m=j*Math.sqrt(2*Math.PI/Math.sin(Math.PI/3));var i=m*Math.sin(Math.PI/3);l.moveTo(k-m/2,o+i/2);l.lineTo(k+m/2,o+i/2);if(!n){l.lineTo(k,o-i/2);l.lineTo(k-m/2,o+i/2)}},cross:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI)/2;k.moveTo(j-l,n-l);k.lineTo(j+l,n+l);k.moveTo(j-l,n+l);k.lineTo(j+l,n-l)}};var f=e.points.symbol;if(d[f]){e.points.symbol=d[f]}}function c(d){d.hooks.processDatapoints.push(a)}b.plot.plugins.push({init:c,name:"symbols",version:"1.0"})})(jQuery); |