corrade-nucleus-nucleons – Diff between revs 1 and 11

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 11
Line 1... Line 1...
1 /* 1 /*
2 Highcharts JS v5.0.10 (2017-03-31) 2 Highcharts JS v5.0.12 (2017-05-24)
Line 3... Line 3...
3   3  
Line 4... Line 4...
4 3D features for Highcharts JS 4 3D features for Highcharts JS
5   5  
-   6 @license: www.highcharts.com/license
6 @license: www.highcharts.com/license 7 */
-   8 (function(z){"object"===typeof module&&module.exports?module.exports=z:z(Highcharts)})(function(z){(function(d){var r=d.deg2rad,v=d.pick;d.perspective=function(w,x,t){var l=x.options.chart.options3d,h=t?x.inverted:!1,f=x.plotWidth/2,m=x.plotHeight/2,u=l.depth/2,c=v(l.depth,1)*v(l.viewDistance,0),a=x.scale3d||1,b=r*l.beta*(h?-1:1),l=r*l.alpha*(h?-1:1),e=Math.cos(l),g=Math.cos(-b),k=Math.sin(l),A=Math.sin(-b);t||(f+=x.plotLeft,m+=x.plotTop);return d.map(w,function(b){var d,q;q=(h?b.y:b.x)-f;var p=(h?
7 */ 9 b.x:b.y)-m,G=(b.z||0)-u;d=g*q-A*G;b=-k*A*q+e*p-g*k*G;q=e*A*q+k*p+e*g*G;p=0(q+u+c):1;d=d*p*a+f;b=b*p*a+m;return{x:h?b:d,y:h?d:b,z:q*a+u}})};d.pointCameraDistance=function(d,r){var t=r.options.chart.options3d,l=r.plotWidth/2;r=r.plotHeight/2;t=v(t.depth,1)*v(t.viewDistance,0)+t.depth;return Math.sqrt(Math.pow(l-d.plotX,2)+Math.pow(r-d.plotY,2)+Math.pow(t-d.plotZ,2))};d.shapeArea=function(d){var r=0,t,l;for(t=0;t<d.length;t++)l=(t+1)%d.length,r+=d[t].x*d[l].y-d[l].x*
-   10  
-   11  
-   12  
-   13  
-   14  
-   15  
-   16  
-   17  
-   18  
-   19  
8 (function(t){"object"===typeof module&&module.exports?module.exports=t:t(Highcharts)})(function(t){(function(b){var r=b.deg2rad,d=b.pick;b.perspective=function(p,q,y){var h=q.options.chart.options3d,m=y?q.inverted:!1,l=q.plotWidth/2,e=q.plotHeight/2,f=h.depth/2,n=d(h.depth,1)*d(h.viewDistance,0),c=q.scale3d||1,a=r*h.beta*(m?-1:1),h=r*h.alpha*(m?-1:1),k=Math.cos(h),u=Math.cos(-a),z=Math.sin(h),A=Math.sin(-a);y||(l+=q.plotLeft,e+=q.plotTop);return b.map(p,function(a){var b,h;h=(m?a.y:a.x)-l;var d=(m? 20  
-   21  
9 a.x:a.y)-e,p=(a.z||0)-f;b=u*h-A*p;a=-z*A*h+k*d-u*z*p;h=k*A*h+z*d+k*u*p;d=0(h+f+n):1;b=b*d*c+l;a=a*d*c+e;return{x:m?a:b,y:m?b:a,z:h*c+f}})};b.pointCameraDistance=function(b,q){var p=q.options.chart.options3d,h=q.plotWidth/2;q=q.plotHeight/2;p=d(p.depth,1)*d(p.viewDistance,0)+p.depth;return Math.sqrt(Math.pow(h-b.plotX,2)+Math.pow(q-b.plotY,2)+Math.pow(p-b.plotZ,2))}})(t);(function(b){function r(a){var c=0,g,D;for(g=0;g<a.length;g++)D=(g+1)%a.length,c+=a[g].x*a[D].y- 22  
-   23  
10   24  
11   25  
12   26  
13   27  
14   28  
-   29  
15   30  
16   31  
17   32  
18   33  
19   34  
20   35  
21   36  
22   37  
23   38  
24   39  
25   40  
26   41  
27   42  
28   43  
29   44  
30   45  
-   46  
31   47  
32   48  
-   49  
-   50  
33   51  
34   52  
35   53  
-   54  
-   55  
36   56  
37   57  
-   58  
-   59  
38   60  
39   61  
40   62  
41   63  
42   64  
-   65  
43   66  
44   67  
45   68  
46   69  
47   70