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
@@ -0,0 +1,276 @@
1
+ Title: jqPlot Options
2
+
3
+ **This document is out of date. While the options described here should still be
4
+ relavent and valid, it has not been updated for many new options. Sorry for
5
+ this inconvenience.**
6
+
7
+ This document describes the options available to jqPlot. These are set with the
8
+ third argument to the $.jqplot('target', data, options) function. Options are
9
+ using the following convention:
10
+
11
+ {{{
12
+ property: default, // notes
13
+ }}}
14
+
15
+ This document is not complete! Not all options are shown! Also, Options marked
16
+ with ** in the notes are post 0.7.1 additions. They will be available in the next
17
+ release. Further information about the options can be found in the online API
18
+ documentation. For details on how the options relate to the API documentation,
19
+ see the <Options Tutorial> in the optionsTutorial.txt file.
20
+
21
+ {{{
22
+ options =
23
+ {
24
+ seriesColors: [ "#4bb2c5", "#c5b47f", "#EAA228", "#579575", "#839557", "#958c12",
25
+ "#953579", "#4b5de4", "#d8b83f", "#ff5800", "#0085cc"], // colors that will
26
+ // be assigned to the series. If there are more series than colors, colors
27
+ // will wrap around and start at the beginning again.
28
+
29
+ stackSeries: false, // if true, will create a stack plot.
30
+ // Currently supported by line and bar graphs.
31
+
32
+ title: '', // Title for the plot. Can also be specified as an object like:
33
+
34
+ title: {
35
+ text: '', // title for the plot,
36
+ show: true,
37
+ },
38
+
39
+ axesDefaults: {
40
+ show: false, // wether or not to renderer the axis. Determined automatically.
41
+ min: null, // minimum numerical value of the axis. Determined automatically.
42
+ max: null, // maximum numverical value of the axis. Determined automatically.
43
+ pad: 1.2, // a factor multiplied by the data range on the axis to give the
44
+ // axis range so that data points don't fall on the edges of the axis.
45
+ ticks: [], // a 1D [val1, val2, ...], or 2D [[val, label], [val, label], ...]
46
+ // array of ticks to use. Computed automatically.
47
+ numberTicks: undefined,
48
+ renderer: $.jqplot.LinearAxisRenderer, // renderer to use to draw the axis,
49
+ rendererOptions: {}, // options to pass to the renderer. LinearAxisRenderer
50
+ // has no options,
51
+ tickOptions: {
52
+ mark: 'outside', // Where to put the tick mark on the axis
53
+ // 'outside', 'inside' or 'cross',
54
+ showMark: true,
55
+ showGridline: true, // wether to draw a gridline (across the whole grid) at this tick,
56
+ markSize: 4, // length the tick will extend beyond the grid in pixels. For
57
+ // 'cross', length will be added above and below the grid boundary,
58
+ show: true, // wether to show the tick (mark and label),
59
+ showLabel: true, // wether to show the text label at the tick,
60
+ formatString: '', // format string to use with the axis tick formatter
61
+ }
62
+ showTicks: true, // wether or not to show the tick labels,
63
+ showTickMarks: true, // wether or not to show the tick marks
64
+ },
65
+
66
+ axes: {
67
+ xaxis: {
68
+ // same options as axesDefaults
69
+ },
70
+ yaxis: {
71
+ // same options as axesDefaults
72
+ },
73
+ x2axis: {
74
+ // same options as axesDefaults
75
+ },
76
+ y2axis: {
77
+ // same options as axesDefaults
78
+ }
79
+ },
80
+
81
+ seriesDefaults: {
82
+ show: true, // wether to render the series.
83
+ xaxis: 'xaxis', // either 'xaxis' or 'x2axis'.
84
+ yaxis: 'yaxis', // either 'yaxis' or 'y2axis'.
85
+ label: '', // label to use in the legend for this line.
86
+ color: '', // CSS color spec to use for the line. Determined automatically.
87
+ lineWidth: 2.5, // Width of the line in pixels.
88
+ shadow: true, // show shadow or not.
89
+ shadowAngle: 45, // angle (degrees) of the shadow, clockwise from x axis.
90
+ shadowOffset: 1.25, // offset from the line of the shadow.
91
+ shadowDepth: 3, // Number of strokes to make when drawing shadow. Each
92
+ // stroke offset by shadowOffset from the last.
93
+ shadowAlpha: 0.1, // Opacity of the shadow.
94
+ showLine: true, // whether to render the line segments or not.
95
+ showMarker: true, // render the data point markers or not.
96
+ fill: false, // fill under the line,
97
+ fillAndStroke: false, // **stroke a line at top of fill area.
98
+ fillColor: undefined, // **custom fill color for filled lines (default is line color).
99
+ fillAlpha: undefined, // **custom alpha to apply to fillColor.
100
+ renderer: $.jqplot.LineRenderer], // renderer used to draw the series.
101
+ rendererOptions: {}, // options passed to the renderer. LineRenderer has no options.
102
+ markerRenderer: $.jqplot.MarkerRenderer, // renderer to use to draw the data
103
+ // point markers.
104
+ markerOptions: {
105
+ show: true, // wether to show data point markers.
106
+ style: 'filledCircle', // circle, diamond, square, filledCircle.
107
+ // filledDiamond or filledSquare.
108
+ lineWidth: 2, // width of the stroke drawing the marker.
109
+ size: 9, // size (diameter, edge length, etc.) of the marker.
110
+ color: '#666666' // color of marker, set to color of line by default.
111
+ shadow: true, // wether to draw shadow on marker or not.
112
+ shadowAngle: 45, // angle of the shadow. Clockwise from x axis.
113
+ shadowOffset: 1, // offset from the line of the shadow,
114
+ shadowDepth: 3, // Number of strokes to make when drawing shadow. Each stroke
115
+ // offset by shadowOffset from the last.
116
+ shadowAlpha: 0.07 // Opacity of the shadow
117
+ }
118
+ },
119
+
120
+ series:[
121
+ {Each series has same options as seriesDefaults},
122
+ {You can override each series individually here}
123
+ ],
124
+
125
+ legend: {
126
+ show: false,
127
+ location: 'ne', // compass direction, nw, n, ne, e, se, s, sw, w.
128
+ xoffset: 12, // pixel offset of the legend box from the x (or x2) axis.
129
+ yoffset: 12, // pixel offset of the legend box from the y (or y2) axis.
130
+ },
131
+
132
+ grid: {
133
+ drawGridLines: true, // wether to draw lines across the grid or not.
134
+ gridLineColor: '#cccccc' // **Color of the grid lines.
135
+ background: '#fffdf6', // CSS color spec for background color of grid.
136
+ borderColor: '#999999', // CSS color spec for border around grid.
137
+ borderWidth: 2.0, // pixel width of border around grid.
138
+ shadow: true, // draw a shadow for grid.
139
+ shadowAngle: 45, // angle of the shadow. Clockwise from x axis.
140
+ shadowOffset: 1.5, // offset from the line of the shadow.
141
+ shadowWidth: 3, // width of the stroke for the shadow.
142
+ shadowDepth: 3, // Number of strokes to make when drawing shadow.
143
+ // Each stroke offset by shadowOffset from the last.
144
+ shadowAlpha: 0.07 // Opacity of the shadow
145
+ renderer: $.jqplot.CanvasGridRenderer, // renderer to use to draw the grid.
146
+ rendererOptions: {} // options to pass to the renderer. Note, the default
147
+ // CanvasGridRenderer takes no additional options.
148
+ },
149
+
150
+ // Plugin and renderer options.
151
+
152
+ // BarRenderer.
153
+ // With BarRenderer, you can specify additional options in the rendererOptions object
154
+ // on the series or on the seriesDefaults object. Note, some options are respecified
155
+ // (like shadowDepth) to override lineRenderer defaults from which BarRenderer inherits.
156
+
157
+ seriesDefaults: {
158
+ rendererOptions: {
159
+ barPadding: 8, // number of pixels between adjacent bars in the same
160
+ // group (same category or bin).
161
+ barMargin: 10, // number of pixels between adjacent groups of bars.
162
+ barDirection: 'vertical', // vertical or horizontal.
163
+ barWidth: null, // width of the bars. null to calculate automatically.
164
+ shadowOffset: 2, // offset from the bar edge to stroke the shadow.
165
+ shadowDepth: 5, // nuber of strokes to make for the shadow.
166
+ shadowAlpha: 0.8, // transparency of the shadow.
167
+ }
168
+ },
169
+
170
+ // Cursor
171
+ // Options are passed to the cursor plugin through the "cursor" object at the top
172
+ // level of the options object.
173
+
174
+ cursor: {
175
+ style: 'crosshair', // A CSS spec for the cursor type to change the
176
+ // cursor to when over plot.
177
+ show: true,
178
+ showTooltip: true, // show a tooltip showing cursor position.
179
+ followMouse: false, // wether tooltip should follow the mouse or be stationary.
180
+ tooltipLocation: 'se', // location of the tooltip either relative to the mouse
181
+ // (followMouse=true) or relative to the plot. One of
182
+ // the compass directions, n, ne, e, se, etc.
183
+ tooltipOffset: 6, // pixel offset of the tooltip from the mouse or the axes.
184
+ showTooltipGridPosition: false, // show the grid pixel coordinates of the mouse
185
+ // in the tooltip.
186
+ showTooltipUnitPosition: true, // show the coordinates in data units of the mouse
187
+ // in the tooltip.
188
+ tooltipFormatString: '%.4P', // sprintf style format string for tooltip values.
189
+ useAxesFormatters: true, // wether to use the same formatter and formatStrings
190
+ // as used by the axes, or to use the formatString
191
+ // specified on the cursor with sprintf.
192
+ tooltipAxesGroups: [], // show only specified axes groups in tooltip. Would specify like:
193
+ // [['xaxis', 'yaxis'], ['xaxis', 'y2axis']]. By default, all axes
194
+ // combinations with for the series in the plot are shown.
195
+
196
+ },
197
+
198
+ // Dragable
199
+ // Dragable options are specified with the "dragable" object at the top level
200
+ // of the options object.
201
+
202
+ dragable: {
203
+ color: undefined, // custom color to use for the dragged point and dragged line
204
+ // section. default will use a transparent variant of the line color.
205
+ constrainTo: 'none', // Constrain dragging motion to an axis: 'x', 'y', or 'none'.
206
+ },
207
+
208
+ // Highlighter
209
+ // Highlighter options are specified with the "highlighter" object at the top level
210
+ // of the options object.
211
+
212
+ highlighter: {
213
+ lineWidthAdjust: 2.5, // pixels to add to the size line stroking the data point marker
214
+ // when showing highlight. Only affects non filled data point markers.
215
+ sizeAdjust: 5, // pixels to add to the size of filled markers when drawing highlight.
216
+ showTooltip: true, // show a tooltip with data point values.
217
+ tooltipLocation: 'nw', // location of tooltip: n, ne, e, se, s, sw, w, nw.
218
+ fadeTooltip: true, // use fade effect to show/hide tooltip.
219
+ tooltipFadeSpeed: "fast"// slow, def, fast, or a number of milliseconds.
220
+ tooltipOffset: 2, // pixel offset of tooltip from the highlight.
221
+ tooltipAxes: 'both', // which axis values to display in the tooltip, x, y or both.
222
+ tooltipSeparator: ', ' // separator between values in the tooltip.
223
+ useAxesFormatters: true // use the same format string and formatters as used in the axes to
224
+ // display values in the tooltip.
225
+ tooltipFormatString: '%.5P' // sprintf format string for the tooltip. only used if
226
+ // useAxesFormatters is false. Will use sprintf formatter with
227
+ // this string, not the axes formatters.
228
+ },
229
+
230
+ // LogAxisRenderer
231
+ // LogAxisRenderer add 2 options to the axes object. These options are specified directly on
232
+ // the axes or axesDefaults object.
233
+
234
+ axesDefaults: {
235
+ base: 10, // the logarithmic base.
236
+ tickDistribution: 'even', // 'even' or 'power'. 'even' will produce with even visiual (pixel)
237
+ // spacing on the axis. 'power' will produce ticks spaced by
238
+ // increasing powers of the log base.
239
+ },
240
+
241
+ // PieRenderer
242
+ // PieRenderer accepts options from the rendererOptions object of the series or seriesDefaults object.
243
+
244
+ seriesDefaults: {
245
+ rendererOptions: {
246
+ diameter: undefined, // diameter of pie, auto computed by default.
247
+ padding: 20, // padding between pie and neighboring legend or plot margin.
248
+ sliceMargin: 0, // gap between slices.
249
+ fill: true, // render solid (filled) slices.
250
+ shadowOffset: 2, // offset of the shadow from the chart.
251
+ shadowDepth: 5, // Number of strokes to make when drawing shadow. Each stroke
252
+ // offset by shadowOffset from the last.
253
+ shadowAlpha: 0.07 // Opacity of the shadow
254
+ }
255
+ },
256
+
257
+ // Trendline
258
+ // Trendline takes options on the trendline object of the series or seriesDefaults object.
259
+
260
+ seriesDefaults: {
261
+ trendline: {
262
+ show: true, // show the trend line
263
+ color: '#666666', // CSS color spec for the trend line.
264
+ label: '', // label for the trend line.
265
+ type: 'linear', // 'linear', 'exponential' or 'exp'
266
+ shadow: true, // show the trend line shadow.
267
+ lineWidth: 1.5, // width of the trend line.
268
+ shadowAngle: 45, // angle of the shadow. Clockwise from x axis.
269
+ shadowOffset: 1.5, // offset from the line of the shadow.
270
+ shadowDepth: 3, // Number of strokes to make when drawing shadow.
271
+ // Each stroke offset by shadowOffset from the last.
272
+ shadowAlpha: 0.07 // Opacity of the shadow
273
+ }
274
+ }
275
+ }
276
+ }}}
@@ -0,0 +1,259 @@
1
+ /*rules for the plot target div. These will be cascaded down to all plot elements according to css rules*/
2
+ .jqplot-target {
3
+ position: relative;
4
+ color: #666666;
5
+ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
6
+ font-size: 1em;
7
+ /* height: 300px;
8
+ width: 400px;*/
9
+ }
10
+
11
+ /*rules applied to all axes*/
12
+ .jqplot-axis {
13
+ font-size: 0.75em;
14
+ }
15
+
16
+ .jqplot-xaxis {
17
+ margin-top: 10px;
18
+ }
19
+
20
+ .jqplot-x2axis {
21
+ margin-bottom: 10px;
22
+ }
23
+
24
+ .jqplot-yaxis {
25
+ margin-right: 10px;
26
+ }
27
+
28
+ .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
29
+ margin-left: 10px;
30
+ margin-right: 10px;
31
+ }
32
+
33
+ /*rules applied to all axis tick divs*/
34
+ .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
35
+ position: absolute;
36
+ white-space: pre;
37
+ }
38
+
39
+
40
+ .jqplot-xaxis-tick {
41
+ top: 0px;
42
+ /* initial position untill tick is drawn in proper place */
43
+ left: 15px;
44
+ /* padding-top: 10px;*/
45
+ vertical-align: top;
46
+ }
47
+
48
+ .jqplot-x2axis-tick {
49
+ bottom: 0px;
50
+ /* initial position untill tick is drawn in proper place */
51
+ left: 15px;
52
+ /* padding-bottom: 10px;*/
53
+ vertical-align: bottom;
54
+ }
55
+
56
+ .jqplot-yaxis-tick {
57
+ right: 0px;
58
+ /* initial position untill tick is drawn in proper place */
59
+ top: 15px;
60
+ /* padding-right: 10px;*/
61
+ text-align: right;
62
+ }
63
+
64
+ .jqplot-yaxis-tick.jqplot-breakTick {
65
+ right: -20px;
66
+ margin-right: 0px;
67
+ padding:1px 5px 1px 5px;
68
+ /* background-color: white;*/
69
+ z-index: 2;
70
+ font-size: 1.5em;
71
+ }
72
+
73
+ .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
74
+ left: 0px;
75
+ /* initial position untill tick is drawn in proper place */
76
+ top: 15px;
77
+ /* padding-left: 10px;*/
78
+ /* padding-right: 15px;*/
79
+ text-align: left;
80
+ }
81
+
82
+ .jqplot-yMidAxis-tick {
83
+ text-align: center;
84
+ white-space: nowrap;
85
+ }
86
+
87
+ .jqplot-xaxis-label {
88
+ margin-top: 10px;
89
+ font-size: 11pt;
90
+ position: absolute;
91
+ }
92
+
93
+ .jqplot-x2axis-label {
94
+ margin-bottom: 10px;
95
+ font-size: 11pt;
96
+ position: absolute;
97
+ }
98
+
99
+ .jqplot-yaxis-label {
100
+ margin-right: 10px;
101
+ /* text-align: center;*/
102
+ font-size: 11pt;
103
+ position: absolute;
104
+ }
105
+
106
+ .jqplot-yMidAxis-label {
107
+ font-size: 11pt;
108
+ position: absolute;
109
+ }
110
+
111
+ .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
112
+ /* text-align: center;*/
113
+ font-size: 11pt;
114
+ margin-left: 10px;
115
+ position: absolute;
116
+ }
117
+
118
+ .jqplot-meterGauge-tick {
119
+ font-size: 0.75em;
120
+ color: #999999;
121
+ }
122
+
123
+ .jqplot-meterGauge-label {
124
+ font-size: 1em;
125
+ color: #999999;
126
+ }
127
+
128
+ table.jqplot-table-legend {
129
+ margin-top: 12px;
130
+ margin-bottom: 12px;
131
+ margin-left: 12px;
132
+ margin-right: 12px;
133
+ }
134
+
135
+ table.jqplot-table-legend, table.jqplot-cursor-legend {
136
+ background-color: rgba(255,255,255,0.6);
137
+ border: 1px solid #cccccc;
138
+ position: absolute;
139
+ font-size: 0.75em;
140
+ }
141
+
142
+ td.jqplot-table-legend {
143
+ vertical-align:middle;
144
+ }
145
+
146
+ /*
147
+ These rules could be used instead of assigning
148
+ element styles and relying on js object properties.
149
+ */
150
+
151
+ /*
152
+ td.jqplot-table-legend-swatch {
153
+ padding-top: 0.5em;
154
+ text-align: center;
155
+ }
156
+
157
+ tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
158
+ padding-top: 0px;
159
+ }
160
+ */
161
+
162
+ td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
163
+ cursor: pointer;
164
+ }
165
+
166
+ .jqplot-table-legend .jqplot-series-hidden {
167
+ text-decoration: line-through;
168
+ }
169
+
170
+ div.jqplot-table-legend-swatch-outline {
171
+ border: 1px solid #cccccc;
172
+ padding:1px;
173
+ }
174
+
175
+ div.jqplot-table-legend-swatch {
176
+ width:0px;
177
+ height:0px;
178
+ border-top-width: 5px;
179
+ border-bottom-width: 5px;
180
+ border-left-width: 6px;
181
+ border-right-width: 6px;
182
+ border-top-style: solid;
183
+ border-bottom-style: solid;
184
+ border-left-style: solid;
185
+ border-right-style: solid;
186
+ }
187
+
188
+ .jqplot-title {
189
+ top: 0px;
190
+ left: 0px;
191
+ padding-bottom: 0.5em;
192
+ font-size: 1.2em;
193
+ }
194
+
195
+ table.jqplot-cursor-tooltip {
196
+ border: 1px solid #cccccc;
197
+ font-size: 0.75em;
198
+ }
199
+
200
+
201
+ .jqplot-cursor-tooltip {
202
+ border: 1px solid #cccccc;
203
+ font-size: 0.75em;
204
+ white-space: nowrap;
205
+ background: rgba(208,208,208,0.5);
206
+ padding: 1px;
207
+ }
208
+
209
+ .jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
210
+ border: 1px solid #cccccc;
211
+ font-size: 0.75em;
212
+ white-space: nowrap;
213
+ background: rgba(208,208,208,0.5);
214
+ padding: 1px;
215
+ }
216
+
217
+ .jqplot-point-label {
218
+ font-size: 0.75em;
219
+ z-index: 2;
220
+ }
221
+
222
+ td.jqplot-cursor-legend-swatch {
223
+ vertical-align: middle;
224
+ text-align: center;
225
+ }
226
+
227
+ div.jqplot-cursor-legend-swatch {
228
+ width: 1.2em;
229
+ height: 0.7em;
230
+ }
231
+
232
+ .jqplot-error {
233
+ /* Styles added to the plot target container when there is an error go here.*/
234
+ text-align: center;
235
+ }
236
+
237
+ .jqplot-error-message {
238
+ /* Styling of the custom error message div goes here.*/
239
+ position: relative;
240
+ top: 46%;
241
+ display: inline-block;
242
+ }
243
+
244
+ div.jqplot-bubble-label {
245
+ font-size: 0.8em;
246
+ /* background: rgba(90%, 90%, 90%, 0.15);*/
247
+ padding-left: 2px;
248
+ padding-right: 2px;
249
+ color: rgb(20%, 20%, 20%);
250
+ }
251
+
252
+ div.jqplot-bubble-label.jqplot-bubble-label-highlight {
253
+ background: rgba(90%, 90%, 90%, 0.7);
254
+ }
255
+
256
+ div.jqplot-noData-container {
257
+ text-align: center;
258
+ background-color: rgba(96%, 96%, 96%, 0.3);
259
+ }