From 862282ce99760832d3e9e5b4b1171b861105e004 Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Mon, 25 Mar 2013 10:24:28 +0100 Subject: move old stuff away --- heap/ebus/webhdf/static/lib/flot-0.7/jquery.flot.symbol.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 heap/ebus/webhdf/static/lib/flot-0.7/jquery.flot.symbol.min.js (limited to 'heap/ebus/webhdf/static/lib/flot-0.7/jquery.flot.symbol.min.js') diff --git a/heap/ebus/webhdf/static/lib/flot-0.7/jquery.flot.symbol.min.js b/heap/ebus/webhdf/static/lib/flot-0.7/jquery.flot.symbol.min.js new file mode 100644 index 0000000..272e003 --- /dev/null +++ b/heap/ebus/webhdf/static/lib/flot-0.7/jquery.flot.symbol.min.js @@ -0,0 +1 @@ +(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); \ No newline at end of file -- cgit v1.2.1