sunrise-votes 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. data/README.rdoc +2 -4
  2. data/Rakefile +0 -22
  3. data/app/controllers/manage/ballot_box/votes_controller.rb +4 -0
  4. data/app/views/manage/ballot_box/votes/show.html.erb +211 -81
  5. data/lib/generators/sunrise/votes/install_generator.rb +1 -1
  6. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/highcharts.js +170 -0
  7. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/highcharts.src.js +11428 -0
  8. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/modules/exporting.js +22 -0
  9. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/modules/exporting.src.js +711 -0
  10. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/themes/dark-blue.js +263 -0
  11. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/themes/dark-green.js +263 -0
  12. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/themes/gray.js +262 -0
  13. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/themes/grid.js +96 -0
  14. data/lib/generators/sunrise/votes/templates/javascripts/highcharts/themes/skies.js +89 -0
  15. data/lib/sunrise/votes/version.rb +1 -1
  16. metadata +33 -79
  17. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/excanvas.min.js +0 -35
  18. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/jquery.jqplot.css +0 -226
  19. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/jquery.jqplot.min.js +0 -30
  20. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.BezierCurveRenderer.js +0 -312
  21. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.BezierCurveRenderer.min.js +0 -30
  22. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.barRenderer.js +0 -702
  23. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.barRenderer.min.js +0 -30
  24. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.blockRenderer.js +0 -234
  25. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.blockRenderer.min.js +0 -30
  26. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.bubbleRenderer.js +0 -748
  27. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.bubbleRenderer.min.js +0 -30
  28. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasAxisLabelRenderer.js +0 -199
  29. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasAxisLabelRenderer.min.js +0 -30
  30. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasAxisTickRenderer.js +0 -238
  31. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasAxisTickRenderer.min.js +0 -30
  32. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasOverlay.js +0 -614
  33. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasOverlay.min.js +0 -30
  34. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasTextRenderer.js +0 -420
  35. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.canvasTextRenderer.min.js +0 -30
  36. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.categoryAxisRenderer.js +0 -634
  37. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.categoryAxisRenderer.min.js +0 -30
  38. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.ciParser.js +0 -115
  39. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.ciParser.min.js +0 -30
  40. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.cursor.js +0 -1002
  41. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.cursor.min.js +0 -30
  42. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.dateAxisRenderer.js +0 -439
  43. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.dateAxisRenderer.min.js +0 -30
  44. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.donutRenderer.js +0 -904
  45. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.donutRenderer.min.js +0 -30
  46. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.dragable.js +0 -218
  47. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.dragable.min.js +0 -30
  48. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.enhancedLegendRenderer.js +0 -199
  49. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.enhancedLegendRenderer.min.js +0 -30
  50. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.funnelRenderer.js +0 -932
  51. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.funnelRenderer.min.js +0 -30
  52. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.highlighter.js +0 -406
  53. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.highlighter.min.js +0 -30
  54. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.json2.js +0 -475
  55. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.json2.min.js +0 -30
  56. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.logAxisRenderer.js +0 -446
  57. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.logAxisRenderer.min.js +0 -30
  58. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.mekkoAxisRenderer.js +0 -607
  59. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.mekkoAxisRenderer.min.js +0 -30
  60. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.mekkoRenderer.js +0 -432
  61. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.mekkoRenderer.min.js +0 -30
  62. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.meterGaugeRenderer.js +0 -1142
  63. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.meterGaugeRenderer.min.js +0 -30
  64. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.ohlcRenderer.js +0 -372
  65. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.ohlcRenderer.min.js +0 -30
  66. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.pieRenderer.js +0 -797
  67. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.pieRenderer.min.js +0 -30
  68. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.pointLabels.js +0 -337
  69. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.pointLabels.min.js +0 -30
  70. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.trendline.js +0 -220
  71. data/lib/generators/sunrise/votes/templates/javascripts/ballot_box/plugins/jqplot.trendline.min.js +0 -30
@@ -1,30 +0,0 @@
1
- /**
2
- * jqPlot
3
- * Pure JavaScript plotting plugin using jQuery
4
- *
5
- * Version: 1.0.0b1_r746
6
- *
7
- * Copyright (c) 2009-2011 Chris Leonello
8
- * jqPlot is currently available for use in all personal or commercial projects
9
- * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
10
- * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
11
- * choose the license that best suits your project and use it accordingly.
12
- *
13
- * Although not required, the author would appreciate an email letting him
14
- * know of any substantial use of jqPlot. You can reach the author at:
15
- * chris at jqplot dot com or see http://www.jqplot.com/info.php .
16
- *
17
- * If you are feeling kind and generous, consider supporting the project by
18
- * making a donation at: http://www.jqplot.com/donate.php .
19
- *
20
- * sprintf functions contained in jqplot.sprintf.js by Ash Searle:
21
- *
22
- * version 2007.04.27
23
- * author Ash Searle
24
- * http://hexmen.com/blog/2007/03/printf-sprintf/
25
- * http://hexmen.com/js/sprintf.js
26
- * The author (Ash Searle) has placed this code in the public domain:
27
- * "This code is unrestricted: you are free to use it however you like."
28
- *
29
- */
30
- (function(a){a.jqplot.DateAxisRenderer=function(){a.jqplot.LinearAxisRenderer.call(this);this.date=new a.jsDate()};a.jqplot.DateAxisRenderer.prototype=new a.jqplot.LinearAxisRenderer();a.jqplot.DateAxisRenderer.prototype.constructor=a.jqplot.DateAxisRenderer;a.jqplot.DateTickFormatter=function(b,c){if(!b){b="%Y/%m/%d"}return a.jsDate.strftime(c,b)};a.jqplot.DateAxisRenderer.prototype.init=function(t){this.tickOptions.formatter=a.jqplot.DateTickFormatter;this.daTickInterval=null;this._daTickInterval=null;a.extend(true,this,t);var q=this._dataBounds,g,k,r,l,o,m,b;for(var f=0;f<this._series.length;f++){g={intervals:[],frequencies:{},sortedIntervals:[],min:null,max:null,mean:null};k=0;r=this._series[f];l=r.data;o=r._plotData;m=r._stackData;b=0;for(var e=0;e<l.length;e++){if(this.name=="xaxis"||this.name=="x2axis"){l[e][0]=new a.jsDate(l[e][0]).getTime();o[e][0]=new a.jsDate(l[e][0]).getTime();m[e][0]=new a.jsDate(l[e][0]).getTime();if((l[e][0]!=null&&l[e][0]<q.min)||q.min==null){q.min=l[e][0]}if((l[e][0]!=null&&l[e][0]>q.max)||q.max==null){q.max=l[e][0]}if(e>0){b=Math.abs(l[e][0]-l[e-1][0]);g.intervals.push(b);if(g.frequencies.hasOwnProperty(b)){g.frequencies[b]+=1}else{g.frequencies[b]=1}}k+=b}else{l[e][1]=new a.jsDate(l[e][1]).getTime();o[e][1]=new a.jsDate(l[e][1]).getTime();m[e][1]=new a.jsDate(l[e][1]).getTime();if((l[e][1]!=null&&l[e][1]<q.min)||q.min==null){q.min=l[e][1]}if((l[e][1]!=null&&l[e][1]>q.max)||q.max==null){q.max=l[e][1]}if(e>0){b=Math.abs(l[e][1]-l[e-1][1]);g.intervals.push(b);if(g.frequencies.hasOwnProperty(b)){g.frequencies[b]+=1}else{g.frequencies[b]=1}}}k+=b}var p=0,h=0;for(var c in g.frequencies){g.sortedIntervals.push({interval:c,frequency:g.frequencies[c]})}g.sortedIntervals.sort(function(i,d){return d.frequency-i.frequency});g.min=a.jqplot.arrayMin(g.intervals);g.max=a.jqplot.arrayMax(g.intervals);g.mean=k/l.length;this._intervalStats.push(g);g=k=r=l=o=m=null}q=null};a.jqplot.DateAxisRenderer.prototype.reset=function(){this.min=this._min;this.max=this._max;this.tickInterval=this._tickInterval;this.numberTicks=this._numberTicks;this.daTickInterval=this._daTickInterval};a.jqplot.DateAxisRenderer.prototype.createTicks=function(){var z=this._ticks;var w=this.ticks;var B=this.name;var y=this._dataBounds;var e=this._intervalStats;var q,x;var o,s;var d,c;var b,u;o=((this.min!=null)?new a.jsDate(this.min).getTime():y.min);s=((this.max!=null)?new a.jsDate(this.max).getTime():y.max);var k=s-o;if(w.length){for(u=0;u<w.length;u++){var g=w[u];var j=new this.tickRenderer(this.tickOptions);if(g.constructor==Array){j.value=new a.jsDate(g[0]).getTime();j.label=g[1];if(!this.showTicks){j.showLabel=false;j.showMark=false}else{if(!this.showTickMarks){j.showMark=false}}j.setTick(j.value,this.name);this._ticks.push(j)}else{j.value=new a.jsDate(g).getTime();if(!this.showTicks){j.showLabel=false;j.showMark=false}else{if(!this.showTickMarks){j.showMark=false}}j.setTick(j.value,this.name);this._ticks.push(j)}}this.numberTicks=w.length;this.min=this._ticks[0].value;this.max=this._ticks[this.numberTicks-1].value;this.daTickInterval=[(this.max-this.min)/(this.numberTicks-1)/1000,"seconds"]}else{if(this.tickInterval==null&&this.min==null&&this.max==null&&this.numberTicks==null){var A=a.jqplot.LinearTickGenerator(o,s);var n=o+k*(this.padMin-1);var r=s-k*(this.padMax-1);if(o<=n||s>=r){n=o-k*(this.padMin-1);r=s+k*(this.padMax-1);A=a.jqplot.LinearTickGenerator(n,r)}this.min=A[0];this.max=A[1];this.numberTicks=A[2];this.tickInterval=A[4];this.daTickInterval=[this.tickInterval/1000,"seconds"];for(var u=0;u<this.numberTicks;u++){var o=new a.jsDate(this.min);b=o.add(u*this.daTickInterval[0],this.daTickInterval[1]).getTime();var j=new this.tickRenderer(this.tickOptions);if(!this.showTicks){j.showLabel=false;j.showMark=false}else{if(!this.showTickMarks){j.showMark=false}}j.setTick(b,this.name);this._ticks.push(j)}}else{if(B=="xaxis"||B=="x2axis"){q=this._plotDimensions.width}else{q=this._plotDimensions.height}if(this.min!=null&&this.max!=null&&this.numberTicks!=null){this.tickInterval=null}if(this.tickInterval!=null){if(Number(this.tickInterval)){this.daTickInterval=[Number(this.tickInterval),"seconds"]}else{if(typeof this.tickInterval=="string"){var l=this.tickInterval.split(" ");if(l.length==1){this.daTickInterval=[1,l[0]]}else{if(l.length==2){this.daTickInterval=[l[0],l[1]]}}}}}if(o==s){var h=24*60*60*500;o-=h;s+=h}k=s-o;var v=2+parseInt(Math.max(0,q-100)/100,10);var m,p;m=(this.min!=null)?new a.jsDate(this.min).getTime():o-k/2*(this.padMin-1);p=(this.max!=null)?new a.jsDate(this.max).getTime():s+k/2*(this.padMax-1);this.min=m;this.max=p;k=this.max-this.min;if(this.numberTicks==null){if(this.daTickInterval!=null){var f=new a.jsDate(this.max).diff(this.min,this.daTickInterval[1],true);this.numberTicks=Math.ceil(f/this.daTickInterval[0])+1;this.max=new a.jsDate(this.min).add((this.numberTicks-1)*this.daTickInterval[0],this.daTickInterval[1]).getTime()}else{if(q>200){this.numberTicks=parseInt(3+(q-200)/100,10)}else{this.numberTicks=2}}}if(this.daTickInterval==null){this.daTickInterval=[k/(this.numberTicks-1)/1000,"seconds"]}for(var u=0;u<this.numberTicks;u++){var o=new a.jsDate(this.min);b=o.add(u*this.daTickInterval[0],this.daTickInterval[1]).getTime();var j=new this.tickRenderer(this.tickOptions);if(!this.showTicks){j.showLabel=false;j.showMark=false}else{if(!this.showTickMarks){j.showMark=false}}j.setTick(b,this.name);this._ticks.push(j)}}}if(this._daTickInterval==null){this._daTickInterval=this.daTickInterval}}})(jQuery);
@@ -1,904 +0,0 @@
1
- /**
2
- * jqPlot
3
- * Pure JavaScript plotting plugin using jQuery
4
- *
5
- * Version: 1.0.0b1_r746
6
- *
7
- * Copyright (c) 2009-2011 Chris Leonello
8
- * jqPlot is currently available for use in all personal or commercial projects
9
- * under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
10
- * version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html) licenses. This means that you can
11
- * choose the license that best suits your project and use it accordingly.
12
- *
13
- * Although not required, the author would appreciate an email letting him
14
- * know of any substantial use of jqPlot. You can reach the author at:
15
- * chris at jqplot dot com or see http://www.jqplot.com/info.php .
16
- *
17
- * If you are feeling kind and generous, consider supporting the project by
18
- * making a donation at: http://www.jqplot.com/donate.php .
19
- *
20
- * sprintf functions contained in jqplot.sprintf.js by Ash Searle:
21
- *
22
- * version 2007.04.27
23
- * author Ash Searle
24
- * http://hexmen.com/blog/2007/03/printf-sprintf/
25
- * http://hexmen.com/js/sprintf.js
26
- * The author (Ash Searle) has placed this code in the public domain:
27
- * "This code is unrestricted: you are free to use it however you like."
28
- *
29
- */
30
- (function($) {
31
- /**
32
- * Class: $.jqplot.DonutRenderer
33
- * Plugin renderer to draw a donut chart.
34
- * x values, if present, will be used as slice labels.
35
- * y values give slice size.
36
- *
37
- * To use this renderer, you need to include the
38
- * donut renderer plugin, for example:
39
- *
40
- * > <script type="text/javascript" src="plugins/jqplot.donutRenderer.js"></script>
41
- *
42
- * Properties described here are passed into the $.jqplot function
43
- * as options on the series renderer. For example:
44
- *
45
- * > plot2 = $.jqplot('chart2', [s1, s2], {
46
- * > seriesDefaults: {
47
- * > renderer:$.jqplot.DonutRenderer,
48
- * > rendererOptions:{
49
- * > sliceMargin: 2,
50
- * > innerDiameter: 110,
51
- * > startAngle: -90
52
- * > }
53
- * > }
54
- * > });
55
- *
56
- * A donut plot will trigger events on the plot target
57
- * according to user interaction. All events return the event object,
58
- * the series index, the point (slice) index, and the point data for
59
- * the appropriate slice.
60
- *
61
- * 'jqplotDataMouseOver' - triggered when user mouseing over a slice.
62
- * 'jqplotDataHighlight' - triggered the first time user mouses over a slice,
63
- * if highlighting is enabled.
64
- * 'jqplotDataUnhighlight' - triggered when a user moves the mouse out of
65
- * a highlighted slice.
66
- * 'jqplotDataClick' - triggered when the user clicks on a slice.
67
- * 'jqplotDataRightClick' - tiggered when the user right clicks on a slice if
68
- * the "captureRightClick" option is set to true on the plot.
69
- */
70
- $.jqplot.DonutRenderer = function(){
71
- $.jqplot.LineRenderer.call(this);
72
- };
73
-
74
- $.jqplot.DonutRenderer.prototype = new $.jqplot.LineRenderer();
75
- $.jqplot.DonutRenderer.prototype.constructor = $.jqplot.DonutRenderer;
76
-
77
- // called with scope of a series
78
- $.jqplot.DonutRenderer.prototype.init = function(options, plot) {
79
- // Group: Properties
80
- //
81
- // prop: diameter
82
- // Outer diameter of the donut, auto computed by default
83
- this.diameter = null;
84
- // prop: innerDiameter
85
- // Inner diameter of the donut, auto calculated by default.
86
- // If specified will override thickness value.
87
- this.innerDiameter = null;
88
- // prop: thickness
89
- // thickness of the donut, auto computed by default
90
- // Overridden by if innerDiameter is specified.
91
- this.thickness = null;
92
- // prop: padding
93
- // padding between the donut and plot edges, legend, etc.
94
- this.padding = 20;
95
- // prop: sliceMargin
96
- // angular spacing between donut slices in degrees.
97
- this.sliceMargin = 0;
98
- // prop: ringMargin
99
- // pixel distance between rings, or multiple series in a donut plot.
100
- // null will compute ringMargin based on sliceMargin.
101
- this.ringMargin = null;
102
- // prop: fill
103
- // true or false, wether to fil the slices.
104
- this.fill = true;
105
- // prop: shadowOffset
106
- // offset of the shadow from the slice and offset of
107
- // each succesive stroke of the shadow from the last.
108
- this.shadowOffset = 2;
109
- // prop: shadowAlpha
110
- // transparency of the shadow (0 = transparent, 1 = opaque)
111
- this.shadowAlpha = 0.07;
112
- // prop: shadowDepth
113
- // number of strokes to apply to the shadow,
114
- // each stroke offset shadowOffset from the last.
115
- this.shadowDepth = 5;
116
- // prop: highlightMouseOver
117
- // True to highlight slice when moused over.
118
- // This must be false to enable highlightMouseDown to highlight when clicking on a slice.
119
- this.highlightMouseOver = true;
120
- // prop: highlightMouseDown
121
- // True to highlight when a mouse button is pressed over a slice.
122
- // This will be disabled if highlightMouseOver is true.
123
- this.highlightMouseDown = false;
124
- // prop: highlightColors
125
- // an array of colors to use when highlighting a slice.
126
- this.highlightColors = [];
127
- // prop: dataLabels
128
- // Either 'label', 'value', 'percent' or an array of labels to place on the pie slices.
129
- // Defaults to percentage of each pie slice.
130
- this.dataLabels = 'percent';
131
- // prop: showDataLabels
132
- // true to show data labels on slices.
133
- this.showDataLabels = false;
134
- // prop: dataLabelFormatString
135
- // Format string for data labels. If none, '%s' is used for "label" and for arrays, '%d' for value and '%d%%' for percentage.
136
- this.dataLabelFormatString = null;
137
- // prop: dataLabelThreshold
138
- // Threshhold in percentage (0 - 100) of pie area, below which no label will be displayed.
139
- // This applies to all label types, not just to percentage labels.
140
- this.dataLabelThreshold = 3;
141
- // prop: dataLabelPositionFactor
142
- // A Multiplier (0-1) of the pie radius which controls position of label on slice.
143
- // Increasing will slide label toward edge of pie, decreasing will slide label toward center of pie.
144
- this.dataLabelPositionFactor = 0.4;
145
- // prop: dataLabelNudge
146
- // Number of pixels to slide the label away from (+) or toward (-) the center of the pie.
147
- this.dataLabelNudge = 0;
148
- // prop: startAngle
149
- // Angle to start drawing donut in degrees.
150
- // According to orientation of canvas coordinate system:
151
- // 0 = on the positive x axis
152
- // -90 = on the positive y axis.
153
- // 90 = on the negaive y axis.
154
- // 180 or - 180 = on the negative x axis.
155
- this.startAngle = 0;
156
- this.tickRenderer = $.jqplot.DonutTickRenderer;
157
- // Used as check for conditions where donut shouldn't be drawn.
158
- this._drawData = true;
159
- this._type = 'donut';
160
-
161
- // if user has passed in highlightMouseDown option and not set highlightMouseOver, disable highlightMouseOver
162
- if (options.highlightMouseDown && options.highlightMouseOver == null) {
163
- options.highlightMouseOver = false;
164
- }
165
-
166
- $.extend(true, this, options);
167
- if (this.diameter != null) {
168
- this.diameter = this.diameter - this.sliceMargin;
169
- }
170
- this._diameter = null;
171
- this._innerDiameter = null;
172
- this._radius = null;
173
- this._innerRadius = null;
174
- this._thickness = null;
175
- // references to the previous series in the plot to properly calculate diameters
176
- // and thicknesses of nested rings.
177
- this._previousSeries = [];
178
- this._numberSeries = 1;
179
- // array of [start,end] angles arrays, one for each slice. In radians.
180
- this._sliceAngles = [];
181
- // index of the currenty highlighted point, if any
182
- this._highlightedPoint = null;
183
-
184
- // set highlight colors if none provided
185
- if (this.highlightColors.length == 0) {
186
- for (var i=0; i<this.seriesColors.length; i++){
187
- var rgba = $.jqplot.getColorComponents(this.seriesColors[i]);
188
- var newrgb = [rgba[0], rgba[1], rgba[2]];
189
- var sum = newrgb[0] + newrgb[1] + newrgb[2];
190
- for (var j=0; j<3; j++) {
191
- // when darkening, lowest color component can be is 60.
192
- newrgb[j] = (sum > 570) ? newrgb[j] * 0.8 : newrgb[j] + 0.3 * (255 - newrgb[j]);
193
- newrgb[j] = parseInt(newrgb[j], 10);
194
- }
195
- this.highlightColors.push('rgb('+newrgb[0]+','+newrgb[1]+','+newrgb[2]+')');
196
- }
197
- }
198
-
199
- plot.postParseOptionsHooks.addOnce(postParseOptions);
200
- plot.postInitHooks.addOnce(postInit);
201
- plot.eventListenerHooks.addOnce('jqplotMouseMove', handleMove);
202
- plot.eventListenerHooks.addOnce('jqplotMouseDown', handleMouseDown);
203
- plot.eventListenerHooks.addOnce('jqplotMouseUp', handleMouseUp);
204
- plot.eventListenerHooks.addOnce('jqplotClick', handleClick);
205
- plot.eventListenerHooks.addOnce('jqplotRightClick', handleRightClick);
206
- plot.postDrawHooks.addOnce(postPlotDraw);
207
-
208
-
209
- };
210
-
211
- $.jqplot.DonutRenderer.prototype.setGridData = function(plot) {
212
- // set gridData property. This will hold angle in radians of each data point.
213
- var stack = [];
214
- var td = [];
215
- var sa = this.startAngle/180*Math.PI;
216
- var tot = 0;
217
- // don't know if we have any valid data yet, so set plot to not draw.
218
- this._drawData = false;
219
- for (var i=0; i<this.data.length; i++){
220
- if (this.data[i][1] != 0) {
221
- // we have data, O.K. to draw.
222
- this._drawData = true;
223
- }
224
- stack.push(this.data[i][1]);
225
- td.push([this.data[i][0]]);
226
- if (i>0) {
227
- stack[i] += stack[i-1];
228
- }
229
- tot += this.data[i][1];
230
- }
231
- var fact = Math.PI*2/stack[stack.length - 1];
232
-
233
- for (var i=0; i<stack.length; i++) {
234
- td[i][1] = stack[i] * fact;
235
- td[i][2] = this.data[i][1]/tot;
236
- }
237
- this.gridData = td;
238
- };
239
-
240
- $.jqplot.DonutRenderer.prototype.makeGridData = function(data, plot) {
241
- var stack = [];
242
- var td = [];
243
- var tot = 0;
244
- var sa = this.startAngle/180*Math.PI;
245
- // don't know if we have any valid data yet, so set plot to not draw.
246
- this._drawData = false;
247
- for (var i=0; i<data.length; i++){
248
- if (this.data[i][1] != 0) {
249
- // we have data, O.K. to draw.
250
- this._drawData = true;
251
- }
252
- stack.push(data[i][1]);
253
- td.push([data[i][0]]);
254
- if (i>0) {
255
- stack[i] += stack[i-1];
256
- }
257
- tot += data[i][1];
258
- }
259
- var fact = Math.PI*2/stack[stack.length - 1];
260
-
261
- for (var i=0; i<stack.length; i++) {
262
- td[i][1] = stack[i] * fact;
263
- td[i][2] = data[i][1]/tot;
264
- }
265
- return td;
266
- };
267
-
268
- $.jqplot.DonutRenderer.prototype.drawSlice = function (ctx, ang1, ang2, color, isShadow) {
269
- var r = this._diameter / 2;
270
- var ri = r - this._thickness;
271
- var fill = this.fill;
272
- // var lineWidth = this.lineWidth;
273
- ctx.save();
274
- ctx.translate(this._center[0], this._center[1]);
275
- // ctx.translate(this.sliceMargin*Math.cos((ang1+ang2)/2), this.sliceMargin*Math.sin((ang1+ang2)/2));
276
-
277
- if (isShadow) {
278
- for (var i=0; i<this.shadowDepth; i++) {
279
- ctx.save();
280
- ctx.translate(this.shadowOffset*Math.cos(this.shadowAngle/180*Math.PI), this.shadowOffset*Math.sin(this.shadowAngle/180*Math.PI));
281
- doDraw();
282
- }
283
- }
284
-
285
- else {
286
- doDraw();
287
- }
288
-
289
- function doDraw () {
290
- // Fix for IE and Chrome that can't seem to draw circles correctly.
291
- // ang2 should always be <= 2 pi since that is the way the data is converted.
292
- if (ang2 > 6.282 + this.startAngle) {
293
- ang2 = 6.282 + this.startAngle;
294
- if (ang1 > ang2) {
295
- ang1 = 6.281 + this.startAngle;
296
- }
297
- }
298
- // Fix for IE, where it can't seem to handle 0 degree angles. Also avoids
299
- // ugly line on unfilled donuts.
300
- if (ang1 >= ang2) {
301
- return;
302
- }
303
- ctx.beginPath();
304
- ctx.fillStyle = color;
305
- ctx.strokeStyle = color;
306
- // ctx.lineWidth = lineWidth;
307
- ctx.arc(0, 0, r, ang1, ang2, false);
308
- ctx.lineTo(ri*Math.cos(ang2), ri*Math.sin(ang2));
309
- ctx.arc(0,0, ri, ang2, ang1, true);
310
- ctx.closePath();
311
- if (fill) {
312
- ctx.fill();
313
- }
314
- else {
315
- ctx.stroke();
316
- }
317
- }
318
-
319
- if (isShadow) {
320
- for (var i=0; i<this.shadowDepth; i++) {
321
- ctx.restore();
322
- }
323
- }
324
-
325
- ctx.restore();
326
- };
327
-
328
- // called with scope of series
329
- $.jqplot.DonutRenderer.prototype.draw = function (ctx, gd, options, plot) {
330
- var i;
331
- var opts = (options != undefined) ? options : {};
332
- // offset and direction of offset due to legend placement
333
- var offx = 0;
334
- var offy = 0;
335
- var trans = 1;
336
- // var colorGenerator = new this.colorGenerator(this.seriesColors);
337
- if (options.legendInfo && options.legendInfo.placement == 'insideGrid') {
338
- var li = options.legendInfo;
339
- switch (li.location) {
340
- case 'nw':
341
- offx = li.width + li.xoffset;
342
- break;
343
- case 'w':
344
- offx = li.width + li.xoffset;
345
- break;
346
- case 'sw':
347
- offx = li.width + li.xoffset;
348
- break;
349
- case 'ne':
350
- offx = li.width + li.xoffset;
351
- trans = -1;
352
- break;
353
- case 'e':
354
- offx = li.width + li.xoffset;
355
- trans = -1;
356
- break;
357
- case 'se':
358
- offx = li.width + li.xoffset;
359
- trans = -1;
360
- break;
361
- case 'n':
362
- offy = li.height + li.yoffset;
363
- break;
364
- case 's':
365
- offy = li.height + li.yoffset;
366
- trans = -1;
367
- break;
368
- default:
369
- break;
370
- }
371
- }
372
-
373
- var shadow = (opts.shadow != undefined) ? opts.shadow : this.shadow;
374
- var showLine = (opts.showLine != undefined) ? opts.showLine : this.showLine;
375
- var fill = (opts.fill != undefined) ? opts.fill : this.fill;
376
- var cw = ctx.canvas.width;
377
- var ch = ctx.canvas.height;
378
- var w = cw - offx - 2 * this.padding;
379
- var h = ch - offy - 2 * this.padding;
380
- var mindim = Math.min(w,h);
381
- var d = mindim;
382
- var ringmargin = (this.ringMargin == null) ? this.sliceMargin * 2.0 : this.ringMargin;
383
-
384
- for (var i=0; i<this._previousSeries.length; i++) {
385
- d -= 2.0 * this._previousSeries[i]._thickness + 2.0 * ringmargin;
386
- }
387
- this._diameter = this.diameter || d;
388
- if (this.innerDiameter != null) {
389
- var od = (this._numberSeries > 1 && this.index > 0) ? this._previousSeries[0]._diameter : this._diameter;
390
- this._thickness = this.thickness || (od - this.innerDiameter - 2.0*ringmargin*this._numberSeries) / this._numberSeries/2.0;
391
- }
392
- else {
393
- this._thickness = this.thickness || mindim / 2 / (this._numberSeries + 1) * 0.85;
394
- }
395
-
396
- var r = this._radius = this._diameter/2;
397
- this._innerRadius = this._radius - this._thickness;
398
- var sa = this.startAngle / 180 * Math.PI;
399
- this._center = [(cw - trans * offx)/2 + trans * offx, (ch - trans*offy)/2 + trans * offy];
400
-
401
- if (this.shadow) {
402
- var shadowColor = 'rgba(0,0,0,'+this.shadowAlpha+')';
403
- for (var i=0; i<gd.length; i++) {
404
- var ang1 = (i == 0) ? sa : gd[i-1][1] + sa;
405
- // Adjust ang1 and ang2 for sliceMargin
406
- ang1 += this.sliceMargin/180*Math.PI;
407
- this.renderer.drawSlice.call (this, ctx, ang1, gd[i][1]+sa, shadowColor, true);
408
- }
409
-
410
- }
411
- for (var i=0; i<gd.length; i++) {
412
- var ang1 = (i == 0) ? sa : gd[i-1][1] + sa;
413
- // Adjust ang1 and ang2 for sliceMargin
414
- ang1 += this.sliceMargin/180*Math.PI;
415
- var ang2 = gd[i][1] + sa;
416
- this._sliceAngles.push([ang1, ang2]);
417
- this.renderer.drawSlice.call (this, ctx, ang1, ang2, this.seriesColors[i], false);
418
-
419
- if (this.showDataLabels && gd[i][2]*100 >= this.dataLabelThreshold) {
420
- var fstr, avgang = (ang1+ang2)/2, label;
421
-
422
- if (this.dataLabels == 'label') {
423
- fstr = this.dataLabelFormatString || '%s';
424
- label = $.jqplot.sprintf(fstr, gd[i][0]);
425
- }
426
- else if (this.dataLabels == 'value') {
427
- fstr = this.dataLabelFormatString || '%d';
428
- label = $.jqplot.sprintf(fstr, this.data[i][1]);
429
- }
430
- else if (this.dataLabels == 'percent') {
431
- fstr = this.dataLabelFormatString || '%d%%';
432
- label = $.jqplot.sprintf(fstr, gd[i][2]*100);
433
- }
434
- else if (this.dataLabels.constructor == Array) {
435
- fstr = this.dataLabelFormatString || '%s';
436
- label = $.jqplot.sprintf(fstr, this.dataLabels[i]);
437
- }
438
-
439
- var fact = this._innerRadius + this._thickness * this.dataLabelPositionFactor + this.sliceMargin + this.dataLabelNudge;
440
-
441
- var x = this._center[0] + Math.cos(avgang) * fact + this.canvas._offsets.left;
442
- var y = this._center[1] + Math.sin(avgang) * fact + this.canvas._offsets.top;
443
-
444
- var labelelem = $('<span class="jqplot-donut-series jqplot-data-label" style="position:absolute;">' + label + '</span>').insertBefore(plot.eventCanvas._elem);
445
- x -= labelelem.width()/2;
446
- y -= labelelem.height()/2;
447
- x = Math.round(x);
448
- y = Math.round(y);
449
- labelelem.css({left: x, top: y});
450
- }
451
- }
452
-
453
- };
454
-
455
- $.jqplot.DonutAxisRenderer = function() {
456
- $.jqplot.LinearAxisRenderer.call(this);
457
- };
458
-
459
- $.jqplot.DonutAxisRenderer.prototype = new $.jqplot.LinearAxisRenderer();
460
- $.jqplot.DonutAxisRenderer.prototype.constructor = $.jqplot.DonutAxisRenderer;
461
-
462
-
463
- // There are no traditional axes on a donut chart. We just need to provide
464
- // dummy objects with properties so the plot will render.
465
- // called with scope of axis object.
466
- $.jqplot.DonutAxisRenderer.prototype.init = function(options){
467
- //
468
- this.tickRenderer = $.jqplot.DonutTickRenderer;
469
- $.extend(true, this, options);
470
- // I don't think I'm going to need _dataBounds here.
471
- // have to go Axis scaling in a way to fit chart onto plot area
472
- // and provide u2p and p2u functionality for mouse cursor, etc.
473
- // for convienence set _dataBounds to 0 and 100 and
474
- // set min/max to 0 and 100.
475
- this._dataBounds = {min:0, max:100};
476
- this.min = 0;
477
- this.max = 100;
478
- this.showTicks = false;
479
- this.ticks = [];
480
- this.showMark = false;
481
- this.show = false;
482
- };
483
-
484
-
485
-
486
-
487
- $.jqplot.DonutLegendRenderer = function(){
488
- $.jqplot.TableLegendRenderer.call(this);
489
- };
490
-
491
- $.jqplot.DonutLegendRenderer.prototype = new $.jqplot.TableLegendRenderer();
492
- $.jqplot.DonutLegendRenderer.prototype.constructor = $.jqplot.DonutLegendRenderer;
493
-
494
- /**
495
- * Class: $.jqplot.DonutLegendRenderer
496
- * Legend Renderer specific to donut plots. Set by default
497
- * when user creates a donut plot.
498
- */
499
- $.jqplot.DonutLegendRenderer.prototype.init = function(options) {
500
- // Group: Properties
501
- //
502
- // prop: numberRows
503
- // Maximum number of rows in the legend. 0 or null for unlimited.
504
- this.numberRows = null;
505
- // prop: numberColumns
506
- // Maximum number of columns in the legend. 0 or null for unlimited.
507
- this.numberColumns = null;
508
- $.extend(true, this, options);
509
- };
510
-
511
- // called with context of legend
512
- $.jqplot.DonutLegendRenderer.prototype.draw = function() {
513
- var legend = this;
514
- if (this.show) {
515
- var series = this._series;
516
- var ss = 'position:absolute;';
517
- ss += (this.background) ? 'background:'+this.background+';' : '';
518
- ss += (this.border) ? 'border:'+this.border+';' : '';
519
- ss += (this.fontSize) ? 'font-size:'+this.fontSize+';' : '';
520
- ss += (this.fontFamily) ? 'font-family:'+this.fontFamily+';' : '';
521
- ss += (this.textColor) ? 'color:'+this.textColor+';' : '';
522
- ss += (this.marginTop != null) ? 'margin-top:'+this.marginTop+';' : '';
523
- ss += (this.marginBottom != null) ? 'margin-bottom:'+this.marginBottom+';' : '';
524
- ss += (this.marginLeft != null) ? 'margin-left:'+this.marginLeft+';' : '';
525
- ss += (this.marginRight != null) ? 'margin-right:'+this.marginRight+';' : '';
526
- this._elem = $('<table class="jqplot-table-legend" style="'+ss+'"></table>');
527
- // Donut charts legends don't go by number of series, but by number of data points
528
- // in the series. Refactor things here for that.
529
-
530
- var pad = false,
531
- reverse = false,
532
- nr, nc;
533
- var s = series[0];
534
- var colorGenerator = new $.jqplot.ColorGenerator(s.seriesColors);
535
-
536
- if (s.show) {
537
- var pd = s.data;
538
- if (this.numberRows) {
539
- nr = this.numberRows;
540
- if (!this.numberColumns){
541
- nc = Math.ceil(pd.length/nr);
542
- }
543
- else{
544
- nc = this.numberColumns;
545
- }
546
- }
547
- else if (this.numberColumns) {
548
- nc = this.numberColumns;
549
- nr = Math.ceil(pd.length/this.numberColumns);
550
- }
551
- else {
552
- nr = pd.length;
553
- nc = 1;
554
- }
555
-
556
- var i, j, tr, td1, td2, lt, rs, color;
557
- var idx = 0;
558
-
559
- for (i=0; i<nr; i++) {
560
- if (reverse){
561
- tr = $('<tr class="jqplot-table-legend"></tr>').prependTo(this._elem);
562
- }
563
- else{
564
- tr = $('<tr class="jqplot-table-legend"></tr>').appendTo(this._elem);
565
- }
566
- for (j=0; j<nc; j++) {
567
- if (idx < pd.length){
568
- lt = this.labels[idx] || pd[idx][0].toString();
569
- color = colorGenerator.next();
570
- if (!reverse){
571
- if (i>0){
572
- pad = true;
573
- }
574
- else{
575
- pad = false;
576
- }
577
- }
578
- else{
579
- if (i == nr -1){
580
- pad = false;
581
- }
582
- else{
583
- pad = true;
584
- }
585
- }
586
- rs = (pad) ? this.rowSpacing : '0';
587
-
588
- td1 = $('<td class="jqplot-table-legend" style="text-align:center;padding-top:'+rs+';">'+
589
- '<div><div class="jqplot-table-legend-swatch" style="border-color:'+color+';"></div>'+
590
- '</div></td>');
591
- td2 = $('<td class="jqplot-table-legend" style="padding-top:'+rs+';"></td>');
592
- if (this.escapeHtml){
593
- td2.text(lt);
594
- }
595
- else {
596
- td2.html(lt);
597
- }
598
- if (reverse) {
599
- td2.prependTo(tr);
600
- td1.prependTo(tr);
601
- }
602
- else {
603
- td1.appendTo(tr);
604
- td2.appendTo(tr);
605
- }
606
- pad = true;
607
- }
608
- idx++;
609
- }
610
- }
611
- }
612
- }
613
- return this._elem;
614
- };
615
-
616
- // $.jqplot.DonutLegendRenderer.prototype.pack = function(offsets) {
617
- // if (this.show) {
618
- // // fake a grid for positioning
619
- // var grid = {_top:offsets.top, _left:offsets.left, _right:offsets.right, _bottom:this._plotDimensions.height - offsets.bottom};
620
- // if (this.placement == 'insideGrid') {
621
- // switch (this.location) {
622
- // case 'nw':
623
- // var a = grid._left + this.xoffset;
624
- // var b = grid._top + this.yoffset;
625
- // this._elem.css('left', a);
626
- // this._elem.css('top', b);
627
- // break;
628
- // case 'n':
629
- // var a = (offsets.left + (this._plotDimensions.width - offsets.right))/2 - this.getWidth()/2;
630
- // var b = grid._top + this.yoffset;
631
- // this._elem.css('left', a);
632
- // this._elem.css('top', b);
633
- // break;
634
- // case 'ne':
635
- // var a = offsets.right + this.xoffset;
636
- // var b = grid._top + this.yoffset;
637
- // this._elem.css({right:a, top:b});
638
- // break;
639
- // case 'e':
640
- // var a = offsets.right + this.xoffset;
641
- // var b = (offsets.top + (this._plotDimensions.height - offsets.bottom))/2 - this.getHeight()/2;
642
- // this._elem.css({right:a, top:b});
643
- // break;
644
- // case 'se':
645
- // var a = offsets.right + this.xoffset;
646
- // var b = offsets.bottom + this.yoffset;
647
- // this._elem.css({right:a, bottom:b});
648
- // break;
649
- // case 's':
650
- // var a = (offsets.left + (this._plotDimensions.width - offsets.right))/2 - this.getWidth()/2;
651
- // var b = offsets.bottom + this.yoffset;
652
- // this._elem.css({left:a, bottom:b});
653
- // break;
654
- // case 'sw':
655
- // var a = grid._left + this.xoffset;
656
- // var b = offsets.bottom + this.yoffset;
657
- // this._elem.css({left:a, bottom:b});
658
- // break;
659
- // case 'w':
660
- // var a = grid._left + this.xoffset;
661
- // var b = (offsets.top + (this._plotDimensions.height - offsets.bottom))/2 - this.getHeight()/2;
662
- // this._elem.css({left:a, top:b});
663
- // break;
664
- // default: // same as 'se'
665
- // var a = grid._right - this.xoffset;
666
- // var b = grid._bottom + this.yoffset;
667
- // this._elem.css({right:a, bottom:b});
668
- // break;
669
- // }
670
- //
671
- // }
672
- // else {
673
- // switch (this.location) {
674
- // case 'nw':
675
- // var a = this._plotDimensions.width - grid._left + this.xoffset;
676
- // var b = grid._top + this.yoffset;
677
- // this._elem.css('right', a);
678
- // this._elem.css('top', b);
679
- // break;
680
- // case 'n':
681
- // var a = (offsets.left + (this._plotDimensions.width - offsets.right))/2 - this.getWidth()/2;
682
- // var b = this._plotDimensions.height - grid._top + this.yoffset;
683
- // this._elem.css('left', a);
684
- // this._elem.css('bottom', b);
685
- // break;
686
- // case 'ne':
687
- // var a = this._plotDimensions.width - offsets.right + this.xoffset;
688
- // var b = grid._top + this.yoffset;
689
- // this._elem.css({left:a, top:b});
690
- // break;
691
- // case 'e':
692
- // var a = this._plotDimensions.width - offsets.right + this.xoffset;
693
- // var b = (offsets.top + (this._plotDimensions.height - offsets.bottom))/2 - this.getHeight()/2;
694
- // this._elem.css({left:a, top:b});
695
- // break;
696
- // case 'se':
697
- // var a = this._plotDimensions.width - offsets.right + this.xoffset;
698
- // var b = offsets.bottom + this.yoffset;
699
- // this._elem.css({left:a, bottom:b});
700
- // break;
701
- // case 's':
702
- // var a = (offsets.left + (this._plotDimensions.width - offsets.right))/2 - this.getWidth()/2;
703
- // var b = this._plotDimensions.height - offsets.bottom + this.yoffset;
704
- // this._elem.css({left:a, top:b});
705
- // break;
706
- // case 'sw':
707
- // var a = this._plotDimensions.width - grid._left + this.xoffset;
708
- // var b = offsets.bottom + this.yoffset;
709
- // this._elem.css({right:a, bottom:b});
710
- // break;
711
- // case 'w':
712
- // var a = this._plotDimensions.width - grid._left + this.xoffset;
713
- // var b = (offsets.top + (this._plotDimensions.height - offsets.bottom))/2 - this.getHeight()/2;
714
- // this._elem.css({right:a, top:b});
715
- // break;
716
- // default: // same as 'se'
717
- // var a = grid._right - this.xoffset;
718
- // var b = grid._bottom + this.yoffset;
719
- // this._elem.css({right:a, bottom:b});
720
- // break;
721
- // }
722
- // }
723
- // }
724
- // };
725
-
726
- // setup default renderers for axes and legend so user doesn't have to
727
- // called with scope of plot
728
- function preInit(target, data, options) {
729
- options = options || {};
730
- options.axesDefaults = options.axesDefaults || {};
731
- options.legend = options.legend || {};
732
- options.seriesDefaults = options.seriesDefaults || {};
733
- // only set these if there is a donut series
734
- var setopts = false;
735
- if (options.seriesDefaults.renderer == $.jqplot.DonutRenderer) {
736
- setopts = true;
737
- }
738
- else if (options.series) {
739
- for (var i=0; i < options.series.length; i++) {
740
- if (options.series[i].renderer == $.jqplot.DonutRenderer) {
741
- setopts = true;
742
- }
743
- }
744
- }
745
-
746
- if (setopts) {
747
- options.axesDefaults.renderer = $.jqplot.DonutAxisRenderer;
748
- options.legend.renderer = $.jqplot.DonutLegendRenderer;
749
- options.legend.preDraw = true;
750
- options.seriesDefaults.pointLabels = {show: false};
751
- }
752
- }
753
-
754
- // called with scope of plot.
755
- function postInit(target, data, options) {
756
- // if multiple series, add a reference to the previous one so that
757
- // donut rings can nest.
758
- for (var i=1; i<this.series.length; i++) {
759
- if (!this.series[i]._previousSeries.length){
760
- for (var j=0; j<i; j++) {
761
- if (this.series[i].renderer.constructor == $.jqplot.DonutRenderer && this.series[j].renderer.constructor == $.jqplot.DonutRenderer) {
762
- this.series[i]._previousSeries.push(this.series[j]);
763
- }
764
- }
765
- }
766
- }
767
- for (i=0; i<this.series.length; i++) {
768
- if (this.series[i].renderer.constructor == $.jqplot.DonutRenderer) {
769
- this.series[i]._numberSeries = this.series.length;
770
- // don't allow mouseover and mousedown at same time.
771
- if (this.series[i].highlightMouseOver) {
772
- this.series[i].highlightMouseDown = false;
773
- }
774
- }
775
- }
776
- this.target.bind('mouseout', {plot:this}, function (ev) { unhighlight(ev.data.plot); });
777
- }
778
-
779
- var postParseOptionsRun = false;
780
- // called with scope of plot
781
- function postParseOptions(options) {
782
- for (var i=0; i<this.series.length; i++) {
783
- this.series[i].seriesColors = this.seriesColors;
784
- this.series[i].colorGenerator = this.colorGenerator;
785
- }
786
- }
787
-
788
- function highlight (plot, sidx, pidx) {
789
- var s = plot.series[sidx];
790
- var canvas = plot.plugins.donutRenderer.highlightCanvas;
791
- canvas._ctx.clearRect(0,0,canvas._ctx.canvas.width, canvas._ctx.canvas.height);
792
- s._highlightedPoint = pidx;
793
- plot.plugins.donutRenderer.highlightedSeriesIndex = sidx;
794
- s.renderer.drawSlice.call(s, canvas._ctx, s._sliceAngles[pidx][0], s._sliceAngles[pidx][1], s.highlightColors[pidx], false);
795
- }
796
-
797
- function unhighlight (plot) {
798
- var canvas = plot.plugins.donutRenderer.highlightCanvas;
799
- canvas._ctx.clearRect(0,0, canvas._ctx.canvas.width, canvas._ctx.canvas.height);
800
- for (var i=0; i<plot.series.length; i++) {
801
- plot.series[i]._highlightedPoint = null;
802
- }
803
- plot.plugins.donutRenderer.highlightedSeriesIndex = null;
804
- plot.target.trigger('jqplotDataUnhighlight');
805
- }
806
-
807
- function handleMove(ev, gridpos, datapos, neighbor, plot) {
808
- if (neighbor) {
809
- var ins = [neighbor.seriesIndex, neighbor.pointIndex, neighbor.data];
810
- var evt1 = jQuery.Event('jqplotDataMouseOver');
811
- evt1.pageX = ev.pageX;
812
- evt1.pageY = ev.pageY;
813
- plot.target.trigger(evt1, ins);
814
- if (plot.series[ins[0]].highlightMouseOver && !(ins[0] == plot.plugins.donutRenderer.highlightedSeriesIndex && ins[1] == plot.series[ins[0]]._highlightedPoint)) {
815
- var evt = jQuery.Event('jqplotDataHighlight');
816
- evt.pageX = ev.pageX;
817
- evt.pageY = ev.pageY;
818
- plot.target.trigger(evt, ins);
819
- highlight (plot, ins[0], ins[1]);
820
- }
821
- }
822
- else if (neighbor == null) {
823
- unhighlight (plot);
824
- }
825
- }
826
-
827
- function handleMouseDown(ev, gridpos, datapos, neighbor, plot) {
828
- if (neighbor) {
829
- var ins = [neighbor.seriesIndex, neighbor.pointIndex, neighbor.data];
830
- if (plot.series[ins[0]].highlightMouseDown && !(ins[0] == plot.plugins.donutRenderer.highlightedSeriesIndex && ins[1] == plot.series[ins[0]]._highlightedPoint)) {
831
- var evt = jQuery.Event('jqplotDataHighlight');
832
- evt.pageX = ev.pageX;
833
- evt.pageY = ev.pageY;
834
- plot.target.trigger(evt, ins);
835
- highlight (plot, ins[0], ins[1]);
836
- }
837
- }
838
- else if (neighbor == null) {
839
- unhighlight (plot);
840
- }
841
- }
842
-
843
- function handleMouseUp(ev, gridpos, datapos, neighbor, plot) {
844
- var idx = plot.plugins.donutRenderer.highlightedSeriesIndex;
845
- if (idx != null && plot.series[idx].highlightMouseDown) {
846
- unhighlight(plot);
847
- }
848
- }
849
-
850
- function handleClick(ev, gridpos, datapos, neighbor, plot) {
851
- if (neighbor) {
852
- var ins = [neighbor.seriesIndex, neighbor.pointIndex, neighbor.data];
853
- var evt = jQuery.Event('jqplotDataClick');
854
- evt.pageX = ev.pageX;
855
- evt.pageY = ev.pageY;
856
- plot.target.trigger(evt, ins);
857
- }
858
- }
859
-
860
- function handleRightClick(ev, gridpos, datapos, neighbor, plot) {
861
- if (neighbor) {
862
- var ins = [neighbor.seriesIndex, neighbor.pointIndex, neighbor.data];
863
- var idx = plot.plugins.donutRenderer.highlightedSeriesIndex;
864
- if (idx != null && plot.series[idx].highlightMouseDown) {
865
- unhighlight(plot);
866
- }
867
- var evt = jQuery.Event('jqplotDataRightClick');
868
- evt.pageX = ev.pageX;
869
- evt.pageY = ev.pageY;
870
- plot.target.trigger(evt, ins);
871
- }
872
- }
873
-
874
- // called within context of plot
875
- // create a canvas which we can draw on.
876
- // insert it before the eventCanvas, so eventCanvas will still capture events.
877
- function postPlotDraw() {
878
- this.plugins.donutRenderer = {highlightedSeriesIndex:null};
879
- this.plugins.donutRenderer.highlightCanvas = new $.jqplot.GenericCanvas();
880
- // do we have any data labels? if so, put highlight canvas before those
881
- // Fix for broken jquery :first selector with canvas (VML) elements.
882
- var labels = $(this.targetId+' .jqplot-data-label');
883
- if (labels.length) {
884
- $(labels[0]).before(this.plugins.donutRenderer.highlightCanvas.createElement(this._gridPadding, 'jqplot-donutRenderer-highlight-canvas', this._plotDimensions));
885
- }
886
- // else put highlight canvas before event canvas.
887
- else {
888
- this.eventCanvas._elem.before(this.plugins.donutRenderer.highlightCanvas.createElement(this._gridPadding, 'jqplot-donutRenderer-highlight-canvas', this._plotDimensions));
889
- }
890
- var hctx = this.plugins.donutRenderer.highlightCanvas.setContext();
891
- }
892
-
893
- $.jqplot.preInitHooks.push(preInit);
894
-
895
- $.jqplot.DonutTickRenderer = function() {
896
- $.jqplot.AxisTickRenderer.call(this);
897
- };
898
-
899
- $.jqplot.DonutTickRenderer.prototype = new $.jqplot.AxisTickRenderer();
900
- $.jqplot.DonutTickRenderer.prototype.constructor = $.jqplot.DonutTickRenderer;
901
-
902
- })(jQuery);
903
-
904
-