reportbuilder 1.2.5 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (392) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +6 -0
  3. data/Manifest.txt +377 -0
  4. data/data/flot/API.txt +1024 -0
  5. data/data/flot/FAQ.txt +71 -0
  6. data/data/flot/LICENSE.txt +22 -0
  7. data/data/flot/Makefile +15 -0
  8. data/data/flot/NEWS.txt +340 -0
  9. data/data/flot/PLUGINS.txt +105 -0
  10. data/data/flot/README.txt +81 -0
  11. data/data/flot/examples/ajax.html +143 -0
  12. data/data/flot/examples/annotating.html +75 -0
  13. data/data/flot/examples/arrow-down.gif +0 -0
  14. data/data/flot/examples/arrow-left.gif +0 -0
  15. data/data/flot/examples/arrow-right.gif +0 -0
  16. data/data/flot/examples/arrow-up.gif +0 -0
  17. data/data/flot/examples/basic.html +38 -0
  18. data/data/flot/examples/data-eu-gdp-growth-1.json +4 -0
  19. data/data/flot/examples/data-eu-gdp-growth-2.json +4 -0
  20. data/data/flot/examples/data-eu-gdp-growth-3.json +4 -0
  21. data/data/flot/examples/data-eu-gdp-growth-4.json +4 -0
  22. data/data/flot/examples/data-eu-gdp-growth-5.json +4 -0
  23. data/data/flot/examples/data-eu-gdp-growth.json +4 -0
  24. data/data/flot/examples/data-japan-gdp-growth.json +4 -0
  25. data/data/flot/examples/data-usa-gdp-growth.json +4 -0
  26. data/data/flot/examples/dual-axis.html +39 -0
  27. data/data/flot/examples/graph-types.html +75 -0
  28. data/data/flot/examples/hs-2004-27-a-large_web.jpg +0 -0
  29. data/data/flot/examples/image.html +45 -0
  30. data/data/flot/examples/index.html +43 -0
  31. data/data/flot/examples/interacting.html +93 -0
  32. data/data/flot/examples/layout.css +6 -0
  33. data/data/flot/examples/navigate.html +118 -0
  34. data/data/flot/examples/selection.html +114 -0
  35. data/data/flot/examples/setting-options.html +65 -0
  36. data/data/flot/examples/stacking.html +77 -0
  37. data/data/flot/examples/thresholding.html +54 -0
  38. data/data/flot/examples/time.html +71 -0
  39. data/data/flot/examples/tracking.html +95 -0
  40. data/data/flot/examples/turning-series.html +98 -0
  41. data/data/flot/examples/visitors.html +90 -0
  42. data/data/flot/examples/zooming.html +98 -0
  43. data/data/flot/excanvas.js +1427 -0
  44. data/data/flot/excanvas.min.js +1 -0
  45. data/data/flot/jquery.colorhelpers.js +174 -0
  46. data/data/flot/jquery.colorhelpers.min.js +1 -0
  47. data/data/flot/jquery.flot.crosshair.js +156 -0
  48. data/data/flot/jquery.flot.crosshair.min.js +1 -0
  49. data/data/flot/jquery.flot.image.js +237 -0
  50. data/data/flot/jquery.flot.image.min.js +1 -0
  51. data/data/flot/jquery.flot.js +2119 -0
  52. data/data/flot/jquery.flot.min.js +1 -0
  53. data/data/flot/jquery.flot.navigate.js +272 -0
  54. data/data/flot/jquery.flot.navigate.min.js +1 -0
  55. data/data/flot/jquery.flot.selection.js +299 -0
  56. data/data/flot/jquery.flot.selection.min.js +1 -0
  57. data/data/flot/jquery.flot.stack.js +152 -0
  58. data/data/flot/jquery.flot.stack.min.js +1 -0
  59. data/data/flot/jquery.flot.threshold.js +103 -0
  60. data/data/flot/jquery.flot.threshold.min.js +1 -0
  61. data/data/flot/jquery.js +4376 -0
  62. data/data/flot/jquery.min.js +19 -0
  63. data/data/jqplot/MIT-LICENSE.txt +21 -0
  64. data/data/jqplot/README.txt +73 -0
  65. data/data/jqplot/changes.txt +261 -0
  66. data/data/jqplot/copyright.txt +33 -0
  67. data/data/jqplot/docs/files/MIT-LICENSE-txt.html +39 -0
  68. data/data/jqplot/docs/files/changes-txt.html +39 -0
  69. data/data/jqplot/docs/files/gpl-2-0-txt.html +39 -0
  70. data/data/jqplot/docs/files/images/background.jpg +0 -0
  71. data/data/jqplot/docs/files/images/basicline.png +0 -0
  72. data/data/jqplot/docs/files/images/basiclogaxis.png +0 -0
  73. data/data/jqplot/docs/files/images/basiclogoptions.png +0 -0
  74. data/data/jqplot/docs/files/images/basicoptions.png +0 -0
  75. data/data/jqplot/docs/files/images/dualaxis.png +0 -0
  76. data/data/jqplot/docs/files/images/logo.jpg +0 -0
  77. data/data/jqplot/docs/files/images/navdocs.png +0 -0
  78. data/data/jqplot/docs/files/images/navdocsover.png +0 -0
  79. data/data/jqplot/docs/files/images/navdownload.png +0 -0
  80. data/data/jqplot/docs/files/images/navdownloadover.png +0 -0
  81. data/data/jqplot/docs/files/images/navexamples.png +0 -0
  82. data/data/jqplot/docs/files/images/navexamplesover.png +0 -0
  83. data/data/jqplot/docs/files/images/navhome.png +0 -0
  84. data/data/jqplot/docs/files/images/navhomeover.png +0 -0
  85. data/data/jqplot/docs/files/images/new.png +0 -0
  86. data/data/jqplot/docs/files/images/sample3.png +0 -0
  87. data/data/jqplot/docs/files/images/samplesm.png +0 -0
  88. data/data/jqplot/docs/files/jqPlotCssStyling-txt.html +39 -0
  89. data/data/jqplot/docs/files/jqPlotOptions-txt.html +292 -0
  90. data/data/jqplot/docs/files/jqplot-axisLabelRenderer-js.html +47 -0
  91. data/data/jqplot/docs/files/jqplot-axisTickRenderer-js.html +69 -0
  92. data/data/jqplot/docs/files/jqplot-canvasGridRenderer-js.html +39 -0
  93. data/data/jqplot/docs/files/jqplot-core-js.html +353 -0
  94. data/data/jqplot/docs/files/jqplot-divTitleRenderer-js.html +39 -0
  95. data/data/jqplot/docs/files/jqplot-lineRenderer-js.html +53 -0
  96. data/data/jqplot/docs/files/jqplot-linearAxisRenderer-js.html +39 -0
  97. data/data/jqplot/docs/files/jqplot-markerRenderer-js.html +65 -0
  98. data/data/jqplot/docs/files/jqplot-shadowRenderer-js.html +61 -0
  99. data/data/jqplot/docs/files/jqplot-shapeRenderer-js.html +63 -0
  100. data/data/jqplot/docs/files/jqplot-themeEngine-js.html +190 -0
  101. data/data/jqplot/docs/files/optionsTutorial-txt.html +119 -0
  102. data/data/jqplot/docs/files/plugins/jqplot-BezierCurveRenderer-js.html +45 -0
  103. data/data/jqplot/docs/files/plugins/jqplot-barRenderer-js.html +67 -0
  104. data/data/jqplot/docs/files/plugins/jqplot-blockRenderer-js.html +53 -0
  105. data/data/jqplot/docs/files/plugins/jqplot-bubbleRenderer-js.html +71 -0
  106. data/data/jqplot/docs/files/plugins/jqplot-canvasAxisLabelRenderer-js.html +63 -0
  107. data/data/jqplot/docs/files/plugins/jqplot-canvasAxisTickRenderer-js.html +79 -0
  108. data/data/jqplot/docs/files/plugins/jqplot-categoryAxisRenderer-js.html +46 -0
  109. data/data/jqplot/docs/files/plugins/jqplot-cursor-js.html +91 -0
  110. data/data/jqplot/docs/files/plugins/jqplot-dateAxisRenderer-js.html +93 -0
  111. data/data/jqplot/docs/files/plugins/jqplot-donutRenderer-js.html +98 -0
  112. data/data/jqplot/docs/files/plugins/jqplot-dragable-js.html +45 -0
  113. data/data/jqplot/docs/files/plugins/jqplot-enhancedLegendRenderer-js.html +49 -0
  114. data/data/jqplot/docs/files/plugins/jqplot-funnelRenderer-js.html +87 -0
  115. data/data/jqplot/docs/files/plugins/jqplot-highlighter-js.html +80 -0
  116. data/data/jqplot/docs/files/plugins/jqplot-logAxisRenderer-js.html +45 -0
  117. data/data/jqplot/docs/files/plugins/jqplot-mekkoAxisRenderer-js.html +49 -0
  118. data/data/jqplot/docs/files/plugins/jqplot-mekkoRenderer-js.html +62 -0
  119. data/data/jqplot/docs/files/plugins/jqplot-meterGaugeRenderer-js.html +103 -0
  120. data/data/jqplot/docs/files/plugins/jqplot-ohlcRenderer-js.html +65 -0
  121. data/data/jqplot/docs/files/plugins/jqplot-pieRenderer-js.html +93 -0
  122. data/data/jqplot/docs/files/plugins/jqplot-pointLabels-js.html +72 -0
  123. data/data/jqplot/docs/files/plugins/jqplot-trendline-js.html +67 -0
  124. data/data/jqplot/docs/files/usage-txt.html +58 -0
  125. data/data/jqplot/docs/index.html +1 -0
  126. data/data/jqplot/docs/index/Classes.html +58 -0
  127. data/data/jqplot/docs/index/Files.html +34 -0
  128. data/data/jqplot/docs/index/Functions.html +66 -0
  129. data/data/jqplot/docs/index/General.html +46 -0
  130. data/data/jqplot/docs/index/General2.html +46 -0
  131. data/data/jqplot/docs/index/General3.html +46 -0
  132. data/data/jqplot/docs/index/General4.html +50 -0
  133. data/data/jqplot/docs/index/General5.html +34 -0
  134. data/data/jqplot/docs/index/General6.html +58 -0
  135. data/data/jqplot/docs/index/Hooks.html +46 -0
  136. data/data/jqplot/docs/index/Properties.html +50 -0
  137. data/data/jqplot/docs/index/Properties2.html +50 -0
  138. data/data/jqplot/docs/index/Properties3.html +50 -0
  139. data/data/jqplot/docs/index/Properties4.html +34 -0
  140. data/data/jqplot/docs/index/Properties5.html +58 -0
  141. data/data/jqplot/docs/javascript/main.js +836 -0
  142. data/data/jqplot/docs/javascript/searchdata.js +182 -0
  143. data/data/jqplot/docs/search/ClassesA.html +20 -0
  144. data/data/jqplot/docs/search/ClassesG.html +20 -0
  145. data/data/jqplot/docs/search/ClassesJ.html +20 -0
  146. data/data/jqplot/docs/search/ClassesL.html +20 -0
  147. data/data/jqplot/docs/search/ClassesS.html +20 -0
  148. data/data/jqplot/docs/search/ClassesSymbols.html +20 -0
  149. data/data/jqplot/docs/search/ClassesT.html +20 -0
  150. data/data/jqplot/docs/search/FilesJ.html +20 -0
  151. data/data/jqplot/docs/search/FunctionsC.html +20 -0
  152. data/data/jqplot/docs/search/FunctionsD.html +20 -0
  153. data/data/jqplot/docs/search/FunctionsG.html +20 -0
  154. data/data/jqplot/docs/search/FunctionsI.html +20 -0
  155. data/data/jqplot/docs/search/FunctionsM.html +20 -0
  156. data/data/jqplot/docs/search/FunctionsN.html +20 -0
  157. data/data/jqplot/docs/search/FunctionsR.html +20 -0
  158. data/data/jqplot/docs/search/FunctionsS.html +20 -0
  159. data/data/jqplot/docs/search/FunctionsZ.html +20 -0
  160. data/data/jqplot/docs/search/GeneralA.html +20 -0
  161. data/data/jqplot/docs/search/GeneralB.html +20 -0
  162. data/data/jqplot/docs/search/GeneralC.html +20 -0
  163. data/data/jqplot/docs/search/GeneralD.html +20 -0
  164. data/data/jqplot/docs/search/GeneralE.html +20 -0
  165. data/data/jqplot/docs/search/GeneralF.html +20 -0
  166. data/data/jqplot/docs/search/GeneralG.html +20 -0
  167. data/data/jqplot/docs/search/GeneralH.html +20 -0
  168. data/data/jqplot/docs/search/GeneralI.html +20 -0
  169. data/data/jqplot/docs/search/GeneralJ.html +20 -0
  170. data/data/jqplot/docs/search/GeneralL.html +20 -0
  171. data/data/jqplot/docs/search/GeneralM.html +20 -0
  172. data/data/jqplot/docs/search/GeneralN.html +20 -0
  173. data/data/jqplot/docs/search/GeneralO.html +20 -0
  174. data/data/jqplot/docs/search/GeneralP.html +20 -0
  175. data/data/jqplot/docs/search/GeneralR.html +20 -0
  176. data/data/jqplot/docs/search/GeneralS.html +20 -0
  177. data/data/jqplot/docs/search/GeneralSymbols.html +20 -0
  178. data/data/jqplot/docs/search/GeneralT.html +20 -0
  179. data/data/jqplot/docs/search/GeneralU.html +20 -0
  180. data/data/jqplot/docs/search/GeneralV.html +20 -0
  181. data/data/jqplot/docs/search/GeneralW.html +20 -0
  182. data/data/jqplot/docs/search/GeneralX.html +20 -0
  183. data/data/jqplot/docs/search/GeneralY.html +20 -0
  184. data/data/jqplot/docs/search/GeneralZ.html +20 -0
  185. data/data/jqplot/docs/search/HooksA.html +20 -0
  186. data/data/jqplot/docs/search/HooksE.html +20 -0
  187. data/data/jqplot/docs/search/HooksJ.html +20 -0
  188. data/data/jqplot/docs/search/HooksP.html +20 -0
  189. data/data/jqplot/docs/search/NoResults.html +15 -0
  190. data/data/jqplot/docs/search/PropertiesA.html +20 -0
  191. data/data/jqplot/docs/search/PropertiesB.html +20 -0
  192. data/data/jqplot/docs/search/PropertiesC.html +20 -0
  193. data/data/jqplot/docs/search/PropertiesD.html +20 -0
  194. data/data/jqplot/docs/search/PropertiesE.html +20 -0
  195. data/data/jqplot/docs/search/PropertiesF.html +20 -0
  196. data/data/jqplot/docs/search/PropertiesG.html +20 -0
  197. data/data/jqplot/docs/search/PropertiesH.html +20 -0
  198. data/data/jqplot/docs/search/PropertiesI.html +20 -0
  199. data/data/jqplot/docs/search/PropertiesL.html +20 -0
  200. data/data/jqplot/docs/search/PropertiesM.html +20 -0
  201. data/data/jqplot/docs/search/PropertiesN.html +20 -0
  202. data/data/jqplot/docs/search/PropertiesO.html +20 -0
  203. data/data/jqplot/docs/search/PropertiesP.html +20 -0
  204. data/data/jqplot/docs/search/PropertiesR.html +20 -0
  205. data/data/jqplot/docs/search/PropertiesS.html +20 -0
  206. data/data/jqplot/docs/search/PropertiesT.html +20 -0
  207. data/data/jqplot/docs/search/PropertiesU.html +20 -0
  208. data/data/jqplot/docs/search/PropertiesV.html +20 -0
  209. data/data/jqplot/docs/search/PropertiesW.html +20 -0
  210. data/data/jqplot/docs/search/PropertiesX.html +20 -0
  211. data/data/jqplot/docs/search/PropertiesY.html +20 -0
  212. data/data/jqplot/docs/search/PropertiesZ.html +20 -0
  213. data/data/jqplot/docs/styles/1.css +767 -0
  214. data/data/jqplot/docs/styles/2.css +174 -0
  215. data/data/jqplot/docs/styles/main.css +2 -0
  216. data/data/jqplot/examples/.htaccess +1 -0
  217. data/data/jqplot/examples/OHLC.html +333 -0
  218. data/data/jqplot/examples/OHLC2.html +193 -0
  219. data/data/jqplot/examples/area.html +107 -0
  220. data/data/jqplot/examples/axisLabel.html +117 -0
  221. data/data/jqplot/examples/axisLabelsRotatedText.html +131 -0
  222. data/data/jqplot/examples/axisLabelsRotatedText2.html +155 -0
  223. data/data/jqplot/examples/barLinePieStack.html +198 -0
  224. data/data/jqplot/examples/barMissingValues.html +64 -0
  225. data/data/jqplot/examples/barTest.html +283 -0
  226. data/data/jqplot/examples/barTest2.html +74 -0
  227. data/data/jqplot/examples/bezierCurve.html +96 -0
  228. data/data/jqplot/examples/blockPlot.html +149 -0
  229. data/data/jqplot/examples/bubbleChart2.html +253 -0
  230. data/data/jqplot/examples/bubblechart.html +69 -0
  231. data/data/jqplot/examples/catchError.html +53 -0
  232. data/data/jqplot/examples/categoryHorizontalBar.html +81 -0
  233. data/data/jqplot/examples/categoryVsLinearAxes.html +74 -0
  234. data/data/jqplot/examples/chartInTable.html +33 -0
  235. data/data/jqplot/examples/customHighlighterCursorTrendline.html +72 -0
  236. data/data/jqplot/examples/customPieTests.html +73 -0
  237. data/data/jqplot/examples/dataLabels.html +192 -0
  238. data/data/jqplot/examples/dataTracking.html +91 -0
  239. data/data/jqplot/examples/donutTest.html +89 -0
  240. data/data/jqplot/examples/donutTest.js +96 -0
  241. data/data/jqplot/examples/examples.css +19 -0
  242. data/data/jqplot/examples/fillToZero.html +126 -0
  243. data/data/jqplot/examples/filledLine.html +78 -0
  244. data/data/jqplot/examples/filledLineCategoryAxis.html +80 -0
  245. data/data/jqplot/examples/funnelTest.html +82 -0
  246. data/data/jqplot/examples/funnelTest.js +74 -0
  247. data/data/jqplot/examples/gridCustomization.html +56 -0
  248. data/data/jqplot/examples/hiddenPlot.html +216 -0
  249. data/data/jqplot/examples/highlighter.html +95 -0
  250. data/data/jqplot/examples/highlighter2.html +63 -0
  251. data/data/jqplot/examples/horizontalLine.html +51 -0
  252. data/data/jqplot/examples/intticks.html +178 -0
  253. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  254. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  255. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  256. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  257. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  258. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  259. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  260. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  261. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  262. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  263. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  264. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  265. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  266. data/data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  267. data/data/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui-1.8.1.custom.css +486 -0
  268. data/data/jqplot/examples/jquery-ui/js/jquery-1.4.2.min.js +154 -0
  269. data/data/jqplot/examples/jquery-ui/js/jquery-ui-1.8.1.custom.min.js +756 -0
  270. data/data/jqplot/examples/legendLabels.html +205 -0
  271. data/data/jqplot/examples/legendLabels2.html +228 -0
  272. data/data/jqplot/examples/liz.zip +0 -0
  273. data/data/jqplot/examples/markerStyles.html +44 -0
  274. data/data/jqplot/examples/mekkoChart.html +217 -0
  275. data/data/jqplot/examples/meterGauge.html +132 -0
  276. data/data/jqplot/examples/meterGauge2.html +158 -0
  277. data/data/jqplot/examples/minMaxLines.html +61 -0
  278. data/data/jqplot/examples/missingValues.html +119 -0
  279. data/data/jqplot/examples/multiAxesRotatedText.html +70 -0
  280. data/data/jqplot/examples/multipleBarColors.html +149 -0
  281. data/data/jqplot/examples/multipleLines.html +47 -0
  282. data/data/jqplot/examples/multipleYAxes.html +85 -0
  283. data/data/jqplot/examples/nav.inc +35 -0
  284. data/data/jqplot/examples/pieTest.html +77 -0
  285. data/data/jqplot/examples/pieTest2.html +87 -0
  286. data/data/jqplot/examples/pieTest2.js +80 -0
  287. data/data/jqplot/examples/pieTest3.html +100 -0
  288. data/data/jqplot/examples/pointLabels.html +94 -0
  289. data/data/jqplot/examples/pointLabels2.html +47 -0
  290. data/data/jqplot/examples/prefix.html +90 -0
  291. data/data/jqplot/examples/resizablePlot.html +150 -0
  292. data/data/jqplot/examples/rotatedTickLabels.html +61 -0
  293. data/data/jqplot/examples/rotatedTickLabelsZoom.html +68 -0
  294. data/data/jqplot/examples/seriesCanvasReorder.html +93 -0
  295. data/data/jqplot/examples/seriesUpdate.html +123 -0
  296. data/data/jqplot/examples/shadowTests.html +133 -0
  297. data/data/jqplot/examples/singlePoint.html +70 -0
  298. data/data/jqplot/examples/sparkLine.html +48 -0
  299. data/data/jqplot/examples/stackedBar2.html +104 -0
  300. data/data/jqplot/examples/stackedBar3.html +76 -0
  301. data/data/jqplot/examples/stackedBarCategoryVsLinearAxes.html +121 -0
  302. data/data/jqplot/examples/stackedCategoryAxis.html +89 -0
  303. data/data/jqplot/examples/stackedFilledLine.html +77 -0
  304. data/data/jqplot/examples/stackedLine.html +56 -0
  305. data/data/jqplot/examples/test2.html +64 -0
  306. data/data/jqplot/examples/theming.html +483 -0
  307. data/data/jqplot/examples/trendlineDragableCustomization.html +79 -0
  308. data/data/jqplot/examples/verticalLine.html +52 -0
  309. data/data/jqplot/examples/waterfall.html +135 -0
  310. data/data/jqplot/examples/zoom1.html +125 -0
  311. data/data/jqplot/examples/zoom2.html +73 -0
  312. data/data/jqplot/examples/zoom3.html +69 -0
  313. data/data/jqplot/examples/zoomOptions.html +101 -0
  314. data/data/jqplot/examples/zoomProxy.html +108 -0
  315. data/data/jqplot/excanvas.js +1416 -0
  316. data/data/jqplot/excanvas.min.js +35 -0
  317. data/data/jqplot/gpl-2.0.txt +280 -0
  318. data/data/jqplot/jqPlotCssStyling.txt +53 -0
  319. data/data/jqplot/jqPlotOptions.txt +276 -0
  320. data/data/jqplot/jquery-1.4.1.min.js +152 -0
  321. data/data/jqplot/jquery-1.4.2.min.js +154 -0
  322. data/data/jqplot/jquery.jqplot.css +212 -0
  323. data/data/jqplot/jquery.jqplot.js +7004 -0
  324. data/data/jqplot/jquery.jqplot.min.css +1 -0
  325. data/data/jqplot/jquery.jqplot.min.js +34 -0
  326. data/data/jqplot/optionsTutorial.txt +239 -0
  327. data/data/jqplot/plugins/jqplot.BezierCurveRenderer.js +300 -0
  328. data/data/jqplot/plugins/jqplot.BezierCurveRenderer.min.js +34 -0
  329. data/data/jqplot/plugins/jqplot.barRenderer.js +629 -0
  330. data/data/jqplot/plugins/jqplot.barRenderer.min.js +34 -0
  331. data/data/jqplot/plugins/jqplot.blockRenderer.js +221 -0
  332. data/data/jqplot/plugins/jqplot.blockRenderer.min.js +34 -0
  333. data/data/jqplot/plugins/jqplot.bubbleRenderer.js +724 -0
  334. data/data/jqplot/plugins/jqplot.bubbleRenderer.min.js +34 -0
  335. data/data/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js +187 -0
  336. data/data/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js +34 -0
  337. data/data/jqplot/plugins/jqplot.canvasAxisTickRenderer.js +226 -0
  338. data/data/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js +34 -0
  339. data/data/jqplot/plugins/jqplot.canvasTextRenderer.js +408 -0
  340. data/data/jqplot/plugins/jqplot.canvasTextRenderer.min.js +34 -0
  341. data/data/jqplot/plugins/jqplot.categoryAxisRenderer.js +630 -0
  342. data/data/jqplot/plugins/jqplot.categoryAxisRenderer.min.js +34 -0
  343. data/data/jqplot/plugins/jqplot.cursor.js +952 -0
  344. data/data/jqplot/plugins/jqplot.cursor.min.js +34 -0
  345. data/data/jqplot/plugins/jqplot.dateAxisRenderer.js +313 -0
  346. data/data/jqplot/plugins/jqplot.dateAxisRenderer.min.js +34 -0
  347. data/data/jqplot/plugins/jqplot.donutRenderer.js +876 -0
  348. data/data/jqplot/plugins/jqplot.donutRenderer.min.js +34 -0
  349. data/data/jqplot/plugins/jqplot.dragable.js +206 -0
  350. data/data/jqplot/plugins/jqplot.dragable.min.js +34 -0
  351. data/data/jqplot/plugins/jqplot.enhancedLegendRenderer.js +186 -0
  352. data/data/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js +34 -0
  353. data/data/jqplot/plugins/jqplot.funnelRenderer.js +918 -0
  354. data/data/jqplot/plugins/jqplot.funnelRenderer.min.js +34 -0
  355. data/data/jqplot/plugins/jqplot.highlighter.js +374 -0
  356. data/data/jqplot/plugins/jqplot.highlighter.min.js +34 -0
  357. data/data/jqplot/plugins/jqplot.logAxisRenderer.js +434 -0
  358. data/data/jqplot/plugins/jqplot.logAxisRenderer.min.js +34 -0
  359. data/data/jqplot/plugins/jqplot.mekkoAxisRenderer.js +595 -0
  360. data/data/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js +34 -0
  361. data/data/jqplot/plugins/jqplot.mekkoRenderer.js +419 -0
  362. data/data/jqplot/plugins/jqplot.mekkoRenderer.min.js +34 -0
  363. data/data/jqplot/plugins/jqplot.meterGaugeRenderer.js +1112 -0
  364. data/data/jqplot/plugins/jqplot.meterGaugeRenderer.min.js +34 -0
  365. data/data/jqplot/plugins/jqplot.ohlcRenderer.js +343 -0
  366. data/data/jqplot/plugins/jqplot.ohlcRenderer.min.js +34 -0
  367. data/data/jqplot/plugins/jqplot.pieRenderer.js +749 -0
  368. data/data/jqplot/plugins/jqplot.pieRenderer.min.js +34 -0
  369. data/data/jqplot/plugins/jqplot.pointLabels.js +325 -0
  370. data/data/jqplot/plugins/jqplot.pointLabels.min.js +34 -0
  371. data/data/jqplot/plugins/jqplot.trendline.js +208 -0
  372. data/data/jqplot/plugins/jqplot.trendline.min.js +34 -0
  373. data/data/jqplot/usage.txt +119 -0
  374. data/examples/graph.rb +17 -0
  375. data/lib/reportbuilder.rb +21 -2
  376. data/lib/reportbuilder/builder.rb +31 -3
  377. data/lib/reportbuilder/builder/html.rb +39 -5
  378. data/lib/reportbuilder/graph.rb +252 -0
  379. data/lib/reportbuilder/graph/html_flot.rb +149 -0
  380. data/lib/reportbuilder/graph/html_jqplot.rb +145 -0
  381. data/lib/reportbuilder/image.rb +178 -78
  382. data/lib/reportbuilder/table/rtfbuilder.rb +2 -2
  383. data/test/helper_test.rb +6 -7
  384. data/test/test_graph.rb +44 -0
  385. data/test/test_graph_html_flot.rb +36 -0
  386. data/test/test_graph_html_jqplot.rb +36 -0
  387. data/test/test_html.rb +4 -7
  388. data/test/test_image.rb +35 -7
  389. data/test/test_reportbuilder.rb +4 -6
  390. data/test/test_table.rb +0 -2
  391. metadata +402 -7
  392. metadata.gz.sig +4 -2
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 1.3.0 / 2010-11-24
2
+
3
+ * Implemented loading of images via blobs and filenames.
4
+ * SVG are converted to raster before inserted of RTFs
5
+ * First (almost) complete support for Graph API on jqPlot and Flot. Test for Graph and jqPlot wrapper for html
6
+
1
7
  === 1.2.5 / 2010-04-30
2
8
  * Changed dependency on clbustos-rtf to 0.3.0
3
9
 
@@ -3,11 +3,382 @@ Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
5
  bin/reportbuilder
6
+ data/flot/API.txt
7
+ data/flot/FAQ.txt
8
+ data/flot/LICENSE.txt
9
+ data/flot/Makefile
10
+ data/flot/NEWS.txt
11
+ data/flot/PLUGINS.txt
12
+ data/flot/README.txt
13
+ data/flot/examples/ajax.html
14
+ data/flot/examples/annotating.html
15
+ data/flot/examples/arrow-down.gif
16
+ data/flot/examples/arrow-left.gif
17
+ data/flot/examples/arrow-right.gif
18
+ data/flot/examples/arrow-up.gif
19
+ data/flot/examples/basic.html
20
+ data/flot/examples/data-eu-gdp-growth-1.json
21
+ data/flot/examples/data-eu-gdp-growth-2.json
22
+ data/flot/examples/data-eu-gdp-growth-3.json
23
+ data/flot/examples/data-eu-gdp-growth-4.json
24
+ data/flot/examples/data-eu-gdp-growth-5.json
25
+ data/flot/examples/data-eu-gdp-growth.json
26
+ data/flot/examples/data-japan-gdp-growth.json
27
+ data/flot/examples/data-usa-gdp-growth.json
28
+ data/flot/examples/dual-axis.html
29
+ data/flot/examples/graph-types.html
30
+ data/flot/examples/hs-2004-27-a-large_web.jpg
31
+ data/flot/examples/image.html
32
+ data/flot/examples/index.html
33
+ data/flot/examples/interacting.html
34
+ data/flot/examples/layout.css
35
+ data/flot/examples/navigate.html
36
+ data/flot/examples/selection.html
37
+ data/flot/examples/setting-options.html
38
+ data/flot/examples/stacking.html
39
+ data/flot/examples/thresholding.html
40
+ data/flot/examples/time.html
41
+ data/flot/examples/tracking.html
42
+ data/flot/examples/turning-series.html
43
+ data/flot/examples/visitors.html
44
+ data/flot/examples/zooming.html
45
+ data/flot/excanvas.js
46
+ data/flot/excanvas.min.js
47
+ data/flot/jquery.colorhelpers.js
48
+ data/flot/jquery.colorhelpers.min.js
49
+ data/flot/jquery.flot.crosshair.js
50
+ data/flot/jquery.flot.crosshair.min.js
51
+ data/flot/jquery.flot.image.js
52
+ data/flot/jquery.flot.image.min.js
53
+ data/flot/jquery.flot.js
54
+ data/flot/jquery.flot.min.js
55
+ data/flot/jquery.flot.navigate.js
56
+ data/flot/jquery.flot.navigate.min.js
57
+ data/flot/jquery.flot.selection.js
58
+ data/flot/jquery.flot.selection.min.js
59
+ data/flot/jquery.flot.stack.js
60
+ data/flot/jquery.flot.stack.min.js
61
+ data/flot/jquery.flot.threshold.js
62
+ data/flot/jquery.flot.threshold.min.js
63
+ data/flot/jquery.js
64
+ data/flot/jquery.min.js
65
+ data/jqplot/MIT-LICENSE.txt
66
+ data/jqplot/README.txt
67
+ data/jqplot/changes.txt
68
+ data/jqplot/copyright.txt
69
+ data/jqplot/docs/files/MIT-LICENSE-txt.html
70
+ data/jqplot/docs/files/changes-txt.html
71
+ data/jqplot/docs/files/gpl-2-0-txt.html
72
+ data/jqplot/docs/files/images/background.jpg
73
+ data/jqplot/docs/files/images/basicline.png
74
+ data/jqplot/docs/files/images/basiclogaxis.png
75
+ data/jqplot/docs/files/images/basiclogoptions.png
76
+ data/jqplot/docs/files/images/basicoptions.png
77
+ data/jqplot/docs/files/images/dualaxis.png
78
+ data/jqplot/docs/files/images/logo.jpg
79
+ data/jqplot/docs/files/images/navdocs.png
80
+ data/jqplot/docs/files/images/navdocsover.png
81
+ data/jqplot/docs/files/images/navdownload.png
82
+ data/jqplot/docs/files/images/navdownloadover.png
83
+ data/jqplot/docs/files/images/navexamples.png
84
+ data/jqplot/docs/files/images/navexamplesover.png
85
+ data/jqplot/docs/files/images/navhome.png
86
+ data/jqplot/docs/files/images/navhomeover.png
87
+ data/jqplot/docs/files/images/new.png
88
+ data/jqplot/docs/files/images/sample3.png
89
+ data/jqplot/docs/files/images/samplesm.png
90
+ data/jqplot/docs/files/jqPlotCssStyling-txt.html
91
+ data/jqplot/docs/files/jqPlotOptions-txt.html
92
+ data/jqplot/docs/files/jqplot-axisLabelRenderer-js.html
93
+ data/jqplot/docs/files/jqplot-axisTickRenderer-js.html
94
+ data/jqplot/docs/files/jqplot-canvasGridRenderer-js.html
95
+ data/jqplot/docs/files/jqplot-core-js.html
96
+ data/jqplot/docs/files/jqplot-divTitleRenderer-js.html
97
+ data/jqplot/docs/files/jqplot-lineRenderer-js.html
98
+ data/jqplot/docs/files/jqplot-linearAxisRenderer-js.html
99
+ data/jqplot/docs/files/jqplot-markerRenderer-js.html
100
+ data/jqplot/docs/files/jqplot-shadowRenderer-js.html
101
+ data/jqplot/docs/files/jqplot-shapeRenderer-js.html
102
+ data/jqplot/docs/files/jqplot-themeEngine-js.html
103
+ data/jqplot/docs/files/optionsTutorial-txt.html
104
+ data/jqplot/docs/files/plugins/jqplot-BezierCurveRenderer-js.html
105
+ data/jqplot/docs/files/plugins/jqplot-barRenderer-js.html
106
+ data/jqplot/docs/files/plugins/jqplot-blockRenderer-js.html
107
+ data/jqplot/docs/files/plugins/jqplot-bubbleRenderer-js.html
108
+ data/jqplot/docs/files/plugins/jqplot-canvasAxisLabelRenderer-js.html
109
+ data/jqplot/docs/files/plugins/jqplot-canvasAxisTickRenderer-js.html
110
+ data/jqplot/docs/files/plugins/jqplot-categoryAxisRenderer-js.html
111
+ data/jqplot/docs/files/plugins/jqplot-cursor-js.html
112
+ data/jqplot/docs/files/plugins/jqplot-dateAxisRenderer-js.html
113
+ data/jqplot/docs/files/plugins/jqplot-donutRenderer-js.html
114
+ data/jqplot/docs/files/plugins/jqplot-dragable-js.html
115
+ data/jqplot/docs/files/plugins/jqplot-enhancedLegendRenderer-js.html
116
+ data/jqplot/docs/files/plugins/jqplot-funnelRenderer-js.html
117
+ data/jqplot/docs/files/plugins/jqplot-highlighter-js.html
118
+ data/jqplot/docs/files/plugins/jqplot-logAxisRenderer-js.html
119
+ data/jqplot/docs/files/plugins/jqplot-mekkoAxisRenderer-js.html
120
+ data/jqplot/docs/files/plugins/jqplot-mekkoRenderer-js.html
121
+ data/jqplot/docs/files/plugins/jqplot-meterGaugeRenderer-js.html
122
+ data/jqplot/docs/files/plugins/jqplot-ohlcRenderer-js.html
123
+ data/jqplot/docs/files/plugins/jqplot-pieRenderer-js.html
124
+ data/jqplot/docs/files/plugins/jqplot-pointLabels-js.html
125
+ data/jqplot/docs/files/plugins/jqplot-trendline-js.html
126
+ data/jqplot/docs/files/usage-txt.html
127
+ data/jqplot/docs/index.html
128
+ data/jqplot/docs/index/Classes.html
129
+ data/jqplot/docs/index/Files.html
130
+ data/jqplot/docs/index/Functions.html
131
+ data/jqplot/docs/index/General.html
132
+ data/jqplot/docs/index/General2.html
133
+ data/jqplot/docs/index/General3.html
134
+ data/jqplot/docs/index/General4.html
135
+ data/jqplot/docs/index/General5.html
136
+ data/jqplot/docs/index/General6.html
137
+ data/jqplot/docs/index/Hooks.html
138
+ data/jqplot/docs/index/Properties.html
139
+ data/jqplot/docs/index/Properties2.html
140
+ data/jqplot/docs/index/Properties3.html
141
+ data/jqplot/docs/index/Properties4.html
142
+ data/jqplot/docs/index/Properties5.html
143
+ data/jqplot/docs/javascript/main.js
144
+ data/jqplot/docs/javascript/searchdata.js
145
+ data/jqplot/docs/search/ClassesA.html
146
+ data/jqplot/docs/search/ClassesG.html
147
+ data/jqplot/docs/search/ClassesJ.html
148
+ data/jqplot/docs/search/ClassesL.html
149
+ data/jqplot/docs/search/ClassesS.html
150
+ data/jqplot/docs/search/ClassesSymbols.html
151
+ data/jqplot/docs/search/ClassesT.html
152
+ data/jqplot/docs/search/FilesJ.html
153
+ data/jqplot/docs/search/FunctionsC.html
154
+ data/jqplot/docs/search/FunctionsD.html
155
+ data/jqplot/docs/search/FunctionsG.html
156
+ data/jqplot/docs/search/FunctionsI.html
157
+ data/jqplot/docs/search/FunctionsM.html
158
+ data/jqplot/docs/search/FunctionsN.html
159
+ data/jqplot/docs/search/FunctionsR.html
160
+ data/jqplot/docs/search/FunctionsS.html
161
+ data/jqplot/docs/search/FunctionsZ.html
162
+ data/jqplot/docs/search/GeneralA.html
163
+ data/jqplot/docs/search/GeneralB.html
164
+ data/jqplot/docs/search/GeneralC.html
165
+ data/jqplot/docs/search/GeneralD.html
166
+ data/jqplot/docs/search/GeneralE.html
167
+ data/jqplot/docs/search/GeneralF.html
168
+ data/jqplot/docs/search/GeneralG.html
169
+ data/jqplot/docs/search/GeneralH.html
170
+ data/jqplot/docs/search/GeneralI.html
171
+ data/jqplot/docs/search/GeneralJ.html
172
+ data/jqplot/docs/search/GeneralL.html
173
+ data/jqplot/docs/search/GeneralM.html
174
+ data/jqplot/docs/search/GeneralN.html
175
+ data/jqplot/docs/search/GeneralO.html
176
+ data/jqplot/docs/search/GeneralP.html
177
+ data/jqplot/docs/search/GeneralR.html
178
+ data/jqplot/docs/search/GeneralS.html
179
+ data/jqplot/docs/search/GeneralSymbols.html
180
+ data/jqplot/docs/search/GeneralT.html
181
+ data/jqplot/docs/search/GeneralU.html
182
+ data/jqplot/docs/search/GeneralV.html
183
+ data/jqplot/docs/search/GeneralW.html
184
+ data/jqplot/docs/search/GeneralX.html
185
+ data/jqplot/docs/search/GeneralY.html
186
+ data/jqplot/docs/search/GeneralZ.html
187
+ data/jqplot/docs/search/HooksA.html
188
+ data/jqplot/docs/search/HooksE.html
189
+ data/jqplot/docs/search/HooksJ.html
190
+ data/jqplot/docs/search/HooksP.html
191
+ data/jqplot/docs/search/NoResults.html
192
+ data/jqplot/docs/search/PropertiesA.html
193
+ data/jqplot/docs/search/PropertiesB.html
194
+ data/jqplot/docs/search/PropertiesC.html
195
+ data/jqplot/docs/search/PropertiesD.html
196
+ data/jqplot/docs/search/PropertiesE.html
197
+ data/jqplot/docs/search/PropertiesF.html
198
+ data/jqplot/docs/search/PropertiesG.html
199
+ data/jqplot/docs/search/PropertiesH.html
200
+ data/jqplot/docs/search/PropertiesI.html
201
+ data/jqplot/docs/search/PropertiesL.html
202
+ data/jqplot/docs/search/PropertiesM.html
203
+ data/jqplot/docs/search/PropertiesN.html
204
+ data/jqplot/docs/search/PropertiesO.html
205
+ data/jqplot/docs/search/PropertiesP.html
206
+ data/jqplot/docs/search/PropertiesR.html
207
+ data/jqplot/docs/search/PropertiesS.html
208
+ data/jqplot/docs/search/PropertiesT.html
209
+ data/jqplot/docs/search/PropertiesU.html
210
+ data/jqplot/docs/search/PropertiesV.html
211
+ data/jqplot/docs/search/PropertiesW.html
212
+ data/jqplot/docs/search/PropertiesX.html
213
+ data/jqplot/docs/search/PropertiesY.html
214
+ data/jqplot/docs/search/PropertiesZ.html
215
+ data/jqplot/docs/styles/1.css
216
+ data/jqplot/docs/styles/2.css
217
+ data/jqplot/docs/styles/main.css
218
+ data/jqplot/examples/.htaccess
219
+ data/jqplot/examples/OHLC.html
220
+ data/jqplot/examples/OHLC2.html
221
+ data/jqplot/examples/area.html
222
+ data/jqplot/examples/axisLabel.html
223
+ data/jqplot/examples/axisLabelsRotatedText.html
224
+ data/jqplot/examples/axisLabelsRotatedText2.html
225
+ data/jqplot/examples/barLinePieStack.html
226
+ data/jqplot/examples/barMissingValues.html
227
+ data/jqplot/examples/barTest.html
228
+ data/jqplot/examples/barTest2.html
229
+ data/jqplot/examples/bezierCurve.html
230
+ data/jqplot/examples/blockPlot.html
231
+ data/jqplot/examples/bubbleChart2.html
232
+ data/jqplot/examples/bubblechart.html
233
+ data/jqplot/examples/catchError.html
234
+ data/jqplot/examples/categoryHorizontalBar.html
235
+ data/jqplot/examples/categoryVsLinearAxes.html
236
+ data/jqplot/examples/chartInTable.html
237
+ data/jqplot/examples/customHighlighterCursorTrendline.html
238
+ data/jqplot/examples/customPieTests.html
239
+ data/jqplot/examples/dataLabels.html
240
+ data/jqplot/examples/dataTracking.html
241
+ data/jqplot/examples/donutTest.html
242
+ data/jqplot/examples/donutTest.js
243
+ data/jqplot/examples/examples.css
244
+ data/jqplot/examples/fillToZero.html
245
+ data/jqplot/examples/filledLine.html
246
+ data/jqplot/examples/filledLineCategoryAxis.html
247
+ data/jqplot/examples/funnelTest.html
248
+ data/jqplot/examples/funnelTest.js
249
+ data/jqplot/examples/gridCustomization.html
250
+ data/jqplot/examples/hiddenPlot.html
251
+ data/jqplot/examples/highlighter.html
252
+ data/jqplot/examples/highlighter2.html
253
+ data/jqplot/examples/horizontalLine.html
254
+ data/jqplot/examples/intticks.html
255
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
256
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
257
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
258
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
259
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
260
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
261
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
262
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
263
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
264
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png
265
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png
266
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
267
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
268
+ data/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png
269
+ data/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui-1.8.1.custom.css
270
+ data/jqplot/examples/jquery-ui/js/jquery-1.4.2.min.js
271
+ data/jqplot/examples/jquery-ui/js/jquery-ui-1.8.1.custom.min.js
272
+ data/jqplot/examples/legendLabels.html
273
+ data/jqplot/examples/legendLabels2.html
274
+ data/jqplot/examples/liz.zip
275
+ data/jqplot/examples/markerStyles.html
276
+ data/jqplot/examples/mekkoChart.html
277
+ data/jqplot/examples/meterGauge.html
278
+ data/jqplot/examples/meterGauge2.html
279
+ data/jqplot/examples/minMaxLines.html
280
+ data/jqplot/examples/missingValues.html
281
+ data/jqplot/examples/multiAxesRotatedText.html
282
+ data/jqplot/examples/multipleBarColors.html
283
+ data/jqplot/examples/multipleLines.html
284
+ data/jqplot/examples/multipleYAxes.html
285
+ data/jqplot/examples/nav.inc
286
+ data/jqplot/examples/pieTest.html
287
+ data/jqplot/examples/pieTest2.html
288
+ data/jqplot/examples/pieTest2.js
289
+ data/jqplot/examples/pieTest3.html
290
+ data/jqplot/examples/pointLabels.html
291
+ data/jqplot/examples/pointLabels2.html
292
+ data/jqplot/examples/prefix.html
293
+ data/jqplot/examples/resizablePlot.html
294
+ data/jqplot/examples/rotatedTickLabels.html
295
+ data/jqplot/examples/rotatedTickLabelsZoom.html
296
+ data/jqplot/examples/seriesCanvasReorder.html
297
+ data/jqplot/examples/seriesUpdate.html
298
+ data/jqplot/examples/shadowTests.html
299
+ data/jqplot/examples/singlePoint.html
300
+ data/jqplot/examples/sparkLine.html
301
+ data/jqplot/examples/stackedBar2.html
302
+ data/jqplot/examples/stackedBar3.html
303
+ data/jqplot/examples/stackedBarCategoryVsLinearAxes.html
304
+ data/jqplot/examples/stackedCategoryAxis.html
305
+ data/jqplot/examples/stackedFilledLine.html
306
+ data/jqplot/examples/stackedLine.html
307
+ data/jqplot/examples/test2.html
308
+ data/jqplot/examples/theming.html
309
+ data/jqplot/examples/trendlineDragableCustomization.html
310
+ data/jqplot/examples/verticalLine.html
311
+ data/jqplot/examples/waterfall.html
312
+ data/jqplot/examples/zoom1.html
313
+ data/jqplot/examples/zoom2.html
314
+ data/jqplot/examples/zoom3.html
315
+ data/jqplot/examples/zoomOptions.html
316
+ data/jqplot/examples/zoomProxy.html
317
+ data/jqplot/excanvas.js
318
+ data/jqplot/excanvas.min.js
319
+ data/jqplot/gpl-2.0.txt
320
+ data/jqplot/jqPlotCssStyling.txt
321
+ data/jqplot/jqPlotOptions.txt
322
+ data/jqplot/jquery-1.4.1.min.js
323
+ data/jqplot/jquery-1.4.2.min.js
324
+ data/jqplot/jquery.jqplot.css
325
+ data/jqplot/jquery.jqplot.js
326
+ data/jqplot/jquery.jqplot.min.css
327
+ data/jqplot/jquery.jqplot.min.js
328
+ data/jqplot/optionsTutorial.txt
329
+ data/jqplot/plugins/jqplot.BezierCurveRenderer.js
330
+ data/jqplot/plugins/jqplot.BezierCurveRenderer.min.js
331
+ data/jqplot/plugins/jqplot.barRenderer.js
332
+ data/jqplot/plugins/jqplot.barRenderer.min.js
333
+ data/jqplot/plugins/jqplot.blockRenderer.js
334
+ data/jqplot/plugins/jqplot.blockRenderer.min.js
335
+ data/jqplot/plugins/jqplot.bubbleRenderer.js
336
+ data/jqplot/plugins/jqplot.bubbleRenderer.min.js
337
+ data/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
338
+ data/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js
339
+ data/jqplot/plugins/jqplot.canvasAxisTickRenderer.js
340
+ data/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js
341
+ data/jqplot/plugins/jqplot.canvasTextRenderer.js
342
+ data/jqplot/plugins/jqplot.canvasTextRenderer.min.js
343
+ data/jqplot/plugins/jqplot.categoryAxisRenderer.js
344
+ data/jqplot/plugins/jqplot.categoryAxisRenderer.min.js
345
+ data/jqplot/plugins/jqplot.cursor.js
346
+ data/jqplot/plugins/jqplot.cursor.min.js
347
+ data/jqplot/plugins/jqplot.dateAxisRenderer.js
348
+ data/jqplot/plugins/jqplot.dateAxisRenderer.min.js
349
+ data/jqplot/plugins/jqplot.donutRenderer.js
350
+ data/jqplot/plugins/jqplot.donutRenderer.min.js
351
+ data/jqplot/plugins/jqplot.dragable.js
352
+ data/jqplot/plugins/jqplot.dragable.min.js
353
+ data/jqplot/plugins/jqplot.enhancedLegendRenderer.js
354
+ data/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js
355
+ data/jqplot/plugins/jqplot.funnelRenderer.js
356
+ data/jqplot/plugins/jqplot.funnelRenderer.min.js
357
+ data/jqplot/plugins/jqplot.highlighter.js
358
+ data/jqplot/plugins/jqplot.highlighter.min.js
359
+ data/jqplot/plugins/jqplot.logAxisRenderer.js
360
+ data/jqplot/plugins/jqplot.logAxisRenderer.min.js
361
+ data/jqplot/plugins/jqplot.mekkoAxisRenderer.js
362
+ data/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js
363
+ data/jqplot/plugins/jqplot.mekkoRenderer.js
364
+ data/jqplot/plugins/jqplot.mekkoRenderer.min.js
365
+ data/jqplot/plugins/jqplot.meterGaugeRenderer.js
366
+ data/jqplot/plugins/jqplot.meterGaugeRenderer.min.js
367
+ data/jqplot/plugins/jqplot.ohlcRenderer.js
368
+ data/jqplot/plugins/jqplot.ohlcRenderer.min.js
369
+ data/jqplot/plugins/jqplot.pieRenderer.js
370
+ data/jqplot/plugins/jqplot.pieRenderer.min.js
371
+ data/jqplot/plugins/jqplot.pointLabels.js
372
+ data/jqplot/plugins/jqplot.pointLabels.min.js
373
+ data/jqplot/plugins/jqplot.trendline.js
374
+ data/jqplot/plugins/jqplot.trendline.min.js
375
+ data/jqplot/usage.txt
6
376
  data/reportbuilder.css
7
377
  data/reportbuilder.js
8
378
  data/sheep.jpg
9
379
  examples/create_rtf.rb
10
380
  examples/generic_interface.rb
381
+ examples/graph.rb
11
382
  examples/images.rb
12
383
  examples/test.rtf
13
384
  examples/using_a_block.rb
@@ -16,6 +387,9 @@ lib/reportbuilder/builder.rb
16
387
  lib/reportbuilder/builder/html.rb
17
388
  lib/reportbuilder/builder/rtf.rb
18
389
  lib/reportbuilder/builder/text.rb
390
+ lib/reportbuilder/graph.rb
391
+ lib/reportbuilder/graph/html_flot.rb
392
+ lib/reportbuilder/graph/html_jqplot.rb
19
393
  lib/reportbuilder/image.rb
20
394
  lib/reportbuilder/section.rb
21
395
  lib/reportbuilder/table.rb
@@ -23,6 +397,9 @@ lib/reportbuilder/table/htmlbuilder.rb
23
397
  lib/reportbuilder/table/rtfbuilder.rb
24
398
  lib/reportbuilder/table/textbuilder.rb
25
399
  test/helper_test.rb
400
+ test/test_graph.rb
401
+ test/test_graph_html_flot.rb
402
+ test/test_graph_html_jqplot.rb
26
403
  test/test_html.rb
27
404
  test/test_image.rb
28
405
  test/test_reportbuilder.rb
@@ -0,0 +1,1024 @@
1
+ Flot Reference
2
+ --------------
3
+
4
+ Consider a call to the plot function:
5
+
6
+ var plot = $.plot(placeholder, data, options)
7
+
8
+ The placeholder is a jQuery object or DOM element or jQuery expression
9
+ that the plot will be put into. This placeholder needs to have its
10
+ width and height set as explained in the README (go read that now if
11
+ you haven't, it's short). The plot will modify some properties of the
12
+ placeholder so it's recommended you simply pass in a div that you
13
+ don't use for anything else. Make sure you check any fancy styling
14
+ you apply to the div, e.g. background images have been reported to be a
15
+ problem on IE 7.
16
+
17
+ The format of the data is documented below, as is the available
18
+ options. The "plot" object returned has some methods you can call.
19
+ These are documented separately below.
20
+
21
+ Note that in general Flot gives no guarantees if you change any of the
22
+ objects you pass in to the plot function or get out of it since
23
+ they're not necessarily deep-copied.
24
+
25
+
26
+ Data Format
27
+ -----------
28
+
29
+ The data is an array of data series:
30
+
31
+ [ series1, series2, ... ]
32
+
33
+ A series can either be raw data or an object with properties. The raw
34
+ data format is an array of points:
35
+
36
+ [ [x1, y1], [x2, y2], ... ]
37
+
38
+ E.g.
39
+
40
+ [ [1, 3], [2, 14.01], [3.5, 3.14] ]
41
+
42
+ Note that to simplify the internal logic in Flot both the x and y
43
+ values must be numbers (even if specifying time series, see below for
44
+ how to do this). This is a common problem because you might retrieve
45
+ data from the database and serialize them directly to JSON without
46
+ noticing the wrong type. If you're getting mysterious errors, double
47
+ check that you're inputting numbers and not strings.
48
+
49
+ If a null is specified as a point or if one of the coordinates is null
50
+ or couldn't be converted to a number, the point is ignored when
51
+ drawing. As a special case, a null value for lines is interpreted as a
52
+ line segment end, i.e. the points before and after the null value are
53
+ not connected.
54
+
55
+ Lines and points take two coordinates. For bars, you can specify a
56
+ third coordinate which is the bottom of the bar (defaults to 0).
57
+
58
+ The format of a single series object is as follows:
59
+
60
+ {
61
+ color: color or number
62
+ data: rawdata
63
+ label: string
64
+ lines: specific lines options
65
+ bars: specific bars options
66
+ points: specific points options
67
+ xaxis: 1 or 2
68
+ yaxis: 1 or 2
69
+ clickable: boolean
70
+ hoverable: boolean
71
+ shadowSize: number
72
+ }
73
+
74
+ You don't have to specify any of them except the data, the rest are
75
+ options that will get default values. Typically you'd only specify
76
+ label and data, like this:
77
+
78
+ {
79
+ label: "y = 3",
80
+ data: [[0, 3], [10, 3]]
81
+ }
82
+
83
+ The label is used for the legend, if you don't specify one, the series
84
+ will not show up in the legend.
85
+
86
+ If you don't specify color, the series will get a color from the
87
+ auto-generated colors. The color is either a CSS color specification
88
+ (like "rgb(255, 100, 123)") or an integer that specifies which of
89
+ auto-generated colors to select, e.g. 0 will get color no. 0, etc.
90
+
91
+ The latter is mostly useful if you let the user add and remove series,
92
+ in which case you can hard-code the color index to prevent the colors
93
+ from jumping around between the series.
94
+
95
+ The "xaxis" and "yaxis" options specify which axis to use, specify 2
96
+ to get the secondary axis (x axis at top or y axis to the right).
97
+ E.g., you can use this to make a dual axis plot by specifying
98
+ { yaxis: 2 } for one data series.
99
+
100
+ "clickable" and "hoverable" can be set to false to disable
101
+ interactivity for specific series if interactivity is turned on in
102
+ the plot, see below.
103
+
104
+ The rest of the options are all documented below as they are the same
105
+ as the default options passed in via the options parameter in the plot
106
+ commmand. When you specify them for a specific data series, they will
107
+ override the default options for the plot for that data series.
108
+
109
+ Here's a complete example of a simple data specification:
110
+
111
+ [ { label: "Foo", data: [ [10, 1], [17, -14], [30, 5] ] },
112
+ { label: "Bar", data: [ [11, 13], [19, 11], [30, -7] ] } ]
113
+
114
+
115
+ Plot Options
116
+ ------------
117
+
118
+ All options are completely optional. They are documented individually
119
+ below, to change them you just specify them in an object, e.g.
120
+
121
+ var options = {
122
+ series: {
123
+ lines: { show: true },
124
+ points: { show: true }
125
+ }
126
+ };
127
+
128
+ $.plot(placeholder, data, options);
129
+
130
+
131
+ Customizing the legend
132
+ ======================
133
+
134
+ legend: {
135
+ show: boolean
136
+ labelFormatter: null or (fn: string, series object -> string)
137
+ labelBoxBorderColor: color
138
+ noColumns: number
139
+ position: "ne" or "nw" or "se" or "sw"
140
+ margin: number of pixels or [x margin, y margin]
141
+ backgroundColor: null or color
142
+ backgroundOpacity: number between 0 and 1
143
+ container: null or jQuery object/DOM element/jQuery expression
144
+ }
145
+
146
+ The legend is generated as a table with the data series labels and
147
+ small label boxes with the color of the series. If you want to format
148
+ the labels in some way, e.g. make them to links, you can pass in a
149
+ function for "labelFormatter". Here's an example that makes them
150
+ clickable:
151
+
152
+ labelFormatter: function(label, series) {
153
+ // series is the series object for the label
154
+ return '<a href="#' + label + '">' + label + '</a>';
155
+ }
156
+
157
+ "noColumns" is the number of columns to divide the legend table into.
158
+ "position" specifies the overall placement of the legend within the
159
+ plot (top-right, top-left, etc.) and margin the distance to the plot
160
+ edge (this can be either a number or an array of two numbers like [x,
161
+ y]). "backgroundColor" and "backgroundOpacity" specifies the
162
+ background. The default is a partly transparent auto-detected
163
+ background.
164
+
165
+ If you want the legend to appear somewhere else in the DOM, you can
166
+ specify "container" as a jQuery object/expression to put the legend
167
+ table into. The "position" and "margin" etc. options will then be
168
+ ignored. Note that Flot will overwrite the contents of the container.
169
+
170
+
171
+ Customizing the axes
172
+ ====================
173
+
174
+ xaxis, yaxis, x2axis, y2axis: {
175
+ mode: null or "time"
176
+ min: null or number
177
+ max: null or number
178
+ autoscaleMargin: null or number
179
+
180
+ labelWidth: null or number
181
+ labelHeight: null or number
182
+
183
+ transform: null or fn: number -> number
184
+ inverseTransform: null or fn: number -> number
185
+
186
+ ticks: null or number or ticks array or (fn: range -> ticks array)
187
+ tickSize: number or array
188
+ minTickSize: number or array
189
+ tickFormatter: (fn: number, object -> string) or string
190
+ tickDecimals: null or number
191
+ }
192
+
193
+ All axes have the same kind of options. The "mode" option
194
+ determines how the data is interpreted, the default of null means as
195
+ decimal numbers. Use "time" for time series data, see the next section.
196
+
197
+ The options "min"/"max" are the precise minimum/maximum value on the
198
+ scale. If you don't specify either of them, a value will automatically
199
+ be chosen based on the minimum/maximum data values.
200
+
201
+ The "autoscaleMargin" is a bit esoteric: it's the fraction of margin
202
+ that the scaling algorithm will add to avoid that the outermost points
203
+ ends up on the grid border. Note that this margin is only applied
204
+ when a min or max value is not explicitly set. If a margin is
205
+ specified, the plot will furthermore extend the axis end-point to the
206
+ nearest whole tick. The default value is "null" for the x axis and
207
+ 0.02 for the y axis which seems appropriate for most cases.
208
+
209
+ "labelWidth" and "labelHeight" specifies a fixed size of the tick
210
+ labels in pixels. They're useful in case you need to align several
211
+ plots.
212
+
213
+ "transform" and "inverseTransform" are callbacks you can put in to
214
+ change the way the data is drawn. You can design a function to
215
+ compress or expand certain parts of the axis non-linearly, e.g.
216
+ suppress weekends or compress far away points with a logarithm or some
217
+ other means. When Flot draws the plot, each value is first put through
218
+ the transform function. Here's an example, the x axis can be turned
219
+ into a natural logarithm axis with the following code:
220
+
221
+ xaxis: {
222
+ transform: function (v) { return Math.log(v); },
223
+ inverseTransform: function (v) { return Math.exp(v); }
224
+ }
225
+
226
+ Note that for finding extrema, Flot assumes that the transform
227
+ function does not reorder values (monotonicity is assumed).
228
+
229
+ The inverseTransform is simply the inverse of the transform function
230
+ (so v == inverseTransform(transform(v)) for all relevant v). It is
231
+ required for converting from canvas coordinates to data coordinates,
232
+ e.g. for a mouse interaction where a certain pixel is clicked. If you
233
+ don't use any interactive features of Flot, you may not need it.
234
+
235
+
236
+ The rest of the options deal with the ticks.
237
+
238
+ If you don't specify any ticks, a tick generator algorithm will make
239
+ some for you. The algorithm has two passes. It first estimates how
240
+ many ticks would be reasonable and uses this number to compute a nice
241
+ round tick interval size. Then it generates the ticks.
242
+
243
+ You can specify how many ticks the algorithm aims for by setting
244
+ "ticks" to a number. The algorithm always tries to generate reasonably
245
+ round tick values so even if you ask for three ticks, you might get
246
+ five if that fits better with the rounding. If you don't want any
247
+ ticks at all, set "ticks" to 0 or an empty array.
248
+
249
+ Another option is to skip the rounding part and directly set the tick
250
+ interval size with "tickSize". If you set it to 2, you'll get ticks at
251
+ 2, 4, 6, etc. Alternatively, you can specify that you just don't want
252
+ ticks at a size less than a specific tick size with "minTickSize".
253
+ Note that for time series, the format is an array like [2, "month"],
254
+ see the next section.
255
+
256
+ If you want to completely override the tick algorithm, you can specify
257
+ an array for "ticks", either like this:
258
+
259
+ ticks: [0, 1.2, 2.4]
260
+
261
+ Or like this where the labels are also customized:
262
+
263
+ ticks: [[0, "zero"], [1.2, "one mark"], [2.4, "two marks"]]
264
+
265
+ You can mix the two if you like.
266
+
267
+ For extra flexibility you can specify a function as the "ticks"
268
+ parameter. The function will be called with an object with the axis
269
+ min and max and should return a ticks array. Here's a simplistic tick
270
+ generator that spits out intervals of pi, suitable for use on the x
271
+ axis for trigonometric functions:
272
+
273
+ function piTickGenerator(axis) {
274
+ var res = [], i = Math.floor(axis.min / Math.PI);
275
+ do {
276
+ var v = i * Math.PI;
277
+ res.push([v, i + "\u03c0"]);
278
+ ++i;
279
+ } while (v < axis.max);
280
+
281
+ return res;
282
+ }
283
+
284
+
285
+ You can control how the ticks look like with "tickDecimals", the
286
+ number of decimals to display (default is auto-detected).
287
+
288
+ Alternatively, for ultimate control over how ticks look like you can
289
+ provide a function to "tickFormatter". The function is passed two
290
+ parameters, the tick value and an "axis" object with information, and
291
+ should return a string. The default formatter looks like this:
292
+
293
+ function formatter(val, axis) {
294
+ return val.toFixed(axis.tickDecimals);
295
+ }
296
+
297
+ The axis object has "min" and "max" with the range of the axis,
298
+ "tickDecimals" with the number of decimals to round the value to and
299
+ "tickSize" with the size of the interval between ticks as calculated
300
+ by the automatic axis scaling algorithm (or specified by you). Here's
301
+ an example of a custom formatter:
302
+
303
+ function suffixFormatter(val, axis) {
304
+ if (val > 1000000)
305
+ return (val / 1000000).toFixed(axis.tickDecimals) + " MB";
306
+ else if (val > 1000)
307
+ return (val / 1000).toFixed(axis.tickDecimals) + " kB";
308
+ else
309
+ return val.toFixed(axis.tickDecimals) + " B";
310
+ }
311
+
312
+ Time series data
313
+ ================
314
+
315
+ Time series are a bit more difficult than scalar data because
316
+ calendars don't follow a simple base 10 system. For many cases, Flot
317
+ abstracts most of this away, but it can still be a bit difficult to
318
+ get the data into Flot. So we'll first discuss the data format.
319
+
320
+ The time series support in Flot is based on Javascript timestamps,
321
+ i.e. everywhere a time value is expected or handed over, a Javascript
322
+ timestamp number is used. This is a number, not a Date object. A
323
+ Javascript timestamp is the number of milliseconds since January 1,
324
+ 1970 00:00:00 UTC. This is almost the same as Unix timestamps, except it's
325
+ in milliseconds, so remember to multiply by 1000!
326
+
327
+ You can see a timestamp like this
328
+
329
+ alert((new Date()).getTime())
330
+
331
+ Normally you want the timestamps to be displayed according to a
332
+ certain time zone, usually the time zone in which the data has been
333
+ produced. However, Flot always displays timestamps according to UTC.
334
+ It has to as the only alternative with core Javascript is to interpret
335
+ the timestamps according to the time zone that the visitor is in,
336
+ which means that the ticks will shift unpredictably with the time zone
337
+ and daylight savings of each visitor.
338
+
339
+ So given that there's no good support for custom time zones in
340
+ Javascript, you'll have to take care of this server-side.
341
+
342
+ The easiest way to think about it is to pretend that the data
343
+ production time zone is UTC, even if it isn't. So if you have a
344
+ datapoint at 2002-02-20 08:00, you can generate a timestamp for eight
345
+ o'clock UTC even if it really happened eight o'clock UTC+0200.
346
+
347
+ In PHP you can get an appropriate timestamp with
348
+ 'strtotime("2002-02-20 UTC") * 1000', in Python with
349
+ 'calendar.timegm(datetime_object.timetuple()) * 1000', in .NET with
350
+ something like:
351
+
352
+ public static int GetJavascriptTimestamp(System.DateTime input)
353
+ {
354
+ System.TimeSpan span = new System.TimeSpan(System.DateTime.Parse("1/1/1970").Ticks);
355
+ System.DateTime time = input.Subtract(span);
356
+ return (long)(time.Ticks / 10000);
357
+ }
358
+
359
+ Javascript also has some support for parsing date strings, so it is
360
+ possible to generate the timestamps manually client-side.
361
+
362
+ If you've already got the real UTC timestamp, it's too late to use the
363
+ pretend trick described above. But you can fix up the timestamps by
364
+ adding the time zone offset, e.g. for UTC+0200 you would add 2 hours
365
+ to the UTC timestamp you got. Then it'll look right on the plot. Most
366
+ programming environments have some means of getting the timezone
367
+ offset for a specific date (note that you need to get the offset for
368
+ each individual timestamp to account for daylight savings).
369
+
370
+ Once you've gotten the timestamps into the data and specified "time"
371
+ as the axis mode, Flot will automatically generate relevant ticks and
372
+ format them. As always, you can tweak the ticks via the "ticks" option
373
+ - just remember that the values should be timestamps (numbers), not
374
+ Date objects.
375
+
376
+ Tick generation and formatting can also be controlled separately
377
+ through the following axis options:
378
+
379
+ minTickSize: array
380
+ timeformat: null or format string
381
+ monthNames: null or array of size 12 of strings
382
+ twelveHourClock: boolean
383
+
384
+ Here "timeformat" is a format string to use. You might use it like
385
+ this:
386
+
387
+ xaxis: {
388
+ mode: "time"
389
+ timeformat: "%y/%m/%d"
390
+ }
391
+
392
+ This will result in tick labels like "2000/12/24". The following
393
+ specifiers are supported
394
+
395
+ %h: hours
396
+ %H: hours (left-padded with a zero)
397
+ %M: minutes (left-padded with a zero)
398
+ %S: seconds (left-padded with a zero)
399
+ %d: day of month (1-31)
400
+ %m: month (1-12)
401
+ %y: year (four digits)
402
+ %b: month name (customizable)
403
+ %p: am/pm, additionally switches %h/%H to 12 hour instead of 24
404
+ %P: AM/PM (uppercase version of %p)
405
+
406
+ You can customize the month names with the "monthNames" option. For
407
+ instance, for Danish you might specify:
408
+
409
+ monthNames: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"]
410
+
411
+ If you set "twelveHourClock" to true, the autogenerated timestamps
412
+ will use 12 hour AM/PM timestamps instead of 24 hour.
413
+
414
+ The format string and month names are used by a very simple built-in
415
+ format function that takes a date object, a format string (and
416
+ optionally an array of month names) and returns the formatted string.
417
+ If needed, you can access it as $.plot.formatDate(date, formatstring,
418
+ monthNames) or even replace it with another more advanced function
419
+ from a date library if you're feeling adventurous.
420
+
421
+ If everything else fails, you can control the formatting by specifying
422
+ a custom tick formatter function as usual. Here's a simple example
423
+ which will format December 24 as 24/12:
424
+
425
+ tickFormatter: function (val, axis) {
426
+ var d = new Date(val);
427
+ return d.getUTCDate() + "/" + (d.getUTCMonth() + 1);
428
+ }
429
+
430
+ Note that for the time mode "tickSize" and "minTickSize" are a bit
431
+ special in that they are arrays on the form "[value, unit]" where unit
432
+ is one of "second", "minute", "hour", "day", "month" and "year". So
433
+ you can specify
434
+
435
+ minTickSize: [1, "month"]
436
+
437
+ to get a tick interval size of at least 1 month and correspondingly,
438
+ if axis.tickSize is [2, "day"] in the tick formatter, the ticks have
439
+ been produced with two days in-between.
440
+
441
+
442
+
443
+ Customizing the data series
444
+ ===========================
445
+
446
+ series: {
447
+ lines, points, bars: {
448
+ show: boolean
449
+ lineWidth: number
450
+ fill: boolean or number
451
+ fillColor: null or color/gradient
452
+ }
453
+
454
+ points: {
455
+ radius: number
456
+ }
457
+
458
+ bars: {
459
+ barWidth: number
460
+ align: "left" or "center"
461
+ horizontal: boolean
462
+ }
463
+
464
+ lines: {
465
+ steps: boolean
466
+ }
467
+
468
+ shadowSize: number
469
+ }
470
+
471
+ colors: [ color1, color2, ... ]
472
+
473
+ The options inside "series: {}" are copied to each of the series. So
474
+ you can specify that all series should have bars by putting it in the
475
+ global options, or override it for individual series by specifying
476
+ bars in a particular the series object in the array of data.
477
+
478
+ The most important options are "lines", "points" and "bars" that
479
+ specify whether and how lines, points and bars should be shown for
480
+ each data series. In case you don't specify anything at all, Flot will
481
+ default to showing lines (you can turn this off with
482
+ lines: { show: false}). You can specify the various types
483
+ independently of each other, and Flot will happily draw each of them
484
+ in turn (this is probably only useful for lines and points), e.g.
485
+
486
+ var options = {
487
+ series: {
488
+ lines: { show: true, fill: true, fillColor: "rgba(255, 255, 255, 0.8)" },
489
+ points: { show: true, fill: false }
490
+ }
491
+ };
492
+
493
+ "lineWidth" is the thickness of the line or outline in pixels. You can
494
+ set it to 0 to prevent a line or outline from being drawn; this will
495
+ also hide the shadow.
496
+
497
+ "fill" is whether the shape should be filled. For lines, this produces
498
+ area graphs. You can use "fillColor" to specify the color of the fill.
499
+ If "fillColor" evaluates to false (default for everything except
500
+ points which are filled with white), the fill color is auto-set to the
501
+ color of the data series. You can adjust the opacity of the fill by
502
+ setting fill to a number between 0 (fully transparent) and 1 (fully
503
+ opaque).
504
+
505
+ For bars, fillColor can be a gradient, see the gradient documentation
506
+ below. "barWidth" is the width of the bars in units of the x axis (or
507
+ the y axis if "horizontal" is true), contrary to most other measures
508
+ that are specified in pixels. For instance, for time series the unit
509
+ is milliseconds so 24 * 60 * 60 * 1000 produces bars with the width of
510
+ a day. "align" specifies whether a bar should be left-aligned
511
+ (default) or centered on top of the value it represents. When
512
+ "horizontal" is on, the bars are drawn horizontally, i.e. from the y
513
+ axis instead of the x axis; note that the bar end points are still
514
+ defined in the same way so you'll probably want to swap the
515
+ coordinates if you've been plotting vertical bars first.
516
+
517
+ For lines, "steps" specifies whether two adjacent data points are
518
+ connected with a straight (possibly diagonal) line or with first a
519
+ horizontal and then a vertical line. Note that this transforms the
520
+ data by adding extra points.
521
+
522
+ "shadowSize" is the default size of shadows in pixels. Set it to 0 to
523
+ remove shadows.
524
+
525
+ The "colors" array specifies a default color theme to get colors for
526
+ the data series from. You can specify as many colors as you like, like
527
+ this:
528
+
529
+ colors: ["#d18b2c", "#dba255", "#919733"]
530
+
531
+ If there are more data series than colors, Flot will try to generate
532
+ extra colors by lightening and darkening colors in the theme.
533
+
534
+
535
+ Customizing the grid
536
+ ====================
537
+
538
+ grid: {
539
+ show: boolean
540
+ aboveData: boolean
541
+ color: color
542
+ backgroundColor: color/gradient or null
543
+ tickColor: color
544
+ labelMargin: number
545
+ markings: array of markings or (fn: axes -> array of markings)
546
+ borderWidth: number
547
+ borderColor: color or null
548
+ clickable: boolean
549
+ hoverable: boolean
550
+ autoHighlight: boolean
551
+ mouseActiveRadius: number
552
+ }
553
+
554
+ The grid is the thing with the axes and a number of ticks. "color" is
555
+ the color of the grid itself whereas "backgroundColor" specifies the
556
+ background color inside the grid area. The default value of null means
557
+ that the background is transparent. You can also set a gradient, see
558
+ the gradient documentation below.
559
+
560
+ You can turn off the whole grid including tick labels by setting
561
+ "show" to false. "aboveData" determines whether the grid is drawn on
562
+ above the data or below (below is default).
563
+
564
+ "tickColor" is the color of the ticks and "labelMargin" is the spacing
565
+ between tick labels and the grid. Note that you can style the tick
566
+ labels with CSS, e.g. to change the color. They have class "tickLabel".
567
+ "borderWidth" is the width of the border around the plot. Set it to 0
568
+ to disable the border. You can also set "borderColor" if you want the
569
+ border to have a different color than the grid lines.
570
+
571
+ "markings" is used to draw simple lines and rectangular areas in the
572
+ background of the plot. You can either specify an array of ranges on
573
+ the form { xaxis: { from, to }, yaxis: { from, to } } (secondary axis
574
+ coordinates with x2axis/y2axis) or with a function that returns such
575
+ an array given the axes for the plot in an object as the first
576
+ parameter.
577
+
578
+ You can set the color of markings by specifying "color" in the ranges
579
+ object. Here's an example array:
580
+
581
+ markings: [ { xaxis: { from: 0, to: 2 }, yaxis: { from: 10, to: 10 }, color: "#bb0000" }, ... ]
582
+
583
+ If you leave out one of the values, that value is assumed to go to the
584
+ border of the plot. So for example if you only specify { xaxis: {
585
+ from: 0, to: 2 } } it means an area that extends from the top to the
586
+ bottom of the plot in the x range 0-2.
587
+
588
+ A line is drawn if from and to are the same, e.g.
589
+
590
+ markings: [ { yaxis: { from: 1, to: 1 } }, ... ]
591
+
592
+ would draw a line parallel to the x axis at y = 1. You can control the
593
+ line width with "lineWidth" in the range object.
594
+
595
+ An example function might look like this:
596
+
597
+ markings: function (axes) {
598
+ var markings = [];
599
+ for (var x = Math.floor(axes.xaxis.min); x < axes.xaxis.max; x += 2)
600
+ markings.push({ xaxis: { from: x, to: x + 1 } });
601
+ return markings;
602
+ }
603
+
604
+
605
+ If you set "clickable" to true, the plot will listen for click events
606
+ on the plot area and fire a "plotclick" event on the placeholder with
607
+ a position and a nearby data item object as parameters. The coordinates
608
+ are available both in the unit of the axes (not in pixels) and in
609
+ global screen coordinates.
610
+
611
+ Likewise, if you set "hoverable" to true, the plot will listen for
612
+ mouse move events on the plot area and fire a "plothover" event with
613
+ the same parameters as the "plotclick" event. If "autoHighlight" is
614
+ true (the default), nearby data items are highlighted automatically.
615
+ If needed, you can disable highlighting and control it yourself with
616
+ the highlight/unhighlight plot methods described elsewhere.
617
+
618
+ You can use "plotclick" and "plothover" events like this:
619
+
620
+ $.plot($("#placeholder"), [ d ], { grid: { clickable: true } });
621
+
622
+ $("#placeholder").bind("plotclick", function (event, pos, item) {
623
+ alert("You clicked at " + pos.x + ", " + pos.y);
624
+ // secondary axis coordinates if present are in pos.x2, pos.y2,
625
+ // if you need global screen coordinates, they are pos.pageX, pos.pageY
626
+
627
+ if (item) {
628
+ highlight(item.series, item.datapoint);
629
+ alert("You clicked a point!");
630
+ }
631
+ });
632
+
633
+ The item object in this example is either null or a nearby object on the form:
634
+
635
+ item: {
636
+ datapoint: the point, e.g. [0, 2]
637
+ dataIndex: the index of the point in the data array
638
+ series: the series object
639
+ seriesIndex: the index of the series
640
+ pageX, pageY: the global screen coordinates of the point
641
+ }
642
+
643
+ For instance, if you have specified the data like this
644
+
645
+ $.plot($("#placeholder"), [ { label: "Foo", data: [[0, 10], [7, 3]] } ], ...);
646
+
647
+ and the mouse is near the point (7, 3), "datapoint" is [7, 3],
648
+ "dataIndex" will be 1, "series" is a normalized series object with
649
+ among other things the "Foo" label in series.label and the color in
650
+ series.color, and "seriesIndex" is 0. Note that plugins and options
651
+ that transform the data can shift the indexes from what you specified
652
+ in the original data array.
653
+
654
+ If you use the above events to update some other information and want
655
+ to clear out that info in case the mouse goes away, you'll probably
656
+ also need to listen to "mouseout" events on the placeholder div.
657
+
658
+ "mouseActiveRadius" specifies how far the mouse can be from an item
659
+ and still activate it. If there are two or more points within this
660
+ radius, Flot chooses the closest item. For bars, the top-most bar
661
+ (from the latest specified data series) is chosen.
662
+
663
+ If you want to disable interactivity for a specific data series, you
664
+ can set "hoverable" and "clickable" to false in the options for that
665
+ series, like this { data: [...], label: "Foo", clickable: false }.
666
+
667
+
668
+ Specifying gradients
669
+ ====================
670
+
671
+ A gradient is specified like this:
672
+
673
+ { colors: [ color1, color2, ... ] }
674
+
675
+ For instance, you might specify a background on the grid going from
676
+ black to gray like this:
677
+
678
+ grid: {
679
+ backgroundColor: { colors: ["#000", "#999"] }
680
+ }
681
+
682
+ For the series you can specify the gradient as an object that
683
+ specifies the scaling of the brightness and the opacity of the series
684
+ color, e.g.
685
+
686
+ { colors: [{ opacity: 0.8 }, { brightness: 0.6, opacity: 0.8 } ] }
687
+
688
+ where the first color simply has its alpha scaled, whereas the second
689
+ is also darkened. For instance, for bars the following makes the bars
690
+ gradually disappear, without outline:
691
+
692
+ bars: {
693
+ show: true,
694
+ lineWidth: 0,
695
+ fill: true,
696
+ fillColor: { colors: [ { opacity: 0.8 }, { opacity: 0.1 } ] }
697
+ }
698
+
699
+ Flot currently only supports vertical gradients drawn from top to
700
+ bottom because that's what works with IE.
701
+
702
+
703
+ Plot Methods
704
+ ------------
705
+
706
+ The Plot object returned from the plot function has some methods you
707
+ can call:
708
+
709
+ - highlight(series, datapoint)
710
+
711
+ Highlight a specific datapoint in the data series. You can either
712
+ specify the actual objects, e.g. if you got them from a
713
+ "plotclick" event, or you can specify the indices, e.g.
714
+ highlight(1, 3) to highlight the fourth point in the second series
715
+ (remember, zero-based indexing).
716
+
717
+
718
+ - unhighlight(series, datapoint) or unhighlight()
719
+
720
+ Remove the highlighting of the point, same parameters as
721
+ highlight.
722
+
723
+ If you call unhighlight with no parameters, e.g. as
724
+ plot.unhighlight(), all current highlights are removed.
725
+
726
+
727
+ - setData(data)
728
+
729
+ You can use this to reset the data used. Note that axis scaling,
730
+ ticks, legend etc. will not be recomputed (use setupGrid() to do
731
+ that). You'll probably want to call draw() afterwards.
732
+
733
+ You can use this function to speed up redrawing a small plot if
734
+ you know that the axes won't change. Put in the new data with
735
+ setData(newdata), call draw(), and you're good to go. Note that
736
+ for large datasets, almost all the time is consumed in draw()
737
+ plotting the data so in this case don't bother.
738
+
739
+
740
+ - setupGrid()
741
+
742
+ Recalculate and set axis scaling, ticks, legend etc.
743
+
744
+ Note that because of the drawing model of the canvas, this
745
+ function will immediately redraw (actually reinsert in the DOM)
746
+ the labels and the legend, but not the actual tick lines because
747
+ they're drawn on the canvas. You need to call draw() to get the
748
+ canvas redrawn.
749
+
750
+ - draw()
751
+
752
+ Redraws the plot canvas.
753
+
754
+ - triggerRedrawOverlay()
755
+
756
+ Schedules an update of an overlay canvas used for drawing
757
+ interactive things like a selection and point highlights. This
758
+ is mostly useful for writing plugins. The redraw doesn't happen
759
+ immediately, instead a timer is set to catch multiple successive
760
+ redraws (e.g. from a mousemove).
761
+
762
+ - width()/height()
763
+
764
+ Gets the width and height of the plotting area inside the grid.
765
+ This is smaller than the canvas or placeholder dimensions as some
766
+ extra space is needed (e.g. for labels).
767
+
768
+ - offset()
769
+
770
+ Returns the offset of the plotting area inside the grid relative
771
+ to the document, useful for instance for calculating mouse
772
+ positions (event.pageX/Y minus this offset is the pixel position
773
+ inside the plot).
774
+
775
+ - pointOffset({ x: xpos, y: ypos })
776
+
777
+ Returns the calculated offset of the data point at (x, y) in data
778
+ space within the placeholder div. If you are working with dual axes, you
779
+ can specify the x and y axis references, e.g.
780
+
781
+ o = pointOffset({ x: xpos, y: ypos, xaxis: 2, yaxis: 2 })
782
+ // o.left and o.top now contains the offset within the div
783
+
784
+
785
+ There are also some members that let you peek inside the internal
786
+ workings of Flot which is useful in some cases. Note that if you change
787
+ something in the objects returned, you're changing the objects used by
788
+ Flot to keep track of its state, so be careful.
789
+
790
+ - getData()
791
+
792
+ Returns an array of the data series currently used in normalized
793
+ form with missing settings filled in according to the global
794
+ options. So for instance to find out what color Flot has assigned
795
+ to the data series, you could do this:
796
+
797
+ var series = plot.getData();
798
+ for (var i = 0; i < series.length; ++i)
799
+ alert(series[i].color);
800
+
801
+ A notable other interesting field besides color is datapoints
802
+ which has a field "points" with the normalized data points in a
803
+ flat array (the field "pointsize" is the increment in the flat
804
+ array to get to the next point so for a dataset consisting only of
805
+ (x,y) pairs it would be 2).
806
+
807
+ - getAxes()
808
+
809
+ Gets an object with the axes settings as { xaxis, yaxis, x2axis,
810
+ y2axis }.
811
+
812
+ Various things are stuffed inside an axis object, e.g. you could
813
+ use getAxes().xaxis.ticks to find out what the ticks are for the
814
+ xaxis. Two other useful attributes are p2c and c2p, functions for
815
+ transforming from data point space to the canvas plot space and
816
+ back. Both returns values that are offset with the plot offset.
817
+
818
+ - getPlaceholder()
819
+
820
+ Returns placeholder that the plot was put into. This can be useful
821
+ for plugins for adding DOM elements or firing events.
822
+
823
+ - getCanvas()
824
+
825
+ Returns the canvas used for drawing in case you need to hack on it
826
+ yourself. You'll probably need to get the plot offset too.
827
+
828
+ - getPlotOffset()
829
+
830
+ Gets the offset that the grid has within the canvas as an object
831
+ with distances from the canvas edges as "left", "right", "top",
832
+ "bottom". I.e., if you draw a circle on the canvas with the center
833
+ placed at (left, top), its center will be at the top-most, left
834
+ corner of the grid.
835
+
836
+ - getOptions()
837
+
838
+ Gets the options for the plot, in a normalized format with default
839
+ values filled in.
840
+
841
+
842
+ Hooks
843
+ =====
844
+
845
+ In addition to the public methods, the Plot object also has some hooks
846
+ that can be used to modify the plotting process. You can install a
847
+ callback function at various points in the process, the function then
848
+ gets access to the internal data structures in Flot.
849
+
850
+ Here's an overview of the phases Flot goes through:
851
+
852
+ 1. Plugin initialization, parsing options
853
+
854
+ 2. Constructing the canvases used for drawing
855
+
856
+ 3. Set data: parsing data specification, calculating colors,
857
+ copying raw data points into internal format,
858
+ normalizing them, finding max/min for axis auto-scaling
859
+
860
+ 4. Grid setup: calculating axis spacing, ticks, inserting tick
861
+ labels, the legend
862
+
863
+ 5. Draw: drawing the grid, drawing each of the series in turn
864
+
865
+ 6. Setting up event handling for interactive features
866
+
867
+ 7. Responding to events, if any
868
+
869
+ Each hook is simply a function which is put in the appropriate array.
870
+ You can add them through the "hooks" option, and they are also available
871
+ after the plot is constructed as the "hooks" attribute on the returned
872
+ plot object, e.g.
873
+
874
+ // define a simple draw hook
875
+ function hellohook(plot, canvascontext) { alert("hello!"); };
876
+
877
+ // pass it in, in an array since we might want to specify several
878
+ var plot = $.plot(placeholder, data, { hooks: { draw: [hellohook] } });
879
+
880
+ // we can now find it again in plot.hooks.draw[0] unless a plugin
881
+ // has added other hooks
882
+
883
+ The available hooks are described below. All hook callbacks get the
884
+ plot object as first parameter. You can find some examples of defined
885
+ hooks in the plugins bundled with Flot.
886
+
887
+ - processOptions [phase 1]
888
+
889
+ function(plot, options)
890
+
891
+ Called after Flot has parsed and merged options. Useful in the
892
+ instance where customizations beyond simple merging of default
893
+ values is needed. A plugin might use it to detect that it has been
894
+ enabled and then turn on or off other options.
895
+
896
+
897
+ - processRawData [phase 3]
898
+
899
+ function(plot, series, data, datapoints)
900
+
901
+ Called before Flot copies and normalizes the raw data for the given
902
+ series. If the function fills in datapoints.points with normalized
903
+ points and sets datapoints.pointsize to the size of the points,
904
+ Flot will skip the copying/normalization step for this series.
905
+
906
+ In any case, you might be interested in setting datapoints.format,
907
+ an array of objects for specifying how a point is normalized and
908
+ how it interferes with axis scaling.
909
+
910
+ The default format array for points is something along the lines of:
911
+
912
+ [
913
+ { x: true, number: true, required: true },
914
+ { y: true, number: true, required: true }
915
+ ]
916
+
917
+ The first object means that for the first coordinate it should be
918
+ taken into account when scaling the x axis, that it must be a
919
+ number, and that it is required - so if it is null or cannot be
920
+ converted to a number, the whole point will be zeroed out with
921
+ nulls. Beyond these you can also specify "defaultValue", a value to
922
+ use if the coordinate is null. This is for instance handy for bars
923
+ where one can omit the third coordinate (the bottom of the bar)
924
+ which then defaults to 0.
925
+
926
+
927
+ - processDatapoints [phase 3]
928
+
929
+ function(plot, series, datapoints)
930
+
931
+ Called after normalization of the given series but before finding
932
+ min/max of the data points. This hook is useful for implementing data
933
+ transformations. "datapoints" contains the normalized data points in
934
+ a flat array as datapoints.points with the size of a single point
935
+ given in datapoints.pointsize. Here's a simple transform that
936
+ multiplies all y coordinates by 2:
937
+
938
+ function multiply(plot, series, datapoints) {
939
+ var points = datapoints.points, ps = datapoints.pointsize;
940
+ for (var i = 0; i < points.length; i += ps)
941
+ points[i + 1] *= 2;
942
+ }
943
+
944
+ Note that you must leave datapoints in a good condition as Flot
945
+ doesn't check it or do any normalization on it afterwards.
946
+
947
+
948
+ - draw [phase 5]
949
+
950
+ function(plot, canvascontext)
951
+
952
+ Hook for drawing on the canvas. Called after the grid is drawn
953
+ (unless it's disabled) and the series have been plotted (in case
954
+ any points, lines or bars have been turned on). For examples of how
955
+ to draw things, look at the source code.
956
+
957
+
958
+ - bindEvents [phase 6]
959
+
960
+ function(plot, eventHolder)
961
+
962
+ Called after Flot has setup its event handlers. Should set any
963
+ necessary event handlers on eventHolder, a jQuery object with the
964
+ canvas, e.g.
965
+
966
+ function (plot, eventHolder) {
967
+ eventHolder.mousedown(function (e) {
968
+ alert("You pressed the mouse at " + e.pageX + " " + e.pageY);
969
+ });
970
+ }
971
+
972
+ Interesting events include click, mousemove, mouseup/down. You can
973
+ use all jQuery events. Usually, the event handlers will update the
974
+ state by drawing something (add a drawOverlay hook and call
975
+ triggerRedrawOverlay) or firing an externally visible event for
976
+ user code. See the crosshair plugin for an example.
977
+
978
+ Currently, eventHolder actually contains both the static canvas
979
+ used for the plot itself and the overlay canvas used for
980
+ interactive features because some versions of IE get the stacking
981
+ order wrong. The hook only gets one event, though (either for the
982
+ overlay or for the static canvas).
983
+
984
+
985
+ - drawOverlay [phase 7]
986
+
987
+ function (plot, canvascontext)
988
+
989
+ The drawOverlay hook is used for interactive things that need a
990
+ canvas to draw on. The model currently used by Flot works the way
991
+ that an extra overlay canvas is positioned on top of the static
992
+ canvas. This overlay is cleared and then completely redrawn
993
+ whenever something interesting happens. This hook is called when
994
+ the overlay canvas is to be redrawn.
995
+
996
+ "canvascontext" is the 2D context of the overlay canvas. You can
997
+ use this to draw things. You'll most likely need some of the
998
+ metrics computed by Flot, e.g. plot.width()/plot.height(). See the
999
+ crosshair plugin for an example.
1000
+
1001
+
1002
+
1003
+ Plugins
1004
+ -------
1005
+
1006
+ Plugins extend the functionality of Flot. To use a plugin, simply
1007
+ include its Javascript file after Flot in the HTML page.
1008
+
1009
+ If you're worried about download size/latency, you can concatenate all
1010
+ the plugins you use, and Flot itself for that matter, into one big file
1011
+ (make sure you get the order right), then optionally run it through a
1012
+ Javascript minifier such as YUI Compressor.
1013
+
1014
+ Here's a brief explanation of how the plugin plumbings work:
1015
+
1016
+ Each plugin registers itself in the global array $.plot.plugins. When
1017
+ you make a new plot object with $.plot, Flot goes through this array
1018
+ calling the "init" function of each plugin and merging default options
1019
+ from its "option" attribute. The init function gets a reference to the
1020
+ plot object created and uses this to register hooks and add new public
1021
+ methods if needed.
1022
+
1023
+ See the PLUGINS.txt file for details on how to write a plugin. As the
1024
+ above description hints, it's actually pretty easy.