jqplot_rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (377) hide show
  1. data/CHANGELOG.rdoc +2 -0
  2. data/LICENSE +0 -0
  3. data/README.rdoc +1 -0
  4. data/files/dist/MIT-LICENSE.txt +21 -0
  5. data/files/dist/README.txt +77 -0
  6. data/files/dist/changes.txt +395 -0
  7. data/files/dist/copyright.txt +56 -0
  8. data/files/dist/docs/files/MIT-LICENSE-txt.html +39 -0
  9. data/files/dist/docs/files/changes-txt.html +39 -0
  10. data/files/dist/docs/files/gpl-2-0-txt.html +39 -0
  11. data/files/dist/docs/files/images/background.jpg +0 -0
  12. data/files/dist/docs/files/images/basicline.png +0 -0
  13. data/files/dist/docs/files/images/basiclogaxis.png +0 -0
  14. data/files/dist/docs/files/images/basiclogoptions.png +0 -0
  15. data/files/dist/docs/files/images/basicoptions.png +0 -0
  16. data/files/dist/docs/files/images/dualaxis.png +0 -0
  17. data/files/dist/docs/files/images/logo.jpg +0 -0
  18. data/files/dist/docs/files/images/navdocs.png +0 -0
  19. data/files/dist/docs/files/images/navdocsover.png +0 -0
  20. data/files/dist/docs/files/images/navdownload.png +0 -0
  21. data/files/dist/docs/files/images/navdownloadover.png +0 -0
  22. data/files/dist/docs/files/images/navexamples.png +0 -0
  23. data/files/dist/docs/files/images/navexamplesover.png +0 -0
  24. data/files/dist/docs/files/images/navhome.png +0 -0
  25. data/files/dist/docs/files/images/navhomeover.png +0 -0
  26. data/files/dist/docs/files/images/new.png +0 -0
  27. data/files/dist/docs/files/images/sample3.png +0 -0
  28. data/files/dist/docs/files/images/samplesm.png +0 -0
  29. data/files/dist/docs/files/jqPlotCssStyling-txt.html +39 -0
  30. data/files/dist/docs/files/jqPlotOptions-txt.html +292 -0
  31. data/files/dist/docs/files/jqplot-axisLabelRenderer-js.html +47 -0
  32. data/files/dist/docs/files/jqplot-axisTickRenderer-js.html +71 -0
  33. data/files/dist/docs/files/jqplot-canvasGridRenderer-js.html +39 -0
  34. data/files/dist/docs/files/jqplot-core-js.html +385 -0
  35. data/files/dist/docs/files/jqplot-divTitleRenderer-js.html +39 -0
  36. data/files/dist/docs/files/jqplot-lineRenderer-js.html +69 -0
  37. data/files/dist/docs/files/jqplot-linearAxisRenderer-js.html +61 -0
  38. data/files/dist/docs/files/jqplot-markerRenderer-js.html +65 -0
  39. data/files/dist/docs/files/jqplot-shadowRenderer-js.html +61 -0
  40. data/files/dist/docs/files/jqplot-shapeRenderer-js.html +65 -0
  41. data/files/dist/docs/files/jqplot-themeEngine-js.html +191 -0
  42. data/files/dist/docs/files/jqplot-toImage-js.html +39 -0
  43. data/files/dist/docs/files/optionsTutorial-txt.html +120 -0
  44. data/files/dist/docs/files/plugins/jqplot-BezierCurveRenderer-js.html +45 -0
  45. data/files/dist/docs/files/plugins/jqplot-barRenderer-js.html +69 -0
  46. data/files/dist/docs/files/plugins/jqplot-blockRenderer-js.html +53 -0
  47. data/files/dist/docs/files/plugins/jqplot-bubbleRenderer-js.html +71 -0
  48. data/files/dist/docs/files/plugins/jqplot-canvasAxisLabelRenderer-js.html +63 -0
  49. data/files/dist/docs/files/plugins/jqplot-canvasAxisTickRenderer-js.html +79 -0
  50. data/files/dist/docs/files/plugins/jqplot-canvasOverlay-js.html +113 -0
  51. data/files/dist/docs/files/plugins/jqplot-categoryAxisRenderer-js.html +46 -0
  52. data/files/dist/docs/files/plugins/jqplot-ciParser-js.html +39 -0
  53. data/files/dist/docs/files/plugins/jqplot-cursor-js.html +93 -0
  54. data/files/dist/docs/files/plugins/jqplot-dateAxisRenderer-js.html +101 -0
  55. data/files/dist/docs/files/plugins/jqplot-donutRenderer-js.html +98 -0
  56. data/files/dist/docs/files/plugins/jqplot-dragable-js.html +45 -0
  57. data/files/dist/docs/files/plugins/jqplot-enhancedLegendRenderer-js.html +49 -0
  58. data/files/dist/docs/files/plugins/jqplot-funnelRenderer-js.html +87 -0
  59. data/files/dist/docs/files/plugins/jqplot-highlighter-js.html +80 -0
  60. data/files/dist/docs/files/plugins/jqplot-logAxisRenderer-js.html +47 -0
  61. data/files/dist/docs/files/plugins/jqplot-mekkoAxisRenderer-js.html +49 -0
  62. data/files/dist/docs/files/plugins/jqplot-mekkoRenderer-js.html +62 -0
  63. data/files/dist/docs/files/plugins/jqplot-meterGaugeRenderer-js.html +103 -0
  64. data/files/dist/docs/files/plugins/jqplot-ohlcRenderer-js.html +65 -0
  65. data/files/dist/docs/files/plugins/jqplot-pieRenderer-js.html +93 -0
  66. data/files/dist/docs/files/plugins/jqplot-pointLabels-js.html +72 -0
  67. data/files/dist/docs/files/plugins/jqplot-pyramidAxisRenderer-js.html +49 -0
  68. data/files/dist/docs/files/plugins/jqplot-pyramidGridRenderer-js.html +39 -0
  69. data/files/dist/docs/files/plugins/jqplot-pyramidRenderer-js.html +53 -0
  70. data/files/dist/docs/files/plugins/jqplot-trendline-js.html +67 -0
  71. data/files/dist/docs/files/usage-txt.html +58 -0
  72. data/files/dist/docs/index/Classes.html +70 -0
  73. data/files/dist/docs/index/Files.html +34 -0
  74. data/files/dist/docs/index/Functions.html +66 -0
  75. data/files/dist/docs/index/General.html +42 -0
  76. data/files/dist/docs/index/General2.html +42 -0
  77. data/files/dist/docs/index/General3.html +42 -0
  78. data/files/dist/docs/index/General4.html +46 -0
  79. data/files/dist/docs/index/General5.html +46 -0
  80. data/files/dist/docs/index/General6.html +34 -0
  81. data/files/dist/docs/index/General7.html +58 -0
  82. data/files/dist/docs/index/Hooks.html +46 -0
  83. data/files/dist/docs/index/Properties.html +42 -0
  84. data/files/dist/docs/index/Properties2.html +42 -0
  85. data/files/dist/docs/index/Properties3.html +46 -0
  86. data/files/dist/docs/index/Properties4.html +50 -0
  87. data/files/dist/docs/index/Properties5.html +34 -0
  88. data/files/dist/docs/index/Properties6.html +58 -0
  89. data/files/dist/docs/index.html +1 -0
  90. data/files/dist/docs/javascript/main.js +836 -0
  91. data/files/dist/docs/javascript/searchdata.js +182 -0
  92. data/files/dist/docs/search/ClassesA.html +20 -0
  93. data/files/dist/docs/search/ClassesD.html +20 -0
  94. data/files/dist/docs/search/ClassesG.html +20 -0
  95. data/files/dist/docs/search/ClassesH.html +20 -0
  96. data/files/dist/docs/search/ClassesJ.html +20 -0
  97. data/files/dist/docs/search/ClassesL.html +20 -0
  98. data/files/dist/docs/search/ClassesS.html +20 -0
  99. data/files/dist/docs/search/ClassesSymbols.html +20 -0
  100. data/files/dist/docs/search/ClassesT.html +20 -0
  101. data/files/dist/docs/search/ClassesV.html +20 -0
  102. data/files/dist/docs/search/FilesJ.html +20 -0
  103. data/files/dist/docs/search/FunctionsC.html +20 -0
  104. data/files/dist/docs/search/FunctionsD.html +20 -0
  105. data/files/dist/docs/search/FunctionsG.html +20 -0
  106. data/files/dist/docs/search/FunctionsI.html +20 -0
  107. data/files/dist/docs/search/FunctionsM.html +20 -0
  108. data/files/dist/docs/search/FunctionsN.html +20 -0
  109. data/files/dist/docs/search/FunctionsR.html +20 -0
  110. data/files/dist/docs/search/FunctionsS.html +20 -0
  111. data/files/dist/docs/search/FunctionsZ.html +20 -0
  112. data/files/dist/docs/search/GeneralA.html +20 -0
  113. data/files/dist/docs/search/GeneralB.html +20 -0
  114. data/files/dist/docs/search/GeneralC.html +20 -0
  115. data/files/dist/docs/search/GeneralD.html +20 -0
  116. data/files/dist/docs/search/GeneralE.html +20 -0
  117. data/files/dist/docs/search/GeneralF.html +20 -0
  118. data/files/dist/docs/search/GeneralG.html +20 -0
  119. data/files/dist/docs/search/GeneralH.html +20 -0
  120. data/files/dist/docs/search/GeneralI.html +20 -0
  121. data/files/dist/docs/search/GeneralJ.html +20 -0
  122. data/files/dist/docs/search/GeneralL.html +20 -0
  123. data/files/dist/docs/search/GeneralM.html +20 -0
  124. data/files/dist/docs/search/GeneralN.html +20 -0
  125. data/files/dist/docs/search/GeneralO.html +20 -0
  126. data/files/dist/docs/search/GeneralP.html +20 -0
  127. data/files/dist/docs/search/GeneralR.html +20 -0
  128. data/files/dist/docs/search/GeneralS.html +20 -0
  129. data/files/dist/docs/search/GeneralSymbols.html +20 -0
  130. data/files/dist/docs/search/GeneralT.html +20 -0
  131. data/files/dist/docs/search/GeneralU.html +20 -0
  132. data/files/dist/docs/search/GeneralV.html +20 -0
  133. data/files/dist/docs/search/GeneralW.html +20 -0
  134. data/files/dist/docs/search/GeneralX.html +20 -0
  135. data/files/dist/docs/search/GeneralY.html +20 -0
  136. data/files/dist/docs/search/GeneralZ.html +20 -0
  137. data/files/dist/docs/search/HooksA.html +20 -0
  138. data/files/dist/docs/search/HooksE.html +20 -0
  139. data/files/dist/docs/search/HooksJ.html +20 -0
  140. data/files/dist/docs/search/HooksP.html +20 -0
  141. data/files/dist/docs/search/NoResults.html +15 -0
  142. data/files/dist/docs/search/PropertiesA.html +20 -0
  143. data/files/dist/docs/search/PropertiesB.html +20 -0
  144. data/files/dist/docs/search/PropertiesC.html +20 -0
  145. data/files/dist/docs/search/PropertiesD.html +20 -0
  146. data/files/dist/docs/search/PropertiesE.html +20 -0
  147. data/files/dist/docs/search/PropertiesF.html +20 -0
  148. data/files/dist/docs/search/PropertiesG.html +20 -0
  149. data/files/dist/docs/search/PropertiesH.html +20 -0
  150. data/files/dist/docs/search/PropertiesI.html +20 -0
  151. data/files/dist/docs/search/PropertiesL.html +20 -0
  152. data/files/dist/docs/search/PropertiesM.html +20 -0
  153. data/files/dist/docs/search/PropertiesN.html +20 -0
  154. data/files/dist/docs/search/PropertiesO.html +20 -0
  155. data/files/dist/docs/search/PropertiesP.html +20 -0
  156. data/files/dist/docs/search/PropertiesR.html +20 -0
  157. data/files/dist/docs/search/PropertiesS.html +20 -0
  158. data/files/dist/docs/search/PropertiesT.html +20 -0
  159. data/files/dist/docs/search/PropertiesU.html +20 -0
  160. data/files/dist/docs/search/PropertiesV.html +20 -0
  161. data/files/dist/docs/search/PropertiesW.html +20 -0
  162. data/files/dist/docs/search/PropertiesX.html +20 -0
  163. data/files/dist/docs/search/PropertiesY.html +20 -0
  164. data/files/dist/docs/search/PropertiesZ.html +20 -0
  165. data/files/dist/docs/styles/1.css +767 -0
  166. data/files/dist/docs/styles/2.css +174 -0
  167. data/files/dist/docs/styles/main.css +2 -0
  168. data/files/dist/examples/KCPsample4.csv +25 -0
  169. data/files/dist/examples/ajax-loader.gif +0 -0
  170. data/files/dist/examples/area.html +139 -0
  171. data/files/dist/examples/axisLabelTests.html +157 -0
  172. data/files/dist/examples/axisLabelsRotatedText.html +229 -0
  173. data/files/dist/examples/axisScalingForceTickAt.html +242 -0
  174. data/files/dist/examples/bandedLine.html +310 -0
  175. data/files/dist/examples/bar-charts.html +219 -0
  176. data/files/dist/examples/barLineAnimated.html +165 -0
  177. data/files/dist/examples/barTest.html +299 -0
  178. data/files/dist/examples/bezierCurve.html +125 -0
  179. data/files/dist/examples/blockPlot.html +197 -0
  180. data/files/dist/examples/bubble-plots.html +213 -0
  181. data/files/dist/examples/bubbleChart.html +264 -0
  182. data/files/dist/examples/candlestick-charts.html +209 -0
  183. data/files/dist/examples/candlestick.html +322 -0
  184. data/files/dist/examples/cursor-highlighter.html +137 -0
  185. data/files/dist/examples/customHighlighterCursorTrendline.html +104 -0
  186. data/files/dist/examples/dashboardWidget.html +212 -0
  187. data/files/dist/examples/dashedLines.html +227 -0
  188. data/files/dist/examples/data-renderers.html +144 -0
  189. data/files/dist/examples/date-axes.html +107 -0
  190. data/files/dist/examples/dateAxisLogAxisZooming.html +105 -0
  191. data/files/dist/examples/dateAxisRenderer.html +292 -0
  192. data/files/dist/examples/example.js +114 -0
  193. data/files/dist/examples/example.min.js +1 -0
  194. data/files/dist/examples/examples.css +135 -0
  195. data/files/dist/examples/examples.min.css +1 -0
  196. data/files/dist/examples/fillBetweenLines.html +134 -0
  197. data/files/dist/examples/hiddenPlotsInTabs.html +225 -0
  198. data/files/dist/examples/images/logo.jpg +0 -0
  199. data/files/dist/examples/index.html +100 -0
  200. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  201. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  202. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  203. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  204. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  205. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  206. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  207. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  208. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  209. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_2e83ff_256x240.png +0 -0
  210. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_454545_256x240.png +0 -0
  211. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_888888_256x240.png +0 -0
  212. data/files/dist/examples/jquery-ui/css/ui-lightness/images/ui-icons_cd0a0a_256x240.png +0 -0
  213. data/files/dist/examples/jquery-ui/css/ui-lightness/jquery-ui.css +612 -0
  214. data/files/dist/examples/jquery-ui/css/ui-lightness/jquery-ui.min.css +10 -0
  215. data/files/dist/examples/jquery-ui/js/jquery-ui.min.js +473 -0
  216. data/files/dist/examples/jquery-ui/js/jquery.effects.blind.js +80 -0
  217. data/files/dist/examples/jquery-ui/js/jquery.effects.blind.min.js +14 -0
  218. data/files/dist/examples/jquery-ui/js/jquery.effects.core.js +890 -0
  219. data/files/dist/examples/jquery-ui/js/jquery.effects.core.min.js +32 -0
  220. data/files/dist/examples/jsondata.txt +1 -0
  221. data/files/dist/examples/kcp_area.html +250 -0
  222. data/files/dist/examples/kcp_cdf.html +351 -0
  223. data/files/dist/examples/kcp_engel.html +244 -0
  224. data/files/dist/examples/kcp_lorenz.html +510 -0
  225. data/files/dist/examples/kcp_pdf.html +387 -0
  226. data/files/dist/examples/kcp_pyramid.html +580 -0
  227. data/files/dist/examples/kcp_pyramid2.html +568 -0
  228. data/files/dist/examples/line-charts.html +193 -0
  229. data/files/dist/examples/mekkoCharts.html +269 -0
  230. data/files/dist/examples/meterGauge.html +179 -0
  231. data/files/dist/examples/nav.inc +40 -0
  232. data/files/dist/examples/pie-donut-charts.html +160 -0
  233. data/files/dist/examples/pieTest.html +187 -0
  234. data/files/dist/examples/pieTest2.js +80 -0
  235. data/files/dist/examples/pieTest4.html +258 -0
  236. data/files/dist/examples/point-labels.html +193 -0
  237. data/files/dist/examples/resizablePlot.html +196 -0
  238. data/files/dist/examples/rotated-tick-labels.html +216 -0
  239. data/files/dist/examples/rotatedTickLabelsZoom.html +118 -0
  240. data/files/dist/examples/smoothedLine.html +137 -0
  241. data/files/dist/examples/syntaxhighlighter/LGPL-LICENSE +165 -0
  242. data/files/dist/examples/syntaxhighlighter/MIT-LICENSE +20 -0
  243. data/files/dist/examples/syntaxhighlighter/scripts/shAutoloader.js +17 -0
  244. data/files/dist/examples/syntaxhighlighter/scripts/shAutoloader.min.js +1 -0
  245. data/files/dist/examples/syntaxhighlighter/scripts/shBrushJScript.js +52 -0
  246. data/files/dist/examples/syntaxhighlighter/scripts/shBrushJScript.min.js +1 -0
  247. data/files/dist/examples/syntaxhighlighter/scripts/shBrushXml.js +69 -0
  248. data/files/dist/examples/syntaxhighlighter/scripts/shBrushXml.min.js +1 -0
  249. data/files/dist/examples/syntaxhighlighter/scripts/shCore.js +17 -0
  250. data/files/dist/examples/syntaxhighlighter/scripts/shCore.min.js +1 -0
  251. data/files/dist/examples/syntaxhighlighter/styles/shCore.css +226 -0
  252. data/files/dist/examples/syntaxhighlighter/styles/shCore.min.css +1 -0
  253. data/files/dist/examples/syntaxhighlighter/styles/shCoreDefault.css +328 -0
  254. data/files/dist/examples/syntaxhighlighter/styles/shCoreDefault.min.css +1 -0
  255. data/files/dist/examples/syntaxhighlighter/styles/shThemeDefault.css +117 -0
  256. data/files/dist/examples/syntaxhighlighter/styles/shThemeDefault.min.css +1 -0
  257. data/files/dist/examples/syntaxhighlighter/styles/shThemejqPlot.css +138 -0
  258. data/files/dist/examples/syntaxhighlighter/styles/shThemejqPlot.min.css +1 -0
  259. data/files/dist/examples/theming.html +519 -0
  260. data/files/dist/examples/topbanner.inc +9 -0
  261. data/files/dist/examples/waterfall.html +162 -0
  262. data/files/dist/examples/waterfall2.html +231 -0
  263. data/files/dist/examples/yahooData.js +1807 -0
  264. data/files/dist/examples/yahooData.min.js +1 -0
  265. data/files/dist/examples/zoom1.html +149 -0
  266. data/files/dist/examples/zoomOptions.html +176 -0
  267. data/files/dist/examples/zoomProxy.html +110 -0
  268. data/files/dist/examples/zooming.html +209 -0
  269. data/files/dist/excanvas.js +1438 -0
  270. data/files/dist/excanvas.min.js +57 -0
  271. data/files/dist/gpl-2.0.txt +280 -0
  272. data/files/dist/jqPlotCssStyling.txt +53 -0
  273. data/files/dist/jqPlotOptions.txt +276 -0
  274. data/files/dist/jquery.jqplot.css +259 -0
  275. data/files/dist/jquery.jqplot.js +10901 -0
  276. data/files/dist/jquery.jqplot.min.css +1 -0
  277. data/files/dist/jquery.js +9046 -0
  278. data/files/dist/jquery.min.js +4 -0
  279. data/files/dist/optionsTutorial.txt +240 -0
  280. data/files/dist/plugins/jqplot.BezierCurveRenderer.js +312 -0
  281. data/files/dist/plugins/jqplot.BezierCurveRenderer.min.js +57 -0
  282. data/files/dist/plugins/jqplot.barRenderer.js +747 -0
  283. data/files/dist/plugins/jqplot.barRenderer.min.js +57 -0
  284. data/files/dist/plugins/jqplot.blockRenderer.js +234 -0
  285. data/files/dist/plugins/jqplot.blockRenderer.min.js +57 -0
  286. data/files/dist/plugins/jqplot.bubbleRenderer.js +754 -0
  287. data/files/dist/plugins/jqplot.bubbleRenderer.min.js +57 -0
  288. data/files/dist/plugins/jqplot.canvasAxisLabelRenderer.js +202 -0
  289. data/files/dist/plugins/jqplot.canvasAxisLabelRenderer.min.js +57 -0
  290. data/files/dist/plugins/jqplot.canvasAxisTickRenderer.js +242 -0
  291. data/files/dist/plugins/jqplot.canvasAxisTickRenderer.min.js +57 -0
  292. data/files/dist/plugins/jqplot.canvasOverlay.js +864 -0
  293. data/files/dist/plugins/jqplot.canvasOverlay.min.js +57 -0
  294. data/files/dist/plugins/jqplot.canvasTextRenderer.js +448 -0
  295. data/files/dist/plugins/jqplot.canvasTextRenderer.min.js +57 -0
  296. data/files/dist/plugins/jqplot.categoryAxisRenderer.js +636 -0
  297. data/files/dist/plugins/jqplot.categoryAxisRenderer.min.js +57 -0
  298. data/files/dist/plugins/jqplot.ciParser.js +115 -0
  299. data/files/dist/plugins/jqplot.ciParser.min.js +57 -0
  300. data/files/dist/plugins/jqplot.cursor.js +1093 -0
  301. data/files/dist/plugins/jqplot.cursor.min.js +57 -0
  302. data/files/dist/plugins/jqplot.dateAxisRenderer.js +702 -0
  303. data/files/dist/plugins/jqplot.dateAxisRenderer.min.js +57 -0
  304. data/files/dist/plugins/jqplot.donutRenderer.js +800 -0
  305. data/files/dist/plugins/jqplot.donutRenderer.min.js +57 -0
  306. data/files/dist/plugins/jqplot.dragable.js +224 -0
  307. data/files/dist/plugins/jqplot.dragable.min.js +57 -0
  308. data/files/dist/plugins/jqplot.enhancedLegendRenderer.js +241 -0
  309. data/files/dist/plugins/jqplot.enhancedLegendRenderer.min.js +57 -0
  310. data/files/dist/plugins/jqplot.funnelRenderer.js +938 -0
  311. data/files/dist/plugins/jqplot.funnelRenderer.min.js +57 -0
  312. data/files/dist/plugins/jqplot.highlighter.js +454 -0
  313. data/files/dist/plugins/jqplot.highlighter.min.js +57 -0
  314. data/files/dist/plugins/jqplot.json2.js +475 -0
  315. data/files/dist/plugins/jqplot.json2.min.js +57 -0
  316. data/files/dist/plugins/jqplot.logAxisRenderer.js +528 -0
  317. data/files/dist/plugins/jqplot.logAxisRenderer.min.js +57 -0
  318. data/files/dist/plugins/jqplot.mekkoAxisRenderer.js +610 -0
  319. data/files/dist/plugins/jqplot.mekkoAxisRenderer.min.js +57 -0
  320. data/files/dist/plugins/jqplot.mekkoRenderer.js +436 -0
  321. data/files/dist/plugins/jqplot.mekkoRenderer.min.js +57 -0
  322. data/files/dist/plugins/jqplot.meterGaugeRenderer.js +1029 -0
  323. data/files/dist/plugins/jqplot.meterGaugeRenderer.min.js +57 -0
  324. data/files/dist/plugins/jqplot.ohlcRenderer.js +372 -0
  325. data/files/dist/plugins/jqplot.ohlcRenderer.min.js +57 -0
  326. data/files/dist/plugins/jqplot.pieRenderer.js +899 -0
  327. data/files/dist/plugins/jqplot.pieRenderer.min.js +57 -0
  328. data/files/dist/plugins/jqplot.pointLabels.js +362 -0
  329. data/files/dist/plugins/jqplot.pointLabels.min.js +57 -0
  330. data/files/dist/plugins/jqplot.pyramidAxisRenderer.js +730 -0
  331. data/files/dist/plugins/jqplot.pyramidAxisRenderer.min.js +57 -0
  332. data/files/dist/plugins/jqplot.pyramidGridRenderer.js +423 -0
  333. data/files/dist/plugins/jqplot.pyramidGridRenderer.min.js +57 -0
  334. data/files/dist/plugins/jqplot.pyramidRenderer.js +490 -0
  335. data/files/dist/plugins/jqplot.pyramidRenderer.min.js +57 -0
  336. data/files/dist/plugins/jqplot.trendline.js +222 -0
  337. data/files/dist/plugins/jqplot.trendline.min.js +57 -0
  338. data/files/dist/usage.txt +126 -0
  339. data/files/javascripts/excanvas.min.js +57 -0
  340. data/files/javascripts/jquery.jqplot.min.js +57 -0
  341. data/files/javascripts/plugins/jqplot.BezierCurveRenderer.min.js +57 -0
  342. data/files/javascripts/plugins/jqplot.barRenderer.min.js +57 -0
  343. data/files/javascripts/plugins/jqplot.blockRenderer.min.js +57 -0
  344. data/files/javascripts/plugins/jqplot.bubbleRenderer.min.js +57 -0
  345. data/files/javascripts/plugins/jqplot.canvasAxisLabelRenderer.min.js +57 -0
  346. data/files/javascripts/plugins/jqplot.canvasAxisTickRenderer.min.js +57 -0
  347. data/files/javascripts/plugins/jqplot.canvasOverlay.min.js +57 -0
  348. data/files/javascripts/plugins/jqplot.canvasTextRenderer.min.js +57 -0
  349. data/files/javascripts/plugins/jqplot.categoryAxisRenderer.min.js +57 -0
  350. data/files/javascripts/plugins/jqplot.ciParser.min.js +57 -0
  351. data/files/javascripts/plugins/jqplot.cursor.min.js +57 -0
  352. data/files/javascripts/plugins/jqplot.dateAxisRenderer.min.js +57 -0
  353. data/files/javascripts/plugins/jqplot.donutRenderer.min.js +57 -0
  354. data/files/javascripts/plugins/jqplot.dragable.min.js +57 -0
  355. data/files/javascripts/plugins/jqplot.enhancedLegendRenderer.min.js +57 -0
  356. data/files/javascripts/plugins/jqplot.funnelRenderer.min.js +57 -0
  357. data/files/javascripts/plugins/jqplot.highlighter.min.js +57 -0
  358. data/files/javascripts/plugins/jqplot.json2.min.js +57 -0
  359. data/files/javascripts/plugins/jqplot.logAxisRenderer.min.js +57 -0
  360. data/files/javascripts/plugins/jqplot.mekkoAxisRenderer.min.js +57 -0
  361. data/files/javascripts/plugins/jqplot.mekkoRenderer.min.js +57 -0
  362. data/files/javascripts/plugins/jqplot.meterGaugeRenderer.min.js +57 -0
  363. data/files/javascripts/plugins/jqplot.ohlcRenderer.min.js +57 -0
  364. data/files/javascripts/plugins/jqplot.pieRenderer.min.js +57 -0
  365. data/files/javascripts/plugins/jqplot.pointLabels.min.js +57 -0
  366. data/files/javascripts/plugins/jqplot.pyramidAxisRenderer.min.js +57 -0
  367. data/files/javascripts/plugins/jqplot.pyramidGridRenderer.min.js +57 -0
  368. data/files/javascripts/plugins/jqplot.pyramidRenderer.min.js +57 -0
  369. data/files/javascripts/plugins/jqplot.trendline.min.js +57 -0
  370. data/files/stylesheets/jqplot_rails_overrides.css +3 -0
  371. data/files/stylesheets/jquery.jqplot.min.css +1 -0
  372. data/lib/jqplot_rails/jqplot_action_view.rb +106 -0
  373. data/lib/jqplot_rails/railtie.rb +29 -0
  374. data/lib/jqplot_rails/tasks.rb +58 -0
  375. data/lib/jqplot_rails/version.rb +17 -0
  376. data/lib/jqplot_rails.rb +5 -0
  377. metadata +473 -0
data/CHANGELOG.rdoc ADDED
@@ -0,0 +1,2 @@
1
+ == v0.0.1
2
+ * Initial release
data/LICENSE ADDED
File without changes
data/README.rdoc ADDED
@@ -0,0 +1 @@
1
+ Build jqplots from the comfort of rails
@@ -0,0 +1,21 @@
1
+ Title: MIT License
2
+
3
+ Copyright (c) 2009-2011 Chris Leonello
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,77 @@
1
+ Title: jqPlot Readme
2
+
3
+ Pure JavaScript plotting plugin for jQuery.
4
+
5
+ To learn how to use jqPlot, start with the Basic Usage Instructions below. Then read the
6
+ usage.txt and jqPlotOptions.txt files included with the distribution.
7
+
8
+ The jqPlot home page is at <http://www.jqplot.com/>.
9
+
10
+ Downloads can be found at <http://bitbucket.org/cleonello/jqplot/downloads/>.
11
+
12
+ The mailing list is at <http://groups.google.com/group/jqplot-users>.
13
+
14
+ Examples and unit tests are at <http://www.jqplot.com/tests/>.
15
+
16
+ Documentation is at <http://www.jqplot.com/docs/>.
17
+
18
+ The project page and source code are at <http://www.bitbucket.org/cleonello/jqplot/>.
19
+
20
+ Bugs, issues, feature requests: <http://www.bitbucket.org/cleonello/jqplot/issues/>.
21
+
22
+ Basic Usage Instructions:
23
+
24
+ jqPlot requires jQuery (1.4+ required for certain features). jQuery 1.4.4 is included in
25
+ the distribution. To use jqPlot include jQuery, the jqPlot jQuery plugin, the jqPlot css file and
26
+ optionally the excanvas script to support IE version prior to IE 9 in your web page:
27
+
28
+ > <!--[if lt IE 9]><script language="javascript" type="text/javascript" src="excanvas.js"></script><![endif]-->
29
+ > <script language="javascript" type="text/javascript" src="jquery-1.4.4.min.js"></script>
30
+ > <script language="javascript" type="text/javascript" src="jquery.jqplot.min.js"></script>
31
+ > <link rel="stylesheet" type="text/css" href="jquery.jqplot.css" />
32
+
33
+ For usage instructions, see <jqPlot Usage> in usage.txt. For available options, see
34
+ <jqPlot Options> in jqPlotOptions.txt.
35
+
36
+ Building from source:
37
+
38
+ If you've cloned the repository, you can build a distribution from source.
39
+ You need to have ant <http://ant.apache.org> installed. You can simply
40
+ type "ant" from the jqplot directory to build the default "all" target.
41
+ There are 6 pertinent targets: clean, dist, min, docs, compress and all. Use:
42
+
43
+ > ant -p
44
+
45
+ to get a description of the various build targets.
46
+
47
+ Legal Notices:
48
+
49
+ Copyright (c) 2009-2010 Chris Leonello
50
+ jqPlot is currently available for use in all personal or commercial projects
51
+ under both the MIT and GPL version 2.0 licenses. This means that you can
52
+ choose the license that best suits your project and use it accordingly.
53
+
54
+ Although not required, the author would appreciate an email letting him
55
+ know of any substantial use of jqPlot. You can reach the author at:
56
+ chris at jqplot or see http://www.jqplot.com/info.php .
57
+
58
+ If you are feeling kind and generous, consider supporting the project by
59
+ making a donation at: http://www.jqplot.com/donate.php .
60
+
61
+ jqPlot includes date instance methods and printf/sprintf functions by other authors:
62
+
63
+ Date instance methods:
64
+
65
+ author Ken Snyder (ken d snyder at gmail dot com)
66
+ date 2008-09-10
67
+ version 2.0.2 (http://kendsnyder.com/sandbox/date/)
68
+ license Creative Commons Attribution License 3.0 (http://creativecommons.org/licenses/by/3.0/)
69
+
70
+ JavaScript printf/sprintf functions.
71
+
72
+ version 2007.04.27
73
+ author Ash Searle
74
+ http://hexmen.com/blog/2007/03/printf-sprintf/
75
+ http://hexmen.com/js/sprintf.js
76
+ The author (Ash Searle) has placed this code in the public domain:
77
+ "This code is unrestricted: you are free to use it however you like."
@@ -0,0 +1,395 @@
1
+ Title: Change Log
2
+
3
+ 1.0.0b2:
4
+ * Major improvements in memory usage:
5
+ ** Merged in changes from Timo Besenruether to reuse canvas elements and improve
6
+ memory performance.
7
+ ** Fixed all identifiable DOM leaks.
8
+ ** Mergged in changes from cguillot for memory improvements in IE < 9.
9
+ * Added vertical and dashed vertical line support for canvas overlay.
10
+ * Fixed bug where initially hidden plots would not display.
11
+ * Fixed bug with point labels and null data points.
12
+ * Updated to jQuery 1.6.1.
13
+ * Improved pie slice margin calculation and fixed slice margin and pie positioning
14
+ with small slices.
15
+ * Improved bar renderer so bars always start at 0 if:
16
+ ** The axis is a linear axis (not log/date).
17
+ ** There are no other line types besides bars attached to the axis.
18
+ ** The data on the axis is all >= 0.
19
+ ** The user has not specified a pad, padMin or forceTickAt0 = true option.
20
+ * Modified tick prefix behavious so prefix no added to all ticks, even if format
21
+ string is specified.
22
+ * Fix to ensure original tick formats are applied when zooming and resetting
23
+ zoom.
24
+ * Updated auto tick format string so format adjusted when zooming.
25
+ * Modified auto tick computation to put less ticks on small plots and more
26
+ ticks on large plots.
27
+ * Update bubble render to support gradients in IE 9.
28
+
29
+ 1.0.0b1:
30
+ * Much improved tick generation algorithm to get precise rounded
31
+ tick values (Thanks Scott Prahl!).
32
+ * Auto compute tick format string if none is provided.
33
+ * Much better "slicing" of pie charts when using "sliceMargin" option to set
34
+ a gap between the slices.
35
+ * Expanded canvasOverlay plugin to create arbitrary dashed and solid
36
+ horizontal and vertical lines on top of plot.
37
+ * Added defaultColors and defaultNegativeColors options to $.jqplot.config.
38
+ * Fixed issue #318, highlighter & bar renderer incompatability.
39
+ * Improve highlighter tooltip positioning with negative bars.
40
+ * Fixed #305, mispelling of jqlotDragStart and jqlotDragStop. MUST NOW BIND
41
+ TO jqplotDragStart and jqplotDragStop.
42
+ * Fixed #290, some variables left in global scope.
43
+ * Fixed #289, OHLC line widths hard coded at 1.5. Now set by lineWidth option.
44
+ * Fixed #296 for determining databounds on log axes.
45
+ * Updated to jQuery 1.5.1
46
+ * Fixed waterfall plot to ensure first and last bars always fill to zero.
47
+ * Added lineJoin and lineCap option to series lines.
48
+ * Bar widths now based on width of grid, not plot target for better scaling.
49
+ * Added looseZoom option to cursor so zooming can produce well rounded ticks.
50
+ * Added forceTickAt0 and forceTickAt100 options to ensure there will always
51
+ be a tick at 0 or 100 in the plot.
52
+ * Fixed bug where cursor legend didn't honor series showLabel option.
53
+
54
+
55
+ 1.0.0a:
56
+
57
+ * Series can now be moved forward or backward in stack to e.g. bring a line
58
+ forward when mousing over a point.
59
+ * Can now move outside of grid area while zooming. Can have zoom
60
+ constrained to grid area or allow zooming outside.
61
+ * Fixed issue #142 with tooltip drawn on top of event canvas, hiding
62
+ mouse events.
63
+ * Fixed #147 where pie slices with 0 value not rendering properly in IE.
64
+ * Fixed #130 where stack data not sorted properly.
65
+ * Fixed bug with null values not handled properly in category axes.
66
+ * Fixed #156 where pie charts not rendering on QTWebKit.
67
+ * Now using feature detection for canvas and canvas text capability
68
+ rather than browser version.
69
+ * Added enahncedLegendRenderer plugin to allow multi row/column legends
70
+ and clickable labels to show/hide series.
71
+ * Added fillToValue option to allow filled line plot to fill to an
72
+ arbitrary value.
73
+ * Added block plot plugin.
74
+ * Added funnel type charts.
75
+ * Added meter gauge type charts.
76
+ * Added plot theming support.
77
+ * $.jqplot.config.enablePlugins now false by default.
78
+ * Implemented highlighting on bar, pie, donut, funnel, etc. charts.
79
+ * Fix to pointlabels plugin to align labels properly on multi series plots.
80
+ * Added custom error handling to display error message in plot area.
81
+ * Fixed issue where would call to draw grid border of 0 width would
82
+ result in a default border being drawn.
83
+ * Added options to place legend outside of grid and shrink grid so everything
84
+ stays within plot div.
85
+ * Fixed bug in color generator so now calls to get() continually cycle
86
+ through colors just like next().
87
+ * Added defaultAxisStart option.
88
+ * Added gradient fills to bubbles.
89
+ * Added bubble charts.
90
+ * Added showLabels option to bubble charts.
91
+ * Pass bubble radius to event callback in bubble charts.
92
+ * Fixed #207, typo in docs.
93
+ * Fixed #206 where "value" pie slice data labels were displaying wrong
94
+ value.
95
+ * Fixed #147 with 0 value slices in IE6.
96
+ * Fixed issue #241, disabled varyBarColor option in stacked charts.
97
+ * Added dataRenderer option to allow custom processors for JSON, AJAX
98
+ and anywhere else you might want to get data.
99
+ * Fixed null value handling so plot now properly skip or join over nulls.
100
+ * Fixed showTicks and showTickMarks option conflicts.
101
+ * Fixed issue #185 where pointLabels plugin incompatibility could crash
102
+ pie, donut and other plots.
103
+ * Fixed #23 and #143 to obey gridPadding option.
104
+ * Fixed #233 with highlighter tooltip separator.
105
+ * Fixed #224 where type checking failing on GWT.
106
+ * Fixed #272 with pie highlighting not working on replot.
107
+ * Memory performance improvements.
108
+ * Changes to build script so everything should build when pulled from repo.
109
+ * Fixed issue #275, IE 6/7 don't support array indexing of strings.
110
+ * Added event listener hooks for mouseUp, mouseDown, etc. to all line plots.
111
+ * Fixed bug with highlighter not working when null in data.
112
+ * Updated to jQuery 1.4.4
113
+ * Fixed bug where donut plots showed value of radians of slice instead
114
+ of actual data.
115
+ * Reverted to excanvas r3 so IE8 no longer has to emulate IE7.
116
+ * Added tooltipContentEditor option to highlighter, allowing callback
117
+ to manipulate tooltip content at run time (thanks Tim Bunce!).
118
+ * Fixed bug where axes scale not resetting.
119
+ * Fixed bug with date axes where data bounds not properly set.
120
+ * Fixed issue where tick marks disappear if grid lines turned off.
121
+ * Updated replot method to allow passing in axes options for more control.
122
+ * Added experimental support for "broken" axes.
123
+ * Fixed bug with pies where pies with 0 valued slices did not draw correctly.
124
+ * Added canvasOverlay plugin to allow drawing of arbitrary shapes on a canvas
125
+ over the plot.
126
+ * Added option to display arbitrary text/html (message, animated gif, etc.) if
127
+ plot is constructed without data. Allow a "data loading" indicator to be shown.
128
+ * Added resetAxisValues method to manually update axis ticks without
129
+ redrawing the plot.
130
+ * Fix to labels on negative bars so label postiion of 'n' will be below a negative bar,
131
+ just as it is above a positive bar (thanks guigod!).
132
+ * Added thousands separator character (') to sprintf formatting (thanks yuichi1004!).
133
+ * Re-factored date parsing/formatting to use new jsDate module which does not
134
+ extend the Date prototype.
135
+
136
+
137
+ 0.9.7:
138
+
139
+ * Added Mekko chart plot type with enhanced legend and axes support.
140
+ * Implemented vertical waterfall charts. Can create waterfall plot as
141
+ option to bar chart. See examples folder of distribution.
142
+ * Enhanced plot labels for waterfall style.
143
+ * Enhanced bar plots so you can now color each bar of a series
144
+ independently with the "varyBarColor" option.
145
+ * Re-factored series drawing so that each series and series shadow drawn
146
+ on it's own canvas. Allows series to be redrawn independently of each other.
147
+ * Added additional default series colors.
148
+ * Added useNegativeColors option to turn off negative color array and use
149
+ only seriesColors array to define all bar/filled line colors.
150
+ * Fix css for cursor legend.
151
+ * Modified shape renderer so rectangles can be stroked and filled.
152
+ * Re-factored date methods out of dateAxisRenderer so that date formatter
153
+ and methods can be accesses outside of dateAxisRenderer plugin.
154
+ * Fixed #132, now trigger series change event on plot target instead of drag canvas.
155
+ * Fixes issue #116 where some source files had mix of tabs and spaces
156
+ for indentation. Should have been all spaces.
157
+ * Fixed issue #126, some links broken in docs section of web site.
158
+ * Fixed issue #90, trendline plugin incompatibility with pie renderer.
159
+ * Updated samples in examples folder of distribution to include navigation
160
+ links if web server is set up to process .html files with php.
161
+
162
+
163
+ 0.9.6:
164
+
165
+ * New, easier to use, replot() method for placing plots in tabs, accordions,
166
+ resizable containers or for changing plot parameters programmatically.
167
+ * Updated legend renderer for pie charts to draw swatches which will
168
+ print correctly.
169
+ * Fixed issue #118 with patch from taum so autoscale option will
170
+ honor tickInterval and numberTicks options
171
+ * Fix to plot diameter calculation for initially hidden plots.
172
+ * Added examples for making plots in jQuery UI tabs and accordions.
173
+ * Fixed issue #120 where pie chart with single slice not displaying
174
+ correctly in IE and Chrome
175
+
176
+
177
+ 0.9.5.2:
178
+
179
+ * Fixed #102 where double clicking on plot that has zoom enabled, but
180
+ has not been zoomed resulted in error.
181
+ * Fixed bug where candlestick coloring options not working.
182
+ * Added option to turn individual series labels off in the legend.
183
+
184
+
185
+ 0.9.5.1:
186
+
187
+ * Fixed bug where tooltip not working with OHLC and candlestick charts.
188
+ * Added additional marker styles: plus, X and dash.
189
+
190
+
191
+ 0.9.5:
192
+
193
+ * Implemented "zoomProxy". zoomProxy allows zooming one plot from another
194
+ such as an overview plot.
195
+ * Zooming can now be constrained to just x or y axis.
196
+ * Enhanced cursor plugin with vertical "dataTracking" line. This is a line
197
+ at the cursor location with a readout of data points at the line location
198
+ which are displayed in the chart legend.
199
+ * Changed cursor tooltip format string. Now one format string is used for
200
+ entire tooltip.
201
+ * Added mechanisms to specify plot size when plot target is hidden or plot
202
+ height/width otherwise cannot be determined from markup.
203
+ * Added $.jqplot.config object to specify jqplot wide configuration options.
204
+ These include enablePlugins to globally set the default plugin state on/off
205
+ and defaultHeight/defaultWidth to specify default plot height/width.
206
+ * Added fillToZero option which forces filled charts to fill to zero as opposed
207
+ to axis minimum. Thus negative filled bar/line values will fill upwards to
208
+ zero axis value.
209
+ * Added option to disable stacking on individual lines.
210
+ * Changed targetId property of the plot object so it now includes a "#" before
211
+ the id string.
212
+ * Improved tick and body sizing of Open Hi Low Close and candlestick charts.
213
+ * Removed lots of web site related files from the repository. This means that,
214
+ if working from the sources, user's won't be able to build the jqplot web
215
+ site and the docs/tests that are hosted on that site. The minified and
216
+ compressed distribution packages will build fine.
217
+ * Lots of examples were added to a separate examples directory to better show
218
+ functionality of jqPlot for local testing with the distribution.
219
+ * Many various bug fixes and other minor enhancements.
220
+
221
+
222
+ 0.9.4:
223
+
224
+ * Implemented axis labels. Labels can be rendered in div tags or as canvas
225
+ elements supporting rotated text.
226
+ * Improved rotated axis label positioning so labels will start or end at a
227
+ tick position.
228
+ * Fixed bug where an empty data series would hang plot rendering.
229
+ * completed issue #66 for misc. improvements to documentation.
230
+ * Fixed issue #64 where the same ID's were assigned to cursor and highlighter
231
+ elements.
232
+ * Added option to legend to encode special HTML characters.
233
+ * Fixed undesirable behavior where point labels for points off the plot
234
+ were being rendered.
235
+ * Added edgeTolerance option to point label renderer to control rendering of
236
+ labels near plot edges.
237
+
238
+
239
+ 0.9.3:
240
+
241
+ * Preliminary support for axis labels. Currently rendered into DIV tags,
242
+ so no rotated label support. This feature is currently experimental.
243
+ * Fixed bug #52, needed space in tick div tag between style and class declarations
244
+ or plot failed in certain application doctypes.
245
+ * Fixed issue #54, miter style line join for chart lines causing spikes at steep
246
+ changes in slope. Changed miter style to round.
247
+ * Added examples for new autoscaling algorithm.
248
+ * Fixed bug #57, category axis labels disappear on redraw()
249
+ * Improved algorithm which controlled maximum number of labels that would display
250
+ on a category axis.
251
+ * Fixed bug #45 where null values causing errors in plotData and gridData.
252
+ * Fixed issue #60 where seriesColors option was not working.
253
+
254
+
255
+ 0.9.2:
256
+
257
+ * Fixed bug #45 where a plot could crash if series had different numbers of points.
258
+ * Fixed issue #50, added option to turn off sorting of series data.
259
+ * Fixed issue #31, implemented a better axis autoscaling algorithm and added an autoscale option.
260
+
261
+ 0.9.1:
262
+
263
+ * Fixed bug #40, when axis pad, padMax, padMin set to 0, graph would fail to render.
264
+ * Fixed bug #41 where pie and bar charts not rendered correctly on redraw().
265
+ * Fixed bug #11, filled stacked line plots not rendering correctly in IE.
266
+ * Fixed bug #42 where stacked charts not rendering with string date axis ticks.
267
+ * Fixed bug in redraw() method where axes ticks were not reset.
268
+ * Fixed "jqplotPreRedrawEvent" that should have been named "jqplotPostRedraw" event.
269
+
270
+ 0.9.0:
271
+
272
+ * Added Open Hi Low Close charts, Candlestick charts and Hi Low Close charts.
273
+ * Added support for arbitrary labels on the data points.
274
+ * Enhanced highlighter plugin to allow custom formatting control of entire tooltip.
275
+ * Enhanced highlighter to support multiple y values in a data point.
276
+ * Fixed bug #38 where series with a single point with a negative value would fail.
277
+ * Improvements to examples to show what plugins to include.
278
+ * Expanded documentation for some of the plugins.
279
+
280
+ 0.8.5:
281
+
282
+ * Added zooming ability with double click or single click options to reset zoom.
283
+ * Modified default tick spacing algorithm for date axes to give more space to ticks.
284
+ * Fixed bug #2 where tickInterval wasn't working properly.
285
+ * Added neighborThreshold option to control how close mouse must be to
286
+ point to trigger neighbor detection.
287
+ * Added double click event handler on plot.
288
+
289
+ 0.8.0:
290
+
291
+ * Support for up to 9 y axes.
292
+ * Added option to control padding at max/min bounds of axes separately.
293
+ * Closed issue #21, added options to control grid line color and width.
294
+ * Closed issue #20, added options to filled line charts to stoke above
295
+ fill and customize fill color and transparency.
296
+ * Improved structure of on line documentation to make usage and options
297
+ docs default.
298
+ * Added much documentation on options and css styling.
299
+
300
+ 0.7.1:
301
+
302
+ * Bug fix release
303
+ * Fixed bug #6, missing semi-colons messing up some javascript compressors.
304
+ * Fixed bug #13 where 2D ticks array of [values, labels] would fail to
305
+ renderer with DateAxisRenderer.
306
+ * Fixes bug #16 where pie renderer overwriting options for all plot types
307
+ and crashing non pie plots.
308
+ * Fixes bug #17 constrainTo dragable option mispelled as "contstrainTo".
309
+ Fixed dragable color issue when used with trend lines.
310
+
311
+ 0.7.0:
312
+
313
+ * Pie chart support
314
+ * Enabled tooltipLocation option in highlighter.
315
+ * Highlighter Tooltip will account for mark size and highlight size when
316
+ positioning itself.
317
+ * Added ability to show just x, y or both axes in highlighter tooltip.
318
+ * Added customization of separator between axes values in highlighter tooltip.
319
+ * Modified how shadows are drawn for lines, bars and markers. Now drawn first,
320
+ so they are always behind the object.
321
+ * Adjustments to shadow parameters on lines to account for new shadow positioning.
322
+ * Added a ColorGenerator class to robustly return next available color
323
+ for a plot with wrap around to first color at end.
324
+ * Udates to docs about css file.
325
+ * Fixed bug with String x values in series and IE error on sorting (Category Axis).
326
+ * Added cursor changes in dragable plugin when cursor near dragable point.
327
+
328
+ 0.6.6b:
329
+
330
+ * Added excanvas.js and excanvas.min.js to compressed distributions.
331
+ * Added example/test html pages I had locally into repository and to
332
+ compressed distributions.
333
+
334
+ 0.6.6a:
335
+
336
+ * Removed absolute positioning from dom element and put back into css file.
337
+ * Duplicate of 0.6.6 with a suffix to unambiguously differentiate between
338
+ previously posted 0.6.6 release.
339
+
340
+ 0.6.6:
341
+
342
+ * Fixed bug #5, trend line plugin failing when no trend line options specified.
343
+ * Added absolute position css spec to axis tick dom element.
344
+ * Enhancement to category axes, more intuitive handling of series with
345
+ missing data values.
346
+
347
+ 0.6.5:
348
+
349
+ * Fixed bug #4, series of unequal data length not rendering correctly.
350
+ This is a bugfix release only.
351
+
352
+ 0.6.4:
353
+
354
+ * Fixed bug (issue #1 in tracker) where flat line data series (all x and/or y
355
+ values are euqal) or single value data series would crash.
356
+
357
+ 0.6.3:
358
+
359
+ * Support for stacked line (a.k.a. area) and stacked bar (horizontal and
360
+ vertical) charts.
361
+ * Refactored barRenderer to use default shape and shadow renderers.
362
+ * Added info (contacts & support information) page to web site.
363
+
364
+ 0.6.2:
365
+
366
+ * This is a minor upgrade to docs and build only. No functionality has changed.
367
+ * Ant build script generates entire site, examples, tests and distribution.
368
+ * Improvements to documentation.
369
+
370
+ 0.6.1:
371
+
372
+ * New sprintf implementation from Ash Searle that implements %g.
373
+ * Fix to sprintf e/f formats.
374
+ * Created new format specifier, %p and %P to preserve significance.
375
+ * Modified p/P format to better display larger numbers.
376
+ * Fixed and simplified significant digits calculation for sprintf.
377
+ * Added option to have cursor tooltip follow the mouse or not.
378
+ * Added options to change size of highlight.
379
+ * Updates to handle dates like '6-May-09'.
380
+ * Mods to improve look of web site.
381
+ * Updates to documentation.
382
+ * Added license and copyright statement to source files.
383
+
384
+ 0.6.0:
385
+
386
+ * Added rotated text support. Uses native canvas text functionality in
387
+ browsers that support it or draws text on canvas with Hershey font
388
+ * metrics for non-supporting browsers.
389
+ * Removed lots of lint in js code.
390
+ * Moved tick css from js code into css file.
391
+ * Fix to tick positioning css. y axis ticks were positioned to wrong side of axis div.
392
+ * Re-factored axis tick renderer instantiation into the axes renderers themselves.
393
+
394
+
395
+ For changes prior to 0.6.0 release, please see change log at http://bitbucket.org/cleonello/jqplot/changesets/
@@ -0,0 +1,56 @@
1
+ /**
2
+ * jqPlot
3
+ * Pure JavaScript plotting plugin using jQuery
4
+ *
5
+ * Version: @VERSION
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
+ * included jsDate library by Chris Leonello:
30
+ *
31
+ * Copyright (c) 2010-2011 Chris Leonello
32
+ *
33
+ * jsDate is currently available for use in all personal or commercial projects
34
+ * under both the MIT and GPL version 2.0 licenses. This means that you can
35
+ * choose the license that best suits your project and use it accordingly.
36
+ *
37
+ * jsDate borrows many concepts and ideas from the Date Instance
38
+ * Methods by Ken Snyder along with some parts of Ken's actual code.
39
+ *
40
+ * Ken's origianl Date Instance Methods and copyright notice:
41
+ *
42
+ * Ken Snyder (ken d snyder at gmail dot com)
43
+ * 2008-09-10
44
+ * version 2.0.2 (http://kendsnyder.com/sandbox/date/)
45
+ * Creative Commons Attribution License 3.0 (http://creativecommons.org/licenses/by/3.0/)
46
+ *
47
+ * jqplotToImage function based on Larry Siden's export-jqplot-to-png.js.
48
+ * Larry has generously given permission to adapt his code for inclusion
49
+ * into jqPlot.
50
+ *
51
+ * Larry's original code can be found here:
52
+ *
53
+ * https://github.com/lsiden/export-jqplot-to-png
54
+ *
55
+ *
56
+ */
@@ -0,0 +1,39 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
+
3
+ <html><head><title>MIT License</title><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script><script language=JavaScript src="../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
+ if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
+
6
+ <!-- Generated by Natural Docs, version 1.4 -->
7
+ <!-- http://www.naturaldocs.org -->
8
+
9
+ <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
+
11
+
12
+
13
+
14
+ <div id=Content><div class="CSection"><div class=CTopic id=MainTopic><div class="CTitle logo"><div class="nav"><a class="nav" href="../../index.php"><span>&gt;</span>Home</a><a class="nav" href="../../tests/"><span>&gt;</span>Examples</a><a class="nav" href="../../docs/"><span>&gt;</span>Docs</a><a class="nav" href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../info.php"><span>&gt;</span>Info</a><a class="nav" href="../../donate.php"><span>&gt;</span>Donate</a></div><a name="MIT_License"></a>MIT License</div><div class=CBody><p>Copyright &copy; 2009-2011 Chris Leonello</p><p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &ldquo;Software&rdquo;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p><p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p><p>THE SOFTWARE IS PROVIDED &ldquo;AS IS&rdquo;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.&nbsp; IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p></div></div></div>
15
+
16
+ </div><!--Content-->
17
+
18
+
19
+ <div id=Footer>Copyright &copy; 2009 - 2010 Chris Leonello&nbsp; &middot;&nbsp; Updated November 9th, 2011&nbsp; &middot;&nbsp; <a href="http://www.naturaldocs.org">Generated by Natural Docs</a></div><!--Footer-->
20
+
21
+
22
+ <div id=Menu><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Usage and Options</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="usage-txt.html">Usage</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotOptions-txt.html">jqPlot Options</a></div></div><div class=MEntry><div class=MFile><a href="optionsTutorial-txt.html">Options Tutorial</a></div></div><div class=MEntry><div class=MFile><a href="jqPlotCssStyling-txt.html">jqPlot CSS Customization</a></div></div><div class=MEntry><div class=MFile><a href="changes-txt.html">Change Log</a></div></div><div class=MEntry><div class=MLink><a href="../../tests/">Examples</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">API Documentation</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="jqplot-core-js.html">jqPlot Charts</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Core Renderers</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="jqplot-axisTickRenderer-js.html">Axis Tick Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-canvasGridRenderer-js.html">Canvas Grid Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-divTitleRenderer-js.html">Div Title Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-linearAxisRenderer-js.html">Linear Axis Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-markerRenderer-js.html">Marker Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shapeRenderer-js.html">Shape Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-shadowRenderer-js.html">Shadow Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-lineRenderer-js.html">Line Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-axisLabelRenderer-js.html">Axis Label Renderer</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-themeEngine-js.html">Theme Engine</a></div></div><div class=MEntry><div class=MFile><a href="jqplot-toImage-js.html">fn</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Plugins</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="plugins/jqplot-barRenderer-js.html">jqplot.<wbr>BarRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-BezierCurveRenderer-js.html">jqplot.<wbr>BezierCurveRenderer.js</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-blockRenderer-js.html">jqplot.<wbr>BlockRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-bubbleRenderer-js.html">jqplot.<wbr>BubbleRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisLabelRenderer-js.html">jqplot.<wbr>CanvasAxisLabelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasAxisTickRenderer-js.html">jqplot.<wbr>CanvasAxisTickRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pyramidGridRenderer-js.html">jqplot.<wbr>CanvasGridRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-canvasOverlay-js.html">jqplot.<wbr>CanvasOverlay</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-categoryAxisRenderer-js.html">jqplot.<wbr>CategoryAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ciParser-js.html">jqplot.<wbr>ciParser</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-cursor-js.html">jqplot.<wbr>Cursor</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dateAxisRenderer-js.html">jqplot.<wbr>DateAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-donutRenderer-js.html">jqplot.<wbr>DonutRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-dragable-js.html">jqplot.<wbr>Dragable</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-enhancedLegendRenderer-js.html">jqplot.<wbr>enhancedLegendRenderer.js</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-funnelRenderer-js.html">jqplot.<wbr>FunnelRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-highlighter-js.html">jqplot.<wbr>Highlighter</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-logAxisRenderer-js.html">jqplot.<wbr>LogAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoAxisRenderer-js.html">jqplot.<wbr>MekkoAxisRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-mekkoRenderer-js.html">jqplot.<wbr>MekkoRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-meterGaugeRenderer-js.html">jqplot.<wbr>MeterGaugeRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-ohlcRenderer-js.html">jqplot.<wbr>OHLCRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pieRenderer-js.html">jqplot.<wbr>PieRenderer</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pointLabels-js.html">jqplot.<wbr>PointLabels</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pyramidAxisRenderer-js.html">jqplot.<wbr>pyramidAxisRenderer.js</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-pyramidRenderer-js.html">jqplot.<wbr>pyramidRenderer.js</a></div></div><div class=MEntry><div class=MFile><a href="plugins/jqplot-trendline-js.html">jqplot.<wbr>Trendline</a></div></div></div></div></div></div></div></div><div class=MEntry><div class=MFile><a href="gpl-2-0-txt.html">GPL License</a></div></div><div class=MEntry><div class=MFile id=MSelected>MIT License</div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Index</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MIndex><a href="../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Properties.html">Properties</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Hooks.html">Hooks</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Files.html">Files</a></div></div></div></div></div><script type="text/javascript"><!--
23
+ var searchPanel = new SearchPanel("searchPanel", "HTML", "../search");
24
+ --></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Hooks">Hooks</option><option value="Properties">Properties</option></select></div><script language=JavaScript><!--
25
+ HideAllBut([1, 4, 5], 6);// --></script></div><!--Menu-->
26
+
27
+
28
+
29
+ <!--START_ND_TOOLTIPS-->
30
+ <!--END_ND_TOOLTIPS-->
31
+
32
+
33
+
34
+
35
+ <div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div>
36
+
37
+
38
+ <script language=JavaScript><!--
39
+ if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>