ziya 2.0.7 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (612) hide show
  1. data/Manifest.txt +561 -89
  2. data/README.txt +203 -108
  3. data/Rakefile +7 -6
  4. data/bin/ziyafy +38 -14
  5. data/docs/History.txt.html +50 -0
  6. data/docs/README.txt.html +403 -0
  7. data/docs/String.html +832 -0
  8. data/docs/Ziya.html +636 -0
  9. data/docs/Ziya/Charts.html +909 -0
  10. data/docs/Ziya/Charts/Area.html +672 -0
  11. data/docs/Ziya/Charts/AreaThreed.html +672 -0
  12. data/docs/Ziya/Charts/Bar.html +672 -0
  13. data/docs/Ziya/Charts/Base.html +1101 -0
  14. data/docs/Ziya/Charts/Bubble.html +672 -0
  15. data/docs/Ziya/Charts/CandleStick.html +672 -0
  16. data/docs/Ziya/Charts/Column.html +672 -0
  17. data/docs/Ziya/Charts/ColumnThreed.html +672 -0
  18. data/docs/Ziya/Charts/Custom.html +672 -0
  19. data/docs/Ziya/Charts/Donut.html +672 -0
  20. data/docs/Ziya/Charts/FloatingBar.html +672 -0
  21. data/docs/Ziya/Charts/FloatingColumn.html +672 -0
  22. data/docs/Ziya/Charts/ImageColumn.html +672 -0
  23. data/docs/Ziya/Charts/ImagePie.html +672 -0
  24. data/docs/Ziya/Charts/Line.html +672 -0
  25. data/docs/Ziya/Charts/Mixed.html +672 -0
  26. data/docs/Ziya/Charts/ParallelThreedColumn.html +672 -0
  27. data/docs/Ziya/Charts/Pie.html +672 -0
  28. data/docs/Ziya/Charts/PieThreed.html +672 -0
  29. data/docs/Ziya/Charts/Polar.html +672 -0
  30. data/docs/Ziya/Charts/Scatter.html +672 -0
  31. data/docs/Ziya/Charts/StackedArea.html +672 -0
  32. data/docs/Ziya/Charts/StackedBar.html +672 -0
  33. data/docs/Ziya/Charts/StackedColumn.html +672 -0
  34. data/docs/Ziya/Charts/StackedThreedArea.html +672 -0
  35. data/docs/Ziya/Charts/StackedThreedColumn.html +672 -0
  36. data/docs/Ziya/Charts/Support.html +1245 -0
  37. data/docs/Ziya/Charts/Support/Area.html +582 -0
  38. data/docs/Ziya/Charts/Support/AxisCategory.html +583 -0
  39. data/docs/Ziya/Charts/Support/AxisTicks.html +644 -0
  40. data/docs/Ziya/Charts/Support/AxisValue.html +583 -0
  41. data/docs/Ziya/Charts/Support/Base.html +577 -0
  42. data/docs/Ziya/Charts/Support/Bevel.html +583 -0
  43. data/docs/Ziya/Charts/Support/Blur.html +583 -0
  44. data/docs/Ziya/Charts/Support/Button.html +583 -0
  45. data/docs/Ziya/Charts/Support/ChartBorder.html +582 -0
  46. data/docs/Ziya/Charts/Support/ChartGridH.html +616 -0
  47. data/docs/Ziya/Charts/Support/ChartGridV.html +616 -0
  48. data/docs/Ziya/Charts/Support/ChartGuide.html +582 -0
  49. data/docs/Ziya/Charts/Support/ChartLabel.html +583 -0
  50. data/docs/Ziya/Charts/Support/ChartNote.html +582 -0
  51. data/docs/Ziya/Charts/Support/ChartPref.html +589 -0
  52. data/docs/Ziya/Charts/Support/ChartRect.html +632 -0
  53. data/docs/Ziya/Charts/Support/ChartTransition.html +613 -0
  54. data/docs/Ziya/Charts/Support/Circle.html +583 -0
  55. data/docs/Ziya/Charts/Support/ContextMenu.html +583 -0
  56. data/docs/Ziya/Charts/Support/Draw.html +886 -0
  57. data/docs/Ziya/Charts/Support/DrawBase.html +577 -0
  58. data/docs/Ziya/Charts/Support/Filter.html +668 -0
  59. data/docs/Ziya/Charts/Support/FlashToJavascript.html +596 -0
  60. data/docs/Ziya/Charts/Support/Glow.html +583 -0
  61. data/docs/Ziya/Charts/Support/Image.html +583 -0
  62. data/docs/Ziya/Charts/Support/Legend.html +582 -0
  63. data/docs/Ziya/Charts/Support/Line.html +583 -0
  64. data/docs/Ziya/Charts/Support/Link.html +734 -0
  65. data/docs/Ziya/Charts/Support/LinkData.html +589 -0
  66. data/docs/Ziya/Charts/Support/Rect.html +583 -0
  67. data/docs/Ziya/Charts/Support/Scroll.html +583 -0
  68. data/docs/Ziya/Charts/Support/Series.html +583 -0
  69. data/docs/Ziya/Charts/Support/SeriesColor.html +676 -0
  70. data/docs/Ziya/Charts/Support/SeriesExplode.html +676 -0
  71. data/docs/Ziya/Charts/Support/Shadow.html +583 -0
  72. data/docs/Ziya/Charts/Support/Text.html +664 -0
  73. data/docs/Ziya/Charts/Support/Tooltip.html +583 -0
  74. data/docs/Ziya/Charts/Support/Update.html +590 -0
  75. data/docs/Ziya/Gauges.html +644 -0
  76. data/docs/Ziya/Gauges/Base.html +1052 -0
  77. data/docs/Ziya/Gauges/Radial.html +654 -0
  78. data/docs/Ziya/Gauges/Signal.html +794 -0
  79. data/docs/Ziya/Gauges/Support.html +726 -0
  80. data/docs/Ziya/Gauges/Support/Area.html +577 -0
  81. data/docs/Ziya/Gauges/Support/Base.html +690 -0
  82. data/docs/Ziya/Gauges/Support/Circle.html +577 -0
  83. data/docs/Ziya/Gauges/Support/Design.html +577 -0
  84. data/docs/Ziya/Gauges/Support/Image.html +577 -0
  85. data/docs/Ziya/Gauges/Support/Line.html +577 -0
  86. data/docs/Ziya/Gauges/Support/Link.html +577 -0
  87. data/docs/Ziya/Gauges/Support/Move.html +577 -0
  88. data/docs/Ziya/Gauges/Support/Point.html +577 -0
  89. data/docs/Ziya/Gauges/Support/Polygon.html +577 -0
  90. data/docs/Ziya/Gauges/Support/RadialBase.html +654 -0
  91. data/docs/Ziya/Gauges/Support/RadialNumbers.html +694 -0
  92. data/docs/Ziya/Gauges/Support/RadialTicks.html +676 -0
  93. data/docs/Ziya/Gauges/Support/Rect.html +577 -0
  94. data/docs/Ziya/Gauges/Support/Rotate.html +577 -0
  95. data/docs/Ziya/Gauges/Support/Scale.html +577 -0
  96. data/docs/Ziya/Gauges/Support/Text.html +656 -0
  97. data/docs/Ziya/Gauges/Support/Update.html +577 -0
  98. data/docs/Ziya/Gauges/Thermo.html +826 -0
  99. data/docs/Ziya/HtmlHelpers.html +597 -0
  100. data/docs/Ziya/HtmlHelpers/Charts.html +1399 -0
  101. data/docs/Ziya/HtmlHelpers/Gauges.html +987 -0
  102. data/docs/Ziya/HtmlHelpers/Maps.html +950 -0
  103. data/docs/Ziya/Maps.html +713 -0
  104. data/docs/Ziya/Maps/Australia.html +648 -0
  105. data/docs/Ziya/Maps/Base.html +1099 -0
  106. data/docs/Ziya/Maps/Belgium.html +648 -0
  107. data/docs/Ziya/Maps/Brazil.html +648 -0
  108. data/docs/Ziya/Maps/Canada.html +648 -0
  109. data/docs/Ziya/Maps/Europe.html +648 -0
  110. data/docs/Ziya/Maps/France.html +648 -0
  111. data/docs/Ziya/Maps/Geocode.html +752 -0
  112. data/docs/Ziya/Maps/Germany.html +648 -0
  113. data/docs/Ziya/Maps/Italy.html +648 -0
  114. data/docs/Ziya/Maps/Mexico.html +648 -0
  115. data/docs/Ziya/Maps/Support.html +798 -0
  116. data/docs/Ziya/Maps/Support/Arc.html +577 -0
  117. data/docs/Ziya/Maps/Support/ArcColor.html +577 -0
  118. data/docs/Ziya/Maps/Support/ArcRange.html +577 -0
  119. data/docs/Ziya/Maps/Support/BackgroundColor.html +577 -0
  120. data/docs/Ziya/Maps/Support/Base.html +792 -0
  121. data/docs/Ziya/Maps/Support/DefaultColor.html +577 -0
  122. data/docs/Ziya/Maps/Support/DefaultPoint.html +577 -0
  123. data/docs/Ziya/Maps/Support/FirstZoom.html +577 -0
  124. data/docs/Ziya/Maps/Support/HeatRange.html +658 -0
  125. data/docs/Ziya/Maps/Support/Hover.html +577 -0
  126. data/docs/Ziya/Maps/Support/Line.html +577 -0
  127. data/docs/Ziya/Maps/Support/LineColor.html +577 -0
  128. data/docs/Ziya/Maps/Support/LineRange.html +577 -0
  129. data/docs/Ziya/Maps/Support/OutlineColor.html +577 -0
  130. data/docs/Ziya/Maps/Support/Point.html +577 -0
  131. data/docs/Ziya/Maps/Support/PointRange.html +577 -0
  132. data/docs/Ziya/Maps/Support/Range.html +753 -0
  133. data/docs/Ziya/Maps/Support/Ranges.html +658 -0
  134. data/docs/Ziya/Maps/Support/Region.html +577 -0
  135. data/docs/Ziya/Maps/Support/ScalePoints.html +577 -0
  136. data/docs/Ziya/Maps/Support/ShowName.html +577 -0
  137. data/docs/Ziya/Maps/Support/State.html +577 -0
  138. data/docs/Ziya/Maps/Support/StateInfoIcon.html +577 -0
  139. data/docs/Ziya/Maps/Support/ZoomMode.html +577 -0
  140. data/docs/Ziya/Maps/Support/ZoomOutButton.html +577 -0
  141. data/docs/Ziya/Maps/Support/ZoomOutScale.html +577 -0
  142. data/docs/Ziya/Maps/Sweden.html +648 -0
  143. data/docs/Ziya/Maps/Uk.html +648 -0
  144. data/docs/Ziya/Maps/Us.html +648 -0
  145. data/docs/Ziya/Maps/World.html +648 -0
  146. data/docs/Ziya/YamlHelpers.html +592 -0
  147. data/docs/Ziya/YamlHelpers/Gauges.html +848 -0
  148. data/docs/Ziya/YamlHelpers/Maps.html +750 -0
  149. data/docs/Ziya/Ziyafy.html +735 -0
  150. data/docs/bin/ziyafy.html +52 -0
  151. data/docs/created.rid +1 -0
  152. data/docs/examples/charts/public/charts/themes/readme.txt.html +61 -0
  153. data/docs/examples/maps/public/maps/themes/readme.txt.html +61 -0
  154. data/docs/images/brick.png +0 -0
  155. data/docs/images/brick_link.png +0 -0
  156. data/docs/images/bullet_black.png +0 -0
  157. data/docs/images/date.png +0 -0
  158. data/docs/images/macFFBgHack.png +0 -0
  159. data/docs/images/package.png +0 -0
  160. data/docs/images/page_green.png +0 -0
  161. data/docs/images/page_white_width.png +0 -0
  162. data/docs/images/plugin.png +0 -0
  163. data/docs/images/ruby.png +0 -0
  164. data/docs/images/tag_green.png +0 -0
  165. data/docs/images/wrench.png +0 -0
  166. data/docs/images/wrench_orange.png +0 -0
  167. data/docs/images/zoom.png +0 -0
  168. data/docs/index.html +978 -0
  169. data/docs/js/darkfish.js +91 -0
  170. data/docs/js/jquery.js +32 -0
  171. data/docs/js/quicksearch.js +135 -0
  172. data/docs/js/thickbox-compressed.js +10 -0
  173. data/docs/lib/ziya.rb.html +43 -0
  174. data/docs/lib/ziya/charts/area.rb.html +54 -0
  175. data/docs/lib/ziya/charts/area_threed.rb.html +153 -0
  176. data/docs/lib/ziya/charts/bar.rb.html +45 -0
  177. data/docs/lib/ziya/charts/base.rb.html +71 -0
  178. data/docs/lib/ziya/charts/bubble.rb.html +54 -0
  179. data/docs/lib/ziya/charts/candle_stick.rb.html +45 -0
  180. data/docs/lib/ziya/charts/column.rb.html +45 -0
  181. data/docs/lib/ziya/charts/column_threed.rb.html +45 -0
  182. data/docs/lib/ziya/charts/custom.rb.html +54 -0
  183. data/docs/lib/ziya/charts/donut.rb.html +54 -0
  184. data/docs/lib/ziya/charts/floating_bar.rb.html +45 -0
  185. data/docs/lib/ziya/charts/floating_column.rb.html +45 -0
  186. data/docs/lib/ziya/charts/image_column.rb.html +54 -0
  187. data/docs/lib/ziya/charts/image_pie.rb.html +54 -0
  188. data/docs/lib/ziya/charts/line.rb.html +45 -0
  189. data/docs/lib/ziya/charts/mixed.rb.html +45 -0
  190. data/docs/lib/ziya/charts/parallel_threed_column.rb.html +45 -0
  191. data/docs/lib/ziya/charts/pie.rb.html +45 -0
  192. data/docs/lib/ziya/charts/pie_threed.rb.html +45 -0
  193. data/docs/lib/ziya/charts/polar.rb.html +45 -0
  194. data/docs/lib/ziya/charts/scatter.rb.html +45 -0
  195. data/docs/lib/ziya/charts/stacked_area.rb.html +45 -0
  196. data/docs/lib/ziya/charts/stacked_bar.rb.html +45 -0
  197. data/docs/lib/ziya/charts/stacked_column.rb.html +45 -0
  198. data/docs/lib/ziya/charts/stacked_threed_area.rb.html +45 -0
  199. data/docs/lib/ziya/charts/stacked_threed_column.rb.html +45 -0
  200. data/docs/lib/ziya/charts/support/area.rb.html +56 -0
  201. data/docs/lib/ziya/charts/support/axis_category.rb.html +407 -0
  202. data/docs/lib/ziya/charts/support/axis_ticks.rb.html +48 -0
  203. data/docs/lib/ziya/charts/support/axis_value.rb.html +48 -0
  204. data/docs/lib/ziya/charts/support/base.rb.html +64 -0
  205. data/docs/lib/ziya/charts/support/bevel.rb.html +48 -0
  206. data/docs/lib/ziya/charts/support/blur.rb.html +48 -0
  207. data/docs/lib/ziya/charts/support/button.rb.html +48 -0
  208. data/docs/lib/ziya/charts/support/chart_border.rb.html +48 -0
  209. data/docs/lib/ziya/charts/support/chart_grid_h.rb.html +48 -0
  210. data/docs/lib/ziya/charts/support/chart_grid_v.rb.html +48 -0
  211. data/docs/lib/ziya/charts/support/chart_guide.rb.html +48 -0
  212. data/docs/lib/ziya/charts/support/chart_label.rb.html +49 -0
  213. data/docs/lib/ziya/charts/support/chart_note.rb.html +53 -0
  214. data/docs/lib/ziya/charts/support/chart_pref.rb.html +48 -0
  215. data/docs/lib/ziya/charts/support/chart_rect.rb.html +48 -0
  216. data/docs/lib/ziya/charts/support/chart_transition.rb.html +48 -0
  217. data/docs/lib/ziya/charts/support/circle.rb.html +48 -0
  218. data/docs/lib/ziya/charts/support/context_menu.rb.html +47 -0
  219. data/docs/lib/ziya/charts/support/draw.rb.html +57 -0
  220. data/docs/lib/ziya/charts/support/draw_base.rb.html +48 -0
  221. data/docs/lib/ziya/charts/support/filter.rb.html +52 -0
  222. data/docs/lib/ziya/charts/support/flash_to_javascript.rb.html +48 -0
  223. data/docs/lib/ziya/charts/support/glow.rb.html +48 -0
  224. data/docs/lib/ziya/charts/support/image.rb.html +52 -0
  225. data/docs/lib/ziya/charts/support/legend.rb.html +48 -0
  226. data/docs/lib/ziya/charts/support/line.rb.html +48 -0
  227. data/docs/lib/ziya/charts/support/link.rb.html +48 -0
  228. data/docs/lib/ziya/charts/support/link_data.rb.html +48 -0
  229. data/docs/lib/ziya/charts/support/rect.rb.html +48 -0
  230. data/docs/lib/ziya/charts/support/scroll.rb.html +50 -0
  231. data/docs/lib/ziya/charts/support/series.rb.html +47 -0
  232. data/docs/lib/ziya/charts/support/series_color.rb.html +62 -0
  233. data/docs/lib/ziya/charts/support/series_explode.rb.html +65 -0
  234. data/docs/lib/ziya/charts/support/shadow.rb.html +48 -0
  235. data/docs/lib/ziya/charts/support/text.rb.html +51 -0
  236. data/docs/lib/ziya/charts/support/tooltip.rb.html +53 -0
  237. data/docs/lib/ziya/charts/support/update.rb.html +49 -0
  238. data/docs/lib/ziya/core_ext/string.rb.html +50 -0
  239. data/docs/lib/ziya/gauges/base.rb.html +54 -0
  240. data/docs/lib/ziya/gauges/radial.rb.html +64 -0
  241. data/docs/lib/ziya/gauges/signal.rb.html +49 -0
  242. data/docs/lib/ziya/gauges/support/area.rb.html +57 -0
  243. data/docs/lib/ziya/gauges/support/base.rb.html +39 -0
  244. data/docs/lib/ziya/gauges/support/circle.rb.html +57 -0
  245. data/docs/lib/ziya/gauges/support/design.rb.html +39 -0
  246. data/docs/lib/ziya/gauges/support/image.rb.html +57 -0
  247. data/docs/lib/ziya/gauges/support/line.rb.html +57 -0
  248. data/docs/lib/ziya/gauges/support/link.rb.html +57 -0
  249. data/docs/lib/ziya/gauges/support/move.rb.html +57 -0
  250. data/docs/lib/ziya/gauges/support/point.rb.html +57 -0
  251. data/docs/lib/ziya/gauges/support/polygon.rb.html +57 -0
  252. data/docs/lib/ziya/gauges/support/radial_base.rb.html +58 -0
  253. data/docs/lib/ziya/gauges/support/radial_numbers.rb.html +60 -0
  254. data/docs/lib/ziya/gauges/support/radial_ticks.rb.html +57 -0
  255. data/docs/lib/ziya/gauges/support/rect.rb.html +57 -0
  256. data/docs/lib/ziya/gauges/support/rotate.rb.html +57 -0
  257. data/docs/lib/ziya/gauges/support/scale.rb.html +57 -0
  258. data/docs/lib/ziya/gauges/support/text.rb.html +57 -0
  259. data/docs/lib/ziya/gauges/support/update.rb.html +57 -0
  260. data/docs/lib/ziya/gauges/thermo.rb.html +48 -0
  261. data/docs/lib/ziya/html_helpers.rb.html +39 -0
  262. data/docs/lib/ziya/html_helpers/base.rb.html +48 -0
  263. data/docs/lib/ziya/html_helpers/charts.rb.html +48 -0
  264. data/docs/lib/ziya/html_helpers/gauges.rb.html +48 -0
  265. data/docs/lib/ziya/html_helpers/maps.rb.html +39 -0
  266. data/docs/lib/ziya/maps/australia.rb.html +48 -0
  267. data/docs/lib/ziya/maps/base.rb.html +62 -0
  268. data/docs/lib/ziya/maps/belgium.rb.html +39 -0
  269. data/docs/lib/ziya/maps/brazil.rb.html +39 -0
  270. data/docs/lib/ziya/maps/canada.rb.html +39 -0
  271. data/docs/lib/ziya/maps/europe.rb.html +39 -0
  272. data/docs/lib/ziya/maps/france.rb.html +39 -0
  273. data/docs/lib/ziya/maps/geocode.rb.html +45 -0
  274. data/docs/lib/ziya/maps/germany.rb.html +39 -0
  275. data/docs/lib/ziya/maps/italy.rb.html +39 -0
  276. data/docs/lib/ziya/maps/mexico.rb.html +39 -0
  277. data/docs/lib/ziya/maps/support/arc.rb.html +48 -0
  278. data/docs/lib/ziya/maps/support/arc_color.rb.html +48 -0
  279. data/docs/lib/ziya/maps/support/arc_range.rb.html +48 -0
  280. data/docs/lib/ziya/maps/support/background_color.rb.html +48 -0
  281. data/docs/lib/ziya/maps/support/base.rb.html +48 -0
  282. data/docs/lib/ziya/maps/support/default_color.rb.html +48 -0
  283. data/docs/lib/ziya/maps/support/default_point.rb.html +48 -0
  284. data/docs/lib/ziya/maps/support/first_zoom.rb.html +48 -0
  285. data/docs/lib/ziya/maps/support/heat_range.rb.html +50 -0
  286. data/docs/lib/ziya/maps/support/hover.rb.html +48 -0
  287. data/docs/lib/ziya/maps/support/line.rb.html +48 -0
  288. data/docs/lib/ziya/maps/support/line_color.rb.html +48 -0
  289. data/docs/lib/ziya/maps/support/line_range.rb.html +48 -0
  290. data/docs/lib/ziya/maps/support/outline_color.rb.html +48 -0
  291. data/docs/lib/ziya/maps/support/point.rb.html +48 -0
  292. data/docs/lib/ziya/maps/support/point_range.rb.html +48 -0
  293. data/docs/lib/ziya/maps/support/range.rb.html +48 -0
  294. data/docs/lib/ziya/maps/support/ranges.rb.html +47 -0
  295. data/docs/lib/ziya/maps/support/region.rb.html +48 -0
  296. data/docs/lib/ziya/maps/support/scale_points.rb.html +48 -0
  297. data/docs/lib/ziya/maps/support/show_name.rb.html +48 -0
  298. data/docs/lib/ziya/maps/support/state.rb.html +48 -0
  299. data/docs/lib/ziya/maps/support/state_info_icon.rb.html +48 -0
  300. data/docs/lib/ziya/maps/support/zoom_mode.rb.html +48 -0
  301. data/docs/lib/ziya/maps/support/zoom_out_button.rb.html +48 -0
  302. data/docs/lib/ziya/maps/support/zoom_out_scale.rb.html +48 -0
  303. data/docs/lib/ziya/maps/sweden.rb.html +39 -0
  304. data/docs/lib/ziya/maps/uk.rb.html +39 -0
  305. data/docs/lib/ziya/maps/us.rb.html +39 -0
  306. data/docs/lib/ziya/maps/world.rb.html +39 -0
  307. data/docs/lib/ziya/utils/logger.rb.html +53 -0
  308. data/docs/lib/ziya/version.rb.html +39 -0
  309. data/docs/lib/ziya/yaml_helpers.rb.html +39 -0
  310. data/docs/lib/ziya/yaml_helpers/base.rb.html +48 -0
  311. data/docs/lib/ziya/yaml_helpers/charts.rb.html +50 -0
  312. data/docs/lib/ziya/yaml_helpers/gauges.rb.html +39 -0
  313. data/docs/lib/ziya/yaml_helpers/maps.rb.html +39 -0
  314. data/docs/rdoc.css +664 -0
  315. data/docs/release_notes.txt.html +51 -0
  316. data/docs/resources/charts/themes/readme.txt.html +61 -0
  317. data/docs/resources/maps/themes/readme.txt.html +61 -0
  318. data/examples/charts/basic_chart.rb +55 -0
  319. data/{charts → examples/charts/public/charts}/AC_RunActiveContent.js +0 -0
  320. data/examples/charts/public/charts/charts.swf +0 -0
  321. data/examples/charts/public/charts/charts_library/ar3d.swf +0 -0
  322. data/examples/charts/public/charts/charts_library/arno.swf +0 -0
  323. data/examples/charts/public/charts/charts_library/ars3.swf +0 -0
  324. data/examples/charts/public/charts/charts_library/arst.swf +0 -0
  325. data/examples/charts/public/charts/charts_library/brfl.swf +0 -0
  326. data/examples/charts/public/charts/charts_library/brno.swf +0 -0
  327. data/examples/charts/public/charts/charts_library/brst.swf +0 -0
  328. data/examples/charts/public/charts/charts_library/buno.swf +0 -0
  329. data/examples/charts/public/charts/charts_library/cl3d.swf +0 -0
  330. data/examples/charts/public/charts/charts_library/clfl.swf +0 -0
  331. data/examples/charts/public/charts/charts_library/clim.swf +0 -0
  332. data/examples/charts/public/charts/charts_library/clno.swf +0 -0
  333. data/examples/charts/public/charts/charts_library/clp3.swf +0 -0
  334. data/examples/charts/public/charts/charts_library/cls3.swf +0 -0
  335. data/examples/charts/public/charts/charts_library/clst.swf +0 -0
  336. data/examples/charts/public/charts/charts_library/cnno.swf +0 -0
  337. data/{charts → examples/charts/public/charts}/charts_library/dollar.jpg +0 -0
  338. data/examples/charts/public/charts/charts_library/dono.swf +0 -0
  339. data/examples/charts/public/charts/charts_library/lnno.swf +0 -0
  340. data/examples/charts/public/charts/charts_library/mxno.swf +0 -0
  341. data/examples/charts/public/charts/charts_library/pi3d.swf +0 -0
  342. data/{charts → examples/charts/public/charts}/charts_library/pie.jpg +0 -0
  343. data/examples/charts/public/charts/charts_library/piim.swf +0 -0
  344. data/examples/charts/public/charts/charts_library/pino.swf +0 -0
  345. data/examples/charts/public/charts/charts_library/pono.swf +0 -0
  346. data/examples/charts/public/charts/charts_library/scno.swf +0 -0
  347. data/examples/charts/public/charts/full_screen.fla +0 -0
  348. data/{charts → examples/charts/public/charts}/full_screen.swf +0 -0
  349. data/{charts → examples/charts/public/charts}/scripts/output_jpg.php +0 -0
  350. data/{charts → examples/charts/public/charts}/sliders/black.swf +0 -0
  351. data/{charts → examples/charts/public/charts}/sliders/preview_handle_1.swf +0 -0
  352. data/{charts → examples/charts/public/charts}/sliders/preview_handle_2.swf +0 -0
  353. data/examples/charts/public/charts/themes/cool_theme/column_chart.yml +150 -0
  354. data/examples/charts/public/charts/themes/cool_theme/line_chart.yml +5 -0
  355. data/examples/charts/public/charts/themes/readme.txt +13 -0
  356. data/examples/charts/public/fred.xml +21 -0
  357. data/examples/charts/views/index.erb +17 -0
  358. data/examples/maps/basic_map.rb +63 -0
  359. data/examples/maps/helpers/map_helper.rb +15 -0
  360. data/examples/maps/models/confidential_herpes_report.rb +78 -0
  361. data/examples/maps/public/javascripts/jquery-1.3.2.js +4376 -0
  362. data/examples/maps/public/map.xml +336 -0
  363. data/examples/maps/public/maps/js/Exception.js +45 -0
  364. data/examples/maps/public/maps/js/FlashProxy.js +72 -0
  365. data/examples/maps/public/maps/js/FlashSerializer.js +165 -0
  366. data/examples/maps/public/maps/js/FlashTag.js +111 -0
  367. data/examples/maps/public/maps/js/JavaScriptFlashGateway.js +455 -0
  368. data/examples/maps/public/maps/js/JavaScriptFlashGateway.swf +0 -0
  369. data/examples/maps/public/maps/map_library/australia.swf +0 -0
  370. data/examples/maps/public/maps/map_library/belgium.swf +0 -0
  371. data/examples/maps/public/maps/map_library/brazil.swf +0 -0
  372. data/examples/maps/public/maps/map_library/canada.swf +0 -0
  373. data/examples/maps/public/maps/map_library/europe.swf +0 -0
  374. data/examples/maps/public/maps/map_library/france.swf +0 -0
  375. data/examples/maps/public/maps/map_library/germany.swf +0 -0
  376. data/examples/maps/public/maps/map_library/italy.swf +0 -0
  377. data/examples/maps/public/maps/map_library/mexico.swf +0 -0
  378. data/examples/maps/public/maps/map_library/sweden.swf +0 -0
  379. data/examples/maps/public/maps/map_library/uk_ireland.swf +0 -0
  380. data/examples/maps/public/maps/map_library/us.swf +0 -0
  381. data/examples/maps/public/maps/map_library/us_canada.swf +0 -0
  382. data/examples/maps/public/maps/map_library/world.swf +0 -0
  383. data/examples/maps/public/maps/themes/default/base_map.yml +27 -0
  384. data/examples/maps/public/maps/themes/default/us_map.yml +20 -0
  385. data/examples/maps/public/maps/themes/default/us_map_2.yml +17 -0
  386. data/examples/maps/public/maps/themes/readme.txt +13 -0
  387. data/examples/maps/public/stylesheets/map.css +16 -0
  388. data/examples/maps/views/index.erb +26 -0
  389. data/examples/maps/views/layout.erb +21 -0
  390. data/gem_script.rb +5 -0
  391. data/lib/ziya.rb +20 -11
  392. data/lib/ziya/charts/base.rb +114 -90
  393. data/lib/ziya/{components → charts/support}/area.rb +2 -2
  394. data/lib/ziya/{components → charts/support}/axis_category.rb +1 -1
  395. data/lib/ziya/{components → charts/support}/axis_ticks.rb +1 -1
  396. data/lib/ziya/{components → charts/support}/axis_value.rb +1 -1
  397. data/lib/ziya/{components → charts/support}/base.rb +9 -21
  398. data/lib/ziya/{components → charts/support}/bevel.rb +1 -1
  399. data/lib/ziya/{components → charts/support}/blur.rb +1 -1
  400. data/lib/ziya/{components → charts/support}/button.rb +1 -1
  401. data/lib/ziya/{components → charts/support}/chart_border.rb +1 -1
  402. data/lib/ziya/{components → charts/support}/chart_grid_h.rb +1 -1
  403. data/lib/ziya/{components → charts/support}/chart_grid_v.rb +1 -1
  404. data/lib/ziya/{components → charts/support}/chart_guide.rb +1 -1
  405. data/lib/ziya/{components → charts/support}/chart_label.rb +1 -1
  406. data/lib/ziya/{components → charts/support}/chart_note.rb +1 -1
  407. data/lib/ziya/{components → charts/support}/chart_pref.rb +3 -2
  408. data/lib/ziya/{components → charts/support}/chart_rect.rb +1 -1
  409. data/lib/ziya/{components → charts/support}/chart_transition.rb +1 -1
  410. data/lib/ziya/{components → charts/support}/circle.rb +1 -1
  411. data/lib/ziya/{components → charts/support}/context_menu.rb +1 -3
  412. data/lib/ziya/charts/support/draw.rb +76 -0
  413. data/lib/ziya/{components → charts/support}/draw_base.rb +1 -1
  414. data/lib/ziya/{components → charts/support}/filter.rb +1 -1
  415. data/lib/ziya/charts/support/flash_to_javascript.rb +23 -0
  416. data/lib/ziya/{components → charts/support}/glow.rb +1 -1
  417. data/lib/ziya/{components → charts/support}/image.rb +1 -1
  418. data/lib/ziya/{components → charts/support}/legend.rb +1 -1
  419. data/lib/ziya/{components → charts/support}/line.rb +1 -1
  420. data/lib/ziya/{components → charts/support}/link.rb +9 -1
  421. data/lib/ziya/{components → charts/support}/link_data.rb +1 -1
  422. data/lib/ziya/{components → charts/support}/rect.rb +1 -1
  423. data/lib/ziya/{components → charts/support}/scroll.rb +1 -3
  424. data/lib/ziya/{components → charts/support}/series.rb +1 -3
  425. data/lib/ziya/{components → charts/support}/series_color.rb +1 -1
  426. data/lib/ziya/{components → charts/support}/series_explode.rb +1 -1
  427. data/lib/ziya/{components → charts/support}/shadow.rb +1 -1
  428. data/lib/ziya/{components → charts/support}/text.rb +9 -1
  429. data/lib/ziya/{components → charts/support}/tooltip.rb +1 -1
  430. data/lib/ziya/{components → charts/support}/update.rb +1 -1
  431. data/lib/ziya/core_ext/string.rb +31 -0
  432. data/lib/ziya/gauges/base.rb +17 -12
  433. data/lib/ziya/gauges/support/base.rb +4 -12
  434. data/lib/ziya/gauges/support/radial_numbers.rb +1 -1
  435. data/lib/ziya/html_helpers.rb +1 -0
  436. data/lib/ziya/html_helpers/base.rb +91 -0
  437. data/lib/ziya/html_helpers/charts.rb +200 -0
  438. data/lib/ziya/html_helpers/gauges.rb +90 -0
  439. data/lib/ziya/html_helpers/maps.rb +74 -0
  440. data/lib/ziya/maps/australia.rb +9 -0
  441. data/lib/ziya/maps/base.rb +409 -0
  442. data/lib/ziya/maps/belgium.rb +7 -0
  443. data/lib/ziya/maps/brazil.rb +7 -0
  444. data/lib/ziya/maps/canada.rb +7 -0
  445. data/lib/ziya/maps/europe.rb +7 -0
  446. data/lib/ziya/maps/france.rb +7 -0
  447. data/lib/ziya/maps/geocode.rb +18 -0
  448. data/lib/ziya/maps/germany.rb +7 -0
  449. data/lib/ziya/maps/italy.rb +7 -0
  450. data/lib/ziya/maps/mexico.rb +7 -0
  451. data/lib/ziya/maps/support/arc.rb +7 -0
  452. data/lib/ziya/maps/support/arc_color.rb +7 -0
  453. data/lib/ziya/maps/support/arc_range.rb +7 -0
  454. data/lib/ziya/maps/support/background_color.rb +7 -0
  455. data/lib/ziya/maps/support/base.rb +34 -0
  456. data/lib/ziya/maps/support/default_color.rb +7 -0
  457. data/lib/ziya/maps/support/default_point.rb +7 -0
  458. data/lib/ziya/maps/support/first_zoom.rb +7 -0
  459. data/lib/ziya/maps/support/heat_range.rb +35 -0
  460. data/lib/ziya/maps/support/hover.rb +7 -0
  461. data/lib/ziya/maps/support/line.rb +7 -0
  462. data/lib/ziya/maps/support/line_color.rb +7 -0
  463. data/lib/ziya/maps/support/line_range.rb +7 -0
  464. data/lib/ziya/maps/support/outline_color.rb +7 -0
  465. data/lib/ziya/maps/support/point.rb +8 -0
  466. data/lib/ziya/maps/support/point_range.rb +7 -0
  467. data/lib/ziya/maps/support/range.rb +31 -0
  468. data/lib/ziya/maps/support/ranges.rb +18 -0
  469. data/lib/ziya/maps/support/region.rb +7 -0
  470. data/lib/ziya/maps/support/scale_points.rb +7 -0
  471. data/lib/ziya/maps/support/show_name.rb +7 -0
  472. data/lib/ziya/maps/support/state.rb +7 -0
  473. data/lib/ziya/maps/support/state_info_icon.rb +7 -0
  474. data/lib/ziya/maps/support/zoom_mode.rb +7 -0
  475. data/lib/ziya/maps/support/zoom_out_button.rb +7 -0
  476. data/lib/ziya/maps/support/zoom_out_scale.rb +7 -0
  477. data/lib/ziya/maps/sweden.rb +7 -0
  478. data/lib/ziya/maps/uk.rb +7 -0
  479. data/lib/ziya/maps/us.rb +7 -0
  480. data/lib/ziya/maps/world.rb +7 -0
  481. data/lib/ziya/version.rb +3 -3
  482. data/lib/ziya/yaml_helpers.rb +1 -0
  483. data/lib/ziya/yaml_helpers/base.rb +20 -0
  484. data/lib/ziya/yaml_helpers/charts.rb +49 -0
  485. data/lib/ziya/yaml_helpers/gauges.rb +33 -0
  486. data/lib/ziya/yaml_helpers/maps.rb +17 -0
  487. data/resources/charts/AC_RunActiveContent.js +292 -0
  488. data/resources/charts/charts.swf +0 -0
  489. data/resources/charts/charts_library/ar3d.swf +0 -0
  490. data/resources/charts/charts_library/arno.swf +0 -0
  491. data/resources/charts/charts_library/ars3.swf +0 -0
  492. data/resources/charts/charts_library/arst.swf +0 -0
  493. data/resources/charts/charts_library/brfl.swf +0 -0
  494. data/resources/charts/charts_library/brno.swf +0 -0
  495. data/resources/charts/charts_library/brst.swf +0 -0
  496. data/resources/charts/charts_library/buno.swf +0 -0
  497. data/resources/charts/charts_library/cl3d.swf +0 -0
  498. data/resources/charts/charts_library/clfl.swf +0 -0
  499. data/resources/charts/charts_library/clim.swf +0 -0
  500. data/resources/charts/charts_library/clno.swf +0 -0
  501. data/resources/charts/charts_library/clp3.swf +0 -0
  502. data/resources/charts/charts_library/cls3.swf +0 -0
  503. data/resources/charts/charts_library/clst.swf +0 -0
  504. data/resources/charts/charts_library/cnno.swf +0 -0
  505. data/resources/charts/charts_library/dono.swf +0 -0
  506. data/resources/charts/charts_library/lnno.swf +0 -0
  507. data/resources/charts/charts_library/mxno.swf +0 -0
  508. data/resources/charts/charts_library/pi3d.swf +0 -0
  509. data/resources/charts/charts_library/piim.swf +0 -0
  510. data/resources/charts/charts_library/pino.swf +0 -0
  511. data/resources/charts/charts_library/pono.swf +0 -0
  512. data/resources/charts/charts_library/scno.swf +0 -0
  513. data/resources/charts/full_screen.fla +0 -0
  514. data/resources/charts/full_screen.swf +0 -0
  515. data/resources/charts/scripts/output_jpg.php +23 -0
  516. data/resources/charts/sliders/black.swf +0 -0
  517. data/resources/charts/sliders/preview_handle_1.swf +0 -0
  518. data/resources/charts/sliders/preview_handle_2.swf +0 -0
  519. data/resources/charts/themes/readme.txt +13 -0
  520. data/{gauges → resources/gauges}/designs/circle.yml +0 -0
  521. data/{gauges → resources/gauges}/designs/signal.yml +0 -0
  522. data/{gauges → resources/gauges}/designs/thermo.yml +0 -0
  523. data/{gauges → resources/gauges}/designs/title.yml +0 -0
  524. data/{gauges → resources/gauges}/gauge.swf +0 -0
  525. data/resources/maps/js/Exception.js +45 -0
  526. data/resources/maps/js/FlashProxy.js +72 -0
  527. data/resources/maps/js/FlashSerializer.js +165 -0
  528. data/resources/maps/js/FlashTag.js +111 -0
  529. data/resources/maps/js/JavaScriptFlashGateway.js +455 -0
  530. data/resources/maps/js/JavaScriptFlashGateway.swf +0 -0
  531. data/resources/maps/map_library/australia.swf +0 -0
  532. data/resources/maps/map_library/belgium.swf +0 -0
  533. data/resources/maps/map_library/brazil.swf +0 -0
  534. data/resources/maps/map_library/canada.swf +0 -0
  535. data/resources/maps/map_library/europe.swf +0 -0
  536. data/resources/maps/map_library/france.swf +0 -0
  537. data/resources/maps/map_library/germany.swf +0 -0
  538. data/resources/maps/map_library/italy.swf +0 -0
  539. data/resources/maps/map_library/mexico.swf +0 -0
  540. data/resources/maps/map_library/sweden.swf +0 -0
  541. data/resources/maps/map_library/uk_ireland.swf +0 -0
  542. data/resources/maps/map_library/us.swf +0 -0
  543. data/resources/maps/map_library/us_canada.swf +0 -0
  544. data/resources/maps/map_library/world.swf +0 -0
  545. data/resources/maps/themes/readme.txt +13 -0
  546. data/spec/charts/base_spec.rb +7 -6
  547. data/spec/charts/chart_type_spec.rb +11 -4
  548. data/spec/{components → charts/support}/area_spec.rb +8 -8
  549. data/spec/charts/support/chart_pref_spec.rb +36 -0
  550. data/spec/charts/support/draw_spec.rb +41 -0
  551. data/spec/{components → charts/support}/filter_spec.rb +6 -6
  552. data/spec/{components → charts/support}/link_spec.rb +6 -6
  553. data/spec/{components → charts/support}/series.rb +4 -4
  554. data/spec/{components → charts/support}/series_color_spec.rb +4 -4
  555. data/spec/{components → charts/support}/series_explode.rb +4 -4
  556. data/spec/{components → charts/support}/series_explode_spec.rb +4 -4
  557. data/spec/core_ext/string_spec.rb +40 -0
  558. data/spec/gauges/base_spec.rb +1 -1
  559. data/spec/html_helpers/base_spec.rb +50 -0
  560. data/spec/html_helpers/charts_spec.rb +23 -0
  561. data/spec/html_helpers/gauges_spec.rb +16 -0
  562. data/spec/html_helpers/maps_spec.rb +20 -0
  563. data/spec/maps/base_spec.rb +82 -0
  564. data/spec/maps/support/default_color_spec.rb +29 -0
  565. data/spec/maps/support/heat_range_spec.rb +29 -0
  566. data/spec/maps/us_spec.rb +12 -0
  567. data/spec/maps/world_spec.rb +18 -0
  568. data/spec/spec_helper.rb +5 -4
  569. data/spec/themes/maps/base_map.yml +81 -0
  570. data/spec/themes/maps/us_map.yml +6 -0
  571. data/spec/themes/maps/world_map.yml +6 -0
  572. data/spec/themes/maps/world_ov_map.yml +6 -0
  573. data/spec/{helpers/base_helper_spec.rb → yaml_helpers/charts_spec.rb} +10 -13
  574. data/spec/yaml_helpers/gauges_spec.rb +15 -0
  575. data/spec/ziya_helper_spec.rb +118 -116
  576. data/tasks/doc.rake +12 -7
  577. data/tasks/gem.rake +1 -1
  578. data/tasks/setup.rb +1 -1
  579. data/ziya.gemspec +40 -0
  580. metadata +582 -94
  581. data/charts/charts.swf +0 -0
  582. data/charts/charts_library/ar3d.swf +0 -0
  583. data/charts/charts_library/arno.swf +0 -0
  584. data/charts/charts_library/ars3.swf +0 -0
  585. data/charts/charts_library/arst.swf +0 -0
  586. data/charts/charts_library/brfl.swf +0 -0
  587. data/charts/charts_library/brno.swf +0 -0
  588. data/charts/charts_library/brst.swf +0 -0
  589. data/charts/charts_library/buno.swf +0 -0
  590. data/charts/charts_library/cl3d.swf +0 -0
  591. data/charts/charts_library/clfl.swf +0 -0
  592. data/charts/charts_library/clim.swf +0 -0
  593. data/charts/charts_library/clno.swf +0 -0
  594. data/charts/charts_library/clp3.swf +0 -0
  595. data/charts/charts_library/cls3.swf +0 -0
  596. data/charts/charts_library/clst.swf +0 -0
  597. data/charts/charts_library/cnno.swf +0 -0
  598. data/charts/charts_library/dono.swf +0 -0
  599. data/charts/charts_library/lnno.swf +0 -0
  600. data/charts/charts_library/mxno.swf +0 -0
  601. data/charts/charts_library/pi3d.swf +0 -0
  602. data/charts/charts_library/piim.swf +0 -0
  603. data/charts/charts_library/pino.swf +0 -0
  604. data/charts/charts_library/pono.swf +0 -0
  605. data/charts/charts_library/scno.swf +0 -0
  606. data/charts/ziya.js +0 -66
  607. data/lib/ziya/components/draw.rb +0 -47
  608. data/lib/ziya/helpers/base_helper.rb +0 -91
  609. data/lib/ziya/utils/text.rb +0 -39
  610. data/lib/ziya/ziya_helper.rb +0 -354
  611. data/spec/components/draw_spec.rb +0 -32
  612. data/spec/utils/text_spec.rb +0 -33
@@ -0,0 +1,1245 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: Ziya::Charts::Support</title>
9
+
10
+ <link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="../../js/jquery.js" type="text/javascript"
13
+ charset="utf-8"></script>
14
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
15
+ charset="utf-8"></script>
16
+ <script src="../../js/quicksearch.js" type="text/javascript"
17
+ charset="utf-8"></script>
18
+ <script src="../../js/darkfish.js" type="text/javascript"
19
+ charset="utf-8"></script>
20
+
21
+ <script type="text/javascript" charset="utf-8">
22
+ $(document).ready( function() {
23
+ hookSourceViews();
24
+ hookQuickSearch();
25
+ highlightLocationTarget();
26
+
27
+ $('ul.link-list a').bind( "click", highlightClickTarget );
28
+ });
29
+ </script>
30
+
31
+ </head>
32
+ <body class="module">
33
+
34
+ <div id="metadata">
35
+ <div id="file-metadata">
36
+ <div id="file-list-section" class="section">
37
+ <h3 class="section-header">In Files</h3>
38
+ <div class="section-body">
39
+ <ul>
40
+
41
+ <li><a href="../../lib/ziya/charts/support/area.rb.html?TB_iframe=true&height=400&width=600"
42
+ class="thickbox" title="lib/ziya/charts/support/area.rb">lib/ziya/charts/support/area.rb</a></li>
43
+
44
+ <li><a href="../../lib/ziya/charts/support/axis_category.rb.html?TB_iframe=true&height=400&width=600"
45
+ class="thickbox" title="lib/ziya/charts/support/axis_category.rb">lib/ziya/charts/support/axis_category.rb</a></li>
46
+
47
+ <li><a href="../../lib/ziya/charts/support/axis_ticks.rb.html?TB_iframe=true&height=400&width=600"
48
+ class="thickbox" title="lib/ziya/charts/support/axis_ticks.rb">lib/ziya/charts/support/axis_ticks.rb</a></li>
49
+
50
+ <li><a href="../../lib/ziya/charts/support/axis_value.rb.html?TB_iframe=true&height=400&width=600"
51
+ class="thickbox" title="lib/ziya/charts/support/axis_value.rb">lib/ziya/charts/support/axis_value.rb</a></li>
52
+
53
+ <li><a href="../../lib/ziya/charts/support/base.rb.html?TB_iframe=true&height=400&width=600"
54
+ class="thickbox" title="lib/ziya/charts/support/base.rb">lib/ziya/charts/support/base.rb</a></li>
55
+
56
+ <li><a href="../../lib/ziya/charts/support/bevel.rb.html?TB_iframe=true&height=400&width=600"
57
+ class="thickbox" title="lib/ziya/charts/support/bevel.rb">lib/ziya/charts/support/bevel.rb</a></li>
58
+
59
+ <li><a href="../../lib/ziya/charts/support/blur.rb.html?TB_iframe=true&height=400&width=600"
60
+ class="thickbox" title="lib/ziya/charts/support/blur.rb">lib/ziya/charts/support/blur.rb</a></li>
61
+
62
+ <li><a href="../../lib/ziya/charts/support/button.rb.html?TB_iframe=true&height=400&width=600"
63
+ class="thickbox" title="lib/ziya/charts/support/button.rb">lib/ziya/charts/support/button.rb</a></li>
64
+
65
+ <li><a href="../../lib/ziya/charts/support/chart_border.rb.html?TB_iframe=true&height=400&width=600"
66
+ class="thickbox" title="lib/ziya/charts/support/chart_border.rb">lib/ziya/charts/support/chart_border.rb</a></li>
67
+
68
+ <li><a href="../../lib/ziya/charts/support/chart_grid_h.rb.html?TB_iframe=true&height=400&width=600"
69
+ class="thickbox" title="lib/ziya/charts/support/chart_grid_h.rb">lib/ziya/charts/support/chart_grid_h.rb</a></li>
70
+
71
+ <li><a href="../../lib/ziya/charts/support/chart_grid_v.rb.html?TB_iframe=true&height=400&width=600"
72
+ class="thickbox" title="lib/ziya/charts/support/chart_grid_v.rb">lib/ziya/charts/support/chart_grid_v.rb</a></li>
73
+
74
+ <li><a href="../../lib/ziya/charts/support/chart_guide.rb.html?TB_iframe=true&height=400&width=600"
75
+ class="thickbox" title="lib/ziya/charts/support/chart_guide.rb">lib/ziya/charts/support/chart_guide.rb</a></li>
76
+
77
+ <li><a href="../../lib/ziya/charts/support/chart_label.rb.html?TB_iframe=true&height=400&width=600"
78
+ class="thickbox" title="lib/ziya/charts/support/chart_label.rb">lib/ziya/charts/support/chart_label.rb</a></li>
79
+
80
+ <li><a href="../../lib/ziya/charts/support/chart_note.rb.html?TB_iframe=true&height=400&width=600"
81
+ class="thickbox" title="lib/ziya/charts/support/chart_note.rb">lib/ziya/charts/support/chart_note.rb</a></li>
82
+
83
+ <li><a href="../../lib/ziya/charts/support/chart_pref.rb.html?TB_iframe=true&height=400&width=600"
84
+ class="thickbox" title="lib/ziya/charts/support/chart_pref.rb">lib/ziya/charts/support/chart_pref.rb</a></li>
85
+
86
+ <li><a href="../../lib/ziya/charts/support/chart_rect.rb.html?TB_iframe=true&height=400&width=600"
87
+ class="thickbox" title="lib/ziya/charts/support/chart_rect.rb">lib/ziya/charts/support/chart_rect.rb</a></li>
88
+
89
+ <li><a href="../../lib/ziya/charts/support/chart_transition.rb.html?TB_iframe=true&height=400&width=600"
90
+ class="thickbox" title="lib/ziya/charts/support/chart_transition.rb">lib/ziya/charts/support/chart_transition.rb</a></li>
91
+
92
+ <li><a href="../../lib/ziya/charts/support/circle.rb.html?TB_iframe=true&height=400&width=600"
93
+ class="thickbox" title="lib/ziya/charts/support/circle.rb">lib/ziya/charts/support/circle.rb</a></li>
94
+
95
+ <li><a href="../../lib/ziya/charts/support/context_menu.rb.html?TB_iframe=true&height=400&width=600"
96
+ class="thickbox" title="lib/ziya/charts/support/context_menu.rb">lib/ziya/charts/support/context_menu.rb</a></li>
97
+
98
+ <li><a href="../../lib/ziya/charts/support/draw.rb.html?TB_iframe=true&height=400&width=600"
99
+ class="thickbox" title="lib/ziya/charts/support/draw.rb">lib/ziya/charts/support/draw.rb</a></li>
100
+
101
+ <li><a href="../../lib/ziya/charts/support/draw_base.rb.html?TB_iframe=true&height=400&width=600"
102
+ class="thickbox" title="lib/ziya/charts/support/draw_base.rb">lib/ziya/charts/support/draw_base.rb</a></li>
103
+
104
+ <li><a href="../../lib/ziya/charts/support/filter.rb.html?TB_iframe=true&height=400&width=600"
105
+ class="thickbox" title="lib/ziya/charts/support/filter.rb">lib/ziya/charts/support/filter.rb</a></li>
106
+
107
+ <li><a href="../../lib/ziya/charts/support/flash_to_javascript.rb.html?TB_iframe=true&height=400&width=600"
108
+ class="thickbox" title="lib/ziya/charts/support/flash_to_javascript.rb">lib/ziya/charts/support/flash_to_javascript.rb</a></li>
109
+
110
+ <li><a href="../../lib/ziya/charts/support/glow.rb.html?TB_iframe=true&height=400&width=600"
111
+ class="thickbox" title="lib/ziya/charts/support/glow.rb">lib/ziya/charts/support/glow.rb</a></li>
112
+
113
+ <li><a href="../../lib/ziya/charts/support/image.rb.html?TB_iframe=true&height=400&width=600"
114
+ class="thickbox" title="lib/ziya/charts/support/image.rb">lib/ziya/charts/support/image.rb</a></li>
115
+
116
+ <li><a href="../../lib/ziya/charts/support/legend.rb.html?TB_iframe=true&height=400&width=600"
117
+ class="thickbox" title="lib/ziya/charts/support/legend.rb">lib/ziya/charts/support/legend.rb</a></li>
118
+
119
+ <li><a href="../../lib/ziya/charts/support/line.rb.html?TB_iframe=true&height=400&width=600"
120
+ class="thickbox" title="lib/ziya/charts/support/line.rb">lib/ziya/charts/support/line.rb</a></li>
121
+
122
+ <li><a href="../../lib/ziya/charts/support/link.rb.html?TB_iframe=true&height=400&width=600"
123
+ class="thickbox" title="lib/ziya/charts/support/link.rb">lib/ziya/charts/support/link.rb</a></li>
124
+
125
+ <li><a href="../../lib/ziya/charts/support/link_data.rb.html?TB_iframe=true&height=400&width=600"
126
+ class="thickbox" title="lib/ziya/charts/support/link_data.rb">lib/ziya/charts/support/link_data.rb</a></li>
127
+
128
+ <li><a href="../../lib/ziya/charts/support/rect.rb.html?TB_iframe=true&height=400&width=600"
129
+ class="thickbox" title="lib/ziya/charts/support/rect.rb">lib/ziya/charts/support/rect.rb</a></li>
130
+
131
+ <li><a href="../../lib/ziya/charts/support/scroll.rb.html?TB_iframe=true&height=400&width=600"
132
+ class="thickbox" title="lib/ziya/charts/support/scroll.rb">lib/ziya/charts/support/scroll.rb</a></li>
133
+
134
+ <li><a href="../../lib/ziya/charts/support/series.rb.html?TB_iframe=true&height=400&width=600"
135
+ class="thickbox" title="lib/ziya/charts/support/series.rb">lib/ziya/charts/support/series.rb</a></li>
136
+
137
+ <li><a href="../../lib/ziya/charts/support/series_color.rb.html?TB_iframe=true&height=400&width=600"
138
+ class="thickbox" title="lib/ziya/charts/support/series_color.rb">lib/ziya/charts/support/series_color.rb</a></li>
139
+
140
+ <li><a href="../../lib/ziya/charts/support/series_explode.rb.html?TB_iframe=true&height=400&width=600"
141
+ class="thickbox" title="lib/ziya/charts/support/series_explode.rb">lib/ziya/charts/support/series_explode.rb</a></li>
142
+
143
+ <li><a href="../../lib/ziya/charts/support/shadow.rb.html?TB_iframe=true&height=400&width=600"
144
+ class="thickbox" title="lib/ziya/charts/support/shadow.rb">lib/ziya/charts/support/shadow.rb</a></li>
145
+
146
+ <li><a href="../../lib/ziya/charts/support/text.rb.html?TB_iframe=true&height=400&width=600"
147
+ class="thickbox" title="lib/ziya/charts/support/text.rb">lib/ziya/charts/support/text.rb</a></li>
148
+
149
+ <li><a href="../../lib/ziya/charts/support/tooltip.rb.html?TB_iframe=true&height=400&width=600"
150
+ class="thickbox" title="lib/ziya/charts/support/tooltip.rb">lib/ziya/charts/support/tooltip.rb</a></li>
151
+
152
+ <li><a href="../../lib/ziya/charts/support/update.rb.html?TB_iframe=true&height=400&width=600"
153
+ class="thickbox" title="lib/ziya/charts/support/update.rb">lib/ziya/charts/support/update.rb</a></li>
154
+
155
+ </ul>
156
+ </div>
157
+ </div>
158
+
159
+
160
+ </div>
161
+
162
+ <div id="class-metadata">
163
+
164
+ <!-- Parent Class -->
165
+
166
+
167
+ <!-- Namespace Contents -->
168
+
169
+ <div id="namespace-list-section" class="section">
170
+ <h3 class="section-header">Namespace</h3>
171
+ <ul class="link-list">
172
+
173
+ <!-- Desc is: "Class <a href=\"Support/Area.html\" class=\"link\">Ziya::Charts::Support::Area</a><br />\n" -->
174
+ <li><span class="type">Class</span> <a href="Support/Area.html" class="link">Ziya::Charts::Support::Area</a><br />
175
+ </li>
176
+
177
+ <!-- Desc is: "Class <a href=\"Support/AxisCategory.html\" class=\"link\">Ziya::Charts::Support::AxisCategory</a><br />\n" -->
178
+ <li><span class="type">Class</span> <a href="Support/AxisCategory.html" class="link">Ziya::Charts::Support::AxisCategory</a><br />
179
+ </li>
180
+
181
+ <!-- Desc is: "Class <a href=\"Support/AxisTicks.html\" class=\"link\">Ziya::Charts::Support::AxisTicks</a><br />\n" -->
182
+ <li><span class="type">Class</span> <a href="Support/AxisTicks.html" class="link">Ziya::Charts::Support::AxisTicks</a><br />
183
+ </li>
184
+
185
+ <!-- Desc is: "Class <a href=\"Support/AxisValue.html\" class=\"link\">Ziya::Charts::Support::AxisValue</a><br />\n" -->
186
+ <li><span class="type">Class</span> <a href="Support/AxisValue.html" class="link">Ziya::Charts::Support::AxisValue</a><br />
187
+ </li>
188
+
189
+ <!-- Desc is: "Class <a href=\"Support/Bevel.html\" class=\"link\">Ziya::Charts::Support::Bevel</a><br />\n" -->
190
+ <li><span class="type">Class</span> <a href="Support/Bevel.html" class="link">Ziya::Charts::Support::Bevel</a><br />
191
+ </li>
192
+
193
+ <!-- Desc is: "Class <a href=\"Support/Blur.html\" class=\"link\">Ziya::Charts::Support::Blur</a><br />\n" -->
194
+ <li><span class="type">Class</span> <a href="Support/Blur.html" class="link">Ziya::Charts::Support::Blur</a><br />
195
+ </li>
196
+
197
+ <!-- Desc is: "Class <a href=\"Support/Button.html\" class=\"link\">Ziya::Charts::Support::Button</a><br />\n" -->
198
+ <li><span class="type">Class</span> <a href="Support/Button.html" class="link">Ziya::Charts::Support::Button</a><br />
199
+ </li>
200
+
201
+ <!-- Desc is: "Class <a href=\"Support/ChartBorder.html\" class=\"link\">Ziya::Charts::Support::ChartBorder</a><br />\n" -->
202
+ <li><span class="type">Class</span> <a href="Support/ChartBorder.html" class="link">Ziya::Charts::Support::ChartBorder</a><br />
203
+ </li>
204
+
205
+ <!-- Desc is: "Class <a href=\"Support/ChartGridH.html\" class=\"link\">Ziya::Charts::Support::ChartGridH</a><br />\n" -->
206
+ <li><span class="type">Class</span> <a href="Support/ChartGridH.html" class="link">Ziya::Charts::Support::ChartGridH</a><br />
207
+ </li>
208
+
209
+ <!-- Desc is: "Class <a href=\"Support/ChartGridV.html\" class=\"link\">Ziya::Charts::Support::ChartGridV</a><br />\n" -->
210
+ <li><span class="type">Class</span> <a href="Support/ChartGridV.html" class="link">Ziya::Charts::Support::ChartGridV</a><br />
211
+ </li>
212
+
213
+ <!-- Desc is: "Class <a href=\"Support/ChartGuide.html\" class=\"link\">Ziya::Charts::Support::ChartGuide</a><br />\n" -->
214
+ <li><span class="type">Class</span> <a href="Support/ChartGuide.html" class="link">Ziya::Charts::Support::ChartGuide</a><br />
215
+ </li>
216
+
217
+ <!-- Desc is: "Class <a href=\"Support/ChartLabel.html\" class=\"link\">Ziya::Charts::Support::ChartLabel</a><br />\n" -->
218
+ <li><span class="type">Class</span> <a href="Support/ChartLabel.html" class="link">Ziya::Charts::Support::ChartLabel</a><br />
219
+ </li>
220
+
221
+ <!-- Desc is: "Class <a href=\"Support/ChartNote.html\" class=\"link\">Ziya::Charts::Support::ChartNote</a><br />\n" -->
222
+ <li><span class="type">Class</span> <a href="Support/ChartNote.html" class="link">Ziya::Charts::Support::ChartNote</a><br />
223
+ </li>
224
+
225
+ <!-- Desc is: "Class <a href=\"Support/ChartPref.html\" class=\"link\">Ziya::Charts::Support::ChartPref</a><br />\n" -->
226
+ <li><span class="type">Class</span> <a href="Support/ChartPref.html" class="link">Ziya::Charts::Support::ChartPref</a><br />
227
+ </li>
228
+
229
+ <!-- Desc is: "Class <a href=\"Support/ChartRect.html\" class=\"link\">Ziya::Charts::Support::ChartRect</a><br />\n" -->
230
+ <li><span class="type">Class</span> <a href="Support/ChartRect.html" class="link">Ziya::Charts::Support::ChartRect</a><br />
231
+ </li>
232
+
233
+ <!-- Desc is: "Class <a href=\"Support/ChartTransition.html\" class=\"link\">Ziya::Charts::Support::ChartTransition</a><br />\n" -->
234
+ <li><span class="type">Class</span> <a href="Support/ChartTransition.html" class="link">Ziya::Charts::Support::ChartTransition</a><br />
235
+ </li>
236
+
237
+ <!-- Desc is: "Class <a href=\"Support/Circle.html\" class=\"link\">Ziya::Charts::Support::Circle</a><br />\n" -->
238
+ <li><span class="type">Class</span> <a href="Support/Circle.html" class="link">Ziya::Charts::Support::Circle</a><br />
239
+ </li>
240
+
241
+ <!-- Desc is: "Class <a href=\"Support/ContextMenu.html\" class=\"link\">Ziya::Charts::Support::ContextMenu</a><br />\n" -->
242
+ <li><span class="type">Class</span> <a href="Support/ContextMenu.html" class="link">Ziya::Charts::Support::ContextMenu</a><br />
243
+ </li>
244
+
245
+ <!-- Desc is: "Class <a href=\"Support/Draw.html\" class=\"link\">Ziya::Charts::Support::Draw</a><br />\n" -->
246
+ <li><span class="type">Class</span> <a href="Support/Draw.html" class="link">Ziya::Charts::Support::Draw</a><br />
247
+ </li>
248
+
249
+ <!-- Desc is: "Class <a href=\"Support/Filter.html\" class=\"link\">Ziya::Charts::Support::Filter</a><br />\n" -->
250
+ <li><span class="type">Class</span> <a href="Support/Filter.html" class="link">Ziya::Charts::Support::Filter</a><br />
251
+ </li>
252
+
253
+ <!-- Desc is: "Class <a href=\"Support/FlashToJavascript.html\" class=\"link\">Ziya::Charts::Support::FlashToJavascript</a><br />\n" -->
254
+ <li><span class="type">Class</span> <a href="Support/FlashToJavascript.html" class="link">Ziya::Charts::Support::FlashToJavascript</a><br />
255
+ </li>
256
+
257
+ <!-- Desc is: "Class <a href=\"Support/Glow.html\" class=\"link\">Ziya::Charts::Support::Glow</a><br />\n" -->
258
+ <li><span class="type">Class</span> <a href="Support/Glow.html" class="link">Ziya::Charts::Support::Glow</a><br />
259
+ </li>
260
+
261
+ <!-- Desc is: "Class <a href=\"Support/Image.html\" class=\"link\">Ziya::Charts::Support::Image</a><br />\n" -->
262
+ <li><span class="type">Class</span> <a href="Support/Image.html" class="link">Ziya::Charts::Support::Image</a><br />
263
+ </li>
264
+
265
+ <!-- Desc is: "Class <a href=\"Support/Legend.html\" class=\"link\">Ziya::Charts::Support::Legend</a><br />\n" -->
266
+ <li><span class="type">Class</span> <a href="Support/Legend.html" class="link">Ziya::Charts::Support::Legend</a><br />
267
+ </li>
268
+
269
+ <!-- Desc is: "Class <a href=\"Support/Line.html\" class=\"link\">Ziya::Charts::Support::Line</a><br />\n" -->
270
+ <li><span class="type">Class</span> <a href="Support/Line.html" class="link">Ziya::Charts::Support::Line</a><br />
271
+ </li>
272
+
273
+ <!-- Desc is: "Class <a href=\"Support/Link.html\" class=\"link\">Ziya::Charts::Support::Link</a><br />\n" -->
274
+ <li><span class="type">Class</span> <a href="Support/Link.html" class="link">Ziya::Charts::Support::Link</a><br />
275
+ </li>
276
+
277
+ <!-- Desc is: "Class <a href=\"Support/LinkData.html\" class=\"link\">Ziya::Charts::Support::LinkData</a><br />\n" -->
278
+ <li><span class="type">Class</span> <a href="Support/LinkData.html" class="link">Ziya::Charts::Support::LinkData</a><br />
279
+ </li>
280
+
281
+ <!-- Desc is: "Class <a href=\"Support/Rect.html\" class=\"link\">Ziya::Charts::Support::Rect</a><br />\n" -->
282
+ <li><span class="type">Class</span> <a href="Support/Rect.html" class="link">Ziya::Charts::Support::Rect</a><br />
283
+ </li>
284
+
285
+ <!-- Desc is: "Class <a href=\"Support/Scroll.html\" class=\"link\">Ziya::Charts::Support::Scroll</a><br />\n" -->
286
+ <li><span class="type">Class</span> <a href="Support/Scroll.html" class="link">Ziya::Charts::Support::Scroll</a><br />
287
+ </li>
288
+
289
+ <!-- Desc is: "Class <a href=\"Support/Series.html\" class=\"link\">Ziya::Charts::Support::Series</a><br />\n" -->
290
+ <li><span class="type">Class</span> <a href="Support/Series.html" class="link">Ziya::Charts::Support::Series</a><br />
291
+ </li>
292
+
293
+ <!-- Desc is: "Class <a href=\"Support/SeriesColor.html\" class=\"link\">Ziya::Charts::Support::SeriesColor</a><br />\n" -->
294
+ <li><span class="type">Class</span> <a href="Support/SeriesColor.html" class="link">Ziya::Charts::Support::SeriesColor</a><br />
295
+ </li>
296
+
297
+ <!-- Desc is: "Class <a href=\"Support/SeriesExplode.html\" class=\"link\">Ziya::Charts::Support::SeriesExplode</a><br />\n" -->
298
+ <li><span class="type">Class</span> <a href="Support/SeriesExplode.html" class="link">Ziya::Charts::Support::SeriesExplode</a><br />
299
+ </li>
300
+
301
+ <!-- Desc is: "Class <a href=\"Support/Shadow.html\" class=\"link\">Ziya::Charts::Support::Shadow</a><br />\n" -->
302
+ <li><span class="type">Class</span> <a href="Support/Shadow.html" class="link">Ziya::Charts::Support::Shadow</a><br />
303
+ </li>
304
+
305
+ <!-- Desc is: "Class <a href=\"Support/Text.html\" class=\"link\">Ziya::Charts::Support::Text</a><br />\n" -->
306
+ <li><span class="type">Class</span> <a href="Support/Text.html" class="link">Ziya::Charts::Support::Text</a><br />
307
+ </li>
308
+
309
+ <!-- Desc is: "Class <a href=\"Support/Tooltip.html\" class=\"link\">Ziya::Charts::Support::Tooltip</a><br />\n" -->
310
+ <li><span class="type">Class</span> <a href="Support/Tooltip.html" class="link">Ziya::Charts::Support::Tooltip</a><br />
311
+ </li>
312
+
313
+ <!-- Desc is: "Class <a href=\"Support/Update.html\" class=\"link\">Ziya::Charts::Support::Update</a><br />\n" -->
314
+ <li><span class="type">Class</span> <a href="Support/Update.html" class="link">Ziya::Charts::Support::Update</a><br />
315
+ </li>
316
+
317
+ </ul>
318
+ </div>
319
+
320
+
321
+ <!-- Method Quickref -->
322
+
323
+
324
+ <!-- Included Modules -->
325
+
326
+ </div>
327
+
328
+ <div id="project-metadata">
329
+ <div id="classindex-section" class="section project-section">
330
+ <h3 class="section-header">Class Index</h3>
331
+ <ul class="link-list">
332
+
333
+
334
+ <li><a href="../../Ziya.html">Ziya</a></li>
335
+
336
+
337
+ <li><a href="../../Ziya/Charts.html">Ziya::Charts</a></li>
338
+
339
+
340
+ <li><a href="../../Ziya/Charts/Area.html">Ziya::Charts::Area</a></li>
341
+
342
+
343
+ <li><a href="../../Ziya/Charts/AreaThreed.html">Ziya::Charts::AreaThreed</a></li>
344
+
345
+
346
+ <li><a href="../../Ziya/Charts/Bar.html">Ziya::Charts::Bar</a></li>
347
+
348
+
349
+ <li><a href="../../Ziya/Charts/Base.html">Ziya::Charts::Base</a></li>
350
+
351
+
352
+ <li><a href="../../Ziya/Charts/Bubble.html">Ziya::Charts::Bubble</a></li>
353
+
354
+
355
+ <li><a href="../../Ziya/Charts/CandleStick.html">Ziya::Charts::CandleStick</a></li>
356
+
357
+
358
+ <li><a href="../../Ziya/Charts/Column.html">Ziya::Charts::Column</a></li>
359
+
360
+
361
+ <li><a href="../../Ziya/Charts/ColumnThreed.html">Ziya::Charts::ColumnThreed</a></li>
362
+
363
+
364
+ <li><a href="../../Ziya/Charts/Custom.html">Ziya::Charts::Custom</a></li>
365
+
366
+
367
+ <li><a href="../../Ziya/Charts/Donut.html">Ziya::Charts::Donut</a></li>
368
+
369
+
370
+ <li><a href="../../Ziya/Charts/FloatingBar.html">Ziya::Charts::FloatingBar</a></li>
371
+
372
+
373
+ <li><a href="../../Ziya/Charts/FloatingColumn.html">Ziya::Charts::FloatingColumn</a></li>
374
+
375
+
376
+ <li><a href="../../Ziya/Charts/ImageColumn.html">Ziya::Charts::ImageColumn</a></li>
377
+
378
+
379
+ <li><a href="../../Ziya/Charts/ImagePie.html">Ziya::Charts::ImagePie</a></li>
380
+
381
+
382
+ <li><a href="../../Ziya/Charts/Line.html">Ziya::Charts::Line</a></li>
383
+
384
+
385
+ <li><a href="../../Ziya/Charts/Mixed.html">Ziya::Charts::Mixed</a></li>
386
+
387
+
388
+ <li><a href="../../Ziya/Charts/ParallelThreedColumn.html">Ziya::Charts::ParallelThreedColumn</a></li>
389
+
390
+
391
+ <li><a href="../../Ziya/Charts/Pie.html">Ziya::Charts::Pie</a></li>
392
+
393
+
394
+ <li><a href="../../Ziya/Charts/PieThreed.html">Ziya::Charts::PieThreed</a></li>
395
+
396
+
397
+ <li><a href="../../Ziya/Charts/Polar.html">Ziya::Charts::Polar</a></li>
398
+
399
+
400
+ <li><a href="../../Ziya/Charts/Scatter.html">Ziya::Charts::Scatter</a></li>
401
+
402
+
403
+ <li><a href="../../Ziya/Charts/StackedArea.html">Ziya::Charts::StackedArea</a></li>
404
+
405
+
406
+ <li><a href="../../Ziya/Charts/StackedBar.html">Ziya::Charts::StackedBar</a></li>
407
+
408
+
409
+ <li><a href="../../Ziya/Charts/StackedColumn.html">Ziya::Charts::StackedColumn</a></li>
410
+
411
+
412
+ <li><a href="../../Ziya/Charts/StackedThreedArea.html">Ziya::Charts::StackedThreedArea</a></li>
413
+
414
+
415
+ <li><a href="../../Ziya/Charts/StackedThreedColumn.html">Ziya::Charts::StackedThreedColumn</a></li>
416
+
417
+
418
+ <li><a href="../../Ziya/Charts/Support.html">Ziya::Charts::Support</a></li>
419
+
420
+
421
+ <li><a href="../../Ziya/Charts/Support/Area.html">Ziya::Charts::Support::Area</a></li>
422
+
423
+
424
+ <li><a href="../../Ziya/Charts/Support/AxisCategory.html">Ziya::Charts::Support::AxisCategory</a></li>
425
+
426
+
427
+ <li><a href="../../Ziya/Charts/Support/AxisTicks.html">Ziya::Charts::Support::AxisTicks</a></li>
428
+
429
+
430
+ <li><a href="../../Ziya/Charts/Support/AxisValue.html">Ziya::Charts::Support::AxisValue</a></li>
431
+
432
+
433
+ <li><a href="../../Ziya/Charts/Support/Base.html">Ziya::Charts::Support::Base</a></li>
434
+
435
+
436
+ <li><a href="../../Ziya/Charts/Support/Bevel.html">Ziya::Charts::Support::Bevel</a></li>
437
+
438
+
439
+ <li><a href="../../Ziya/Charts/Support/Blur.html">Ziya::Charts::Support::Blur</a></li>
440
+
441
+
442
+ <li><a href="../../Ziya/Charts/Support/Button.html">Ziya::Charts::Support::Button</a></li>
443
+
444
+
445
+ <li><a href="../../Ziya/Charts/Support/ChartBorder.html">Ziya::Charts::Support::ChartBorder</a></li>
446
+
447
+
448
+ <li><a href="../../Ziya/Charts/Support/ChartGridH.html">Ziya::Charts::Support::ChartGridH</a></li>
449
+
450
+
451
+ <li><a href="../../Ziya/Charts/Support/ChartGridV.html">Ziya::Charts::Support::ChartGridV</a></li>
452
+
453
+
454
+ <li><a href="../../Ziya/Charts/Support/ChartGuide.html">Ziya::Charts::Support::ChartGuide</a></li>
455
+
456
+
457
+ <li><a href="../../Ziya/Charts/Support/ChartLabel.html">Ziya::Charts::Support::ChartLabel</a></li>
458
+
459
+
460
+ <li><a href="../../Ziya/Charts/Support/ChartNote.html">Ziya::Charts::Support::ChartNote</a></li>
461
+
462
+
463
+ <li><a href="../../Ziya/Charts/Support/ChartPref.html">Ziya::Charts::Support::ChartPref</a></li>
464
+
465
+
466
+ <li><a href="../../Ziya/Charts/Support/ChartRect.html">Ziya::Charts::Support::ChartRect</a></li>
467
+
468
+
469
+ <li><a href="../../Ziya/Charts/Support/ChartTransition.html">Ziya::Charts::Support::ChartTransition</a></li>
470
+
471
+
472
+ <li><a href="../../Ziya/Charts/Support/Circle.html">Ziya::Charts::Support::Circle</a></li>
473
+
474
+
475
+ <li><a href="../../Ziya/Charts/Support/ContextMenu.html">Ziya::Charts::Support::ContextMenu</a></li>
476
+
477
+
478
+ <li><a href="../../Ziya/Charts/Support/Draw.html">Ziya::Charts::Support::Draw</a></li>
479
+
480
+
481
+ <li><a href="../../Ziya/Charts/Support/DrawBase.html">Ziya::Charts::Support::DrawBase</a></li>
482
+
483
+
484
+ <li><a href="../../Ziya/Charts/Support/Filter.html">Ziya::Charts::Support::Filter</a></li>
485
+
486
+
487
+ <li><a href="../../Ziya/Charts/Support/FlashToJavascript.html">Ziya::Charts::Support::FlashToJavascript</a></li>
488
+
489
+
490
+ <li><a href="../../Ziya/Charts/Support/Glow.html">Ziya::Charts::Support::Glow</a></li>
491
+
492
+
493
+ <li><a href="../../Ziya/Charts/Support/Image.html">Ziya::Charts::Support::Image</a></li>
494
+
495
+
496
+ <li><a href="../../Ziya/Charts/Support/Legend.html">Ziya::Charts::Support::Legend</a></li>
497
+
498
+
499
+ <li><a href="../../Ziya/Charts/Support/Line.html">Ziya::Charts::Support::Line</a></li>
500
+
501
+
502
+ <li><a href="../../Ziya/Charts/Support/Link.html">Ziya::Charts::Support::Link</a></li>
503
+
504
+
505
+ <li><a href="../../Ziya/Charts/Support/LinkData.html">Ziya::Charts::Support::LinkData</a></li>
506
+
507
+
508
+ <li><a href="../../Ziya/Charts/Support/Rect.html">Ziya::Charts::Support::Rect</a></li>
509
+
510
+
511
+ <li><a href="../../Ziya/Charts/Support/Scroll.html">Ziya::Charts::Support::Scroll</a></li>
512
+
513
+
514
+ <li><a href="../../Ziya/Charts/Support/Series.html">Ziya::Charts::Support::Series</a></li>
515
+
516
+
517
+ <li><a href="../../Ziya/Charts/Support/SeriesColor.html">Ziya::Charts::Support::SeriesColor</a></li>
518
+
519
+
520
+ <li><a href="../../Ziya/Charts/Support/SeriesExplode.html">Ziya::Charts::Support::SeriesExplode</a></li>
521
+
522
+
523
+ <li><a href="../../Ziya/Charts/Support/Shadow.html">Ziya::Charts::Support::Shadow</a></li>
524
+
525
+
526
+ <li><a href="../../Ziya/Charts/Support/Text.html">Ziya::Charts::Support::Text</a></li>
527
+
528
+
529
+ <li><a href="../../Ziya/Charts/Support/Tooltip.html">Ziya::Charts::Support::Tooltip</a></li>
530
+
531
+
532
+ <li><a href="../../Ziya/Charts/Support/Update.html">Ziya::Charts::Support::Update</a></li>
533
+
534
+
535
+ <li><a href="../../Ziya/Gauges.html">Ziya::Gauges</a></li>
536
+
537
+
538
+ <li><a href="../../Ziya/Gauges/Base.html">Ziya::Gauges::Base</a></li>
539
+
540
+
541
+ <li><a href="../../Ziya/Gauges/Radial.html">Ziya::Gauges::Radial</a></li>
542
+
543
+
544
+ <li><a href="../../Ziya/Gauges/Signal.html">Ziya::Gauges::Signal</a></li>
545
+
546
+
547
+ <li><a href="../../Ziya/Gauges/Support.html">Ziya::Gauges::Support</a></li>
548
+
549
+
550
+ <li><a href="../../Ziya/Gauges/Support/Area.html">Ziya::Gauges::Support::Area</a></li>
551
+
552
+
553
+ <li><a href="../../Ziya/Gauges/Support/Base.html">Ziya::Gauges::Support::Base</a></li>
554
+
555
+
556
+ <li><a href="../../Ziya/Gauges/Support/Circle.html">Ziya::Gauges::Support::Circle</a></li>
557
+
558
+
559
+ <li><a href="../../Ziya/Gauges/Support/Design.html">Ziya::Gauges::Support::Design</a></li>
560
+
561
+
562
+ <li><a href="../../Ziya/Gauges/Support/Image.html">Ziya::Gauges::Support::Image</a></li>
563
+
564
+
565
+ <li><a href="../../Ziya/Gauges/Support/Line.html">Ziya::Gauges::Support::Line</a></li>
566
+
567
+
568
+ <li><a href="../../Ziya/Gauges/Support/Link.html">Ziya::Gauges::Support::Link</a></li>
569
+
570
+
571
+ <li><a href="../../Ziya/Gauges/Support/Move.html">Ziya::Gauges::Support::Move</a></li>
572
+
573
+
574
+ <li><a href="../../Ziya/Gauges/Support/Point.html">Ziya::Gauges::Support::Point</a></li>
575
+
576
+
577
+ <li><a href="../../Ziya/Gauges/Support/Polygon.html">Ziya::Gauges::Support::Polygon</a></li>
578
+
579
+
580
+ <li><a href="../../Ziya/Gauges/Support/RadialBase.html">Ziya::Gauges::Support::RadialBase</a></li>
581
+
582
+
583
+ <li><a href="../../Ziya/Gauges/Support/RadialNumbers.html">Ziya::Gauges::Support::RadialNumbers</a></li>
584
+
585
+
586
+ <li><a href="../../Ziya/Gauges/Support/RadialTicks.html">Ziya::Gauges::Support::RadialTicks</a></li>
587
+
588
+
589
+ <li><a href="../../Ziya/Gauges/Support/Rect.html">Ziya::Gauges::Support::Rect</a></li>
590
+
591
+
592
+ <li><a href="../../Ziya/Gauges/Support/Rotate.html">Ziya::Gauges::Support::Rotate</a></li>
593
+
594
+
595
+ <li><a href="../../Ziya/Gauges/Support/Scale.html">Ziya::Gauges::Support::Scale</a></li>
596
+
597
+
598
+ <li><a href="../../Ziya/Gauges/Support/Text.html">Ziya::Gauges::Support::Text</a></li>
599
+
600
+
601
+ <li><a href="../../Ziya/Gauges/Support/Update.html">Ziya::Gauges::Support::Update</a></li>
602
+
603
+
604
+ <li><a href="../../Ziya/Gauges/Thermo.html">Ziya::Gauges::Thermo</a></li>
605
+
606
+
607
+ <li><a href="../../Ziya/HtmlHelpers.html">Ziya::HtmlHelpers</a></li>
608
+
609
+
610
+ <li><a href="../../Ziya/HtmlHelpers/Charts.html">Ziya::HtmlHelpers::Charts</a></li>
611
+
612
+
613
+ <li><a href="../../Ziya/HtmlHelpers/Gauges.html">Ziya::HtmlHelpers::Gauges</a></li>
614
+
615
+
616
+ <li><a href="../../Ziya/HtmlHelpers/Maps.html">Ziya::HtmlHelpers::Maps</a></li>
617
+
618
+
619
+ <li><a href="../../Ziya/Maps.html">Ziya::Maps</a></li>
620
+
621
+
622
+ <li><a href="../../Ziya/Maps/Australia.html">Ziya::Maps::Australia</a></li>
623
+
624
+
625
+ <li><a href="../../Ziya/Maps/Base.html">Ziya::Maps::Base</a></li>
626
+
627
+
628
+ <li><a href="../../Ziya/Maps/Belgium.html">Ziya::Maps::Belgium</a></li>
629
+
630
+
631
+ <li><a href="../../Ziya/Maps/Brazil.html">Ziya::Maps::Brazil</a></li>
632
+
633
+
634
+ <li><a href="../../Ziya/Maps/Canada.html">Ziya::Maps::Canada</a></li>
635
+
636
+
637
+ <li><a href="../../Ziya/Maps/Europe.html">Ziya::Maps::Europe</a></li>
638
+
639
+
640
+ <li><a href="../../Ziya/Maps/France.html">Ziya::Maps::France</a></li>
641
+
642
+
643
+ <li><a href="../../Ziya/Maps/Geocode.html">Ziya::Maps::Geocode</a></li>
644
+
645
+
646
+ <li><a href="../../Ziya/Maps/Germany.html">Ziya::Maps::Germany</a></li>
647
+
648
+
649
+ <li><a href="../../Ziya/Maps/Italy.html">Ziya::Maps::Italy</a></li>
650
+
651
+
652
+ <li><a href="../../Ziya/Maps/Mexico.html">Ziya::Maps::Mexico</a></li>
653
+
654
+
655
+ <li><a href="../../Ziya/Maps/Support.html">Ziya::Maps::Support</a></li>
656
+
657
+
658
+ <li><a href="../../Ziya/Maps/Support/Arc.html">Ziya::Maps::Support::Arc</a></li>
659
+
660
+
661
+ <li><a href="../../Ziya/Maps/Support/ArcColor.html">Ziya::Maps::Support::ArcColor</a></li>
662
+
663
+
664
+ <li><a href="../../Ziya/Maps/Support/ArcRange.html">Ziya::Maps::Support::ArcRange</a></li>
665
+
666
+
667
+ <li><a href="../../Ziya/Maps/Support/BackgroundColor.html">Ziya::Maps::Support::BackgroundColor</a></li>
668
+
669
+
670
+ <li><a href="../../Ziya/Maps/Support/Base.html">Ziya::Maps::Support::Base</a></li>
671
+
672
+
673
+ <li><a href="../../Ziya/Maps/Support/DefaultColor.html">Ziya::Maps::Support::DefaultColor</a></li>
674
+
675
+
676
+ <li><a href="../../Ziya/Maps/Support/DefaultPoint.html">Ziya::Maps::Support::DefaultPoint</a></li>
677
+
678
+
679
+ <li><a href="../../Ziya/Maps/Support/FirstZoom.html">Ziya::Maps::Support::FirstZoom</a></li>
680
+
681
+
682
+ <li><a href="../../Ziya/Maps/Support/HeatRange.html">Ziya::Maps::Support::HeatRange</a></li>
683
+
684
+
685
+ <li><a href="../../Ziya/Maps/Support/Hover.html">Ziya::Maps::Support::Hover</a></li>
686
+
687
+
688
+ <li><a href="../../Ziya/Maps/Support/Line.html">Ziya::Maps::Support::Line</a></li>
689
+
690
+
691
+ <li><a href="../../Ziya/Maps/Support/LineColor.html">Ziya::Maps::Support::LineColor</a></li>
692
+
693
+
694
+ <li><a href="../../Ziya/Maps/Support/LineRange.html">Ziya::Maps::Support::LineRange</a></li>
695
+
696
+
697
+ <li><a href="../../Ziya/Maps/Support/OutlineColor.html">Ziya::Maps::Support::OutlineColor</a></li>
698
+
699
+
700
+ <li><a href="../../Ziya/Maps/Support/Point.html">Ziya::Maps::Support::Point</a></li>
701
+
702
+
703
+ <li><a href="../../Ziya/Maps/Support/PointRange.html">Ziya::Maps::Support::PointRange</a></li>
704
+
705
+
706
+ <li><a href="../../Ziya/Maps/Support/Range.html">Ziya::Maps::Support::Range</a></li>
707
+
708
+
709
+ <li><a href="../../Ziya/Maps/Support/Ranges.html">Ziya::Maps::Support::Ranges</a></li>
710
+
711
+
712
+ <li><a href="../../Ziya/Maps/Support/Region.html">Ziya::Maps::Support::Region</a></li>
713
+
714
+
715
+ <li><a href="../../Ziya/Maps/Support/ScalePoints.html">Ziya::Maps::Support::ScalePoints</a></li>
716
+
717
+
718
+ <li><a href="../../Ziya/Maps/Support/ShowName.html">Ziya::Maps::Support::ShowName</a></li>
719
+
720
+
721
+ <li><a href="../../Ziya/Maps/Support/State.html">Ziya::Maps::Support::State</a></li>
722
+
723
+
724
+ <li><a href="../../Ziya/Maps/Support/StateInfoIcon.html">Ziya::Maps::Support::StateInfoIcon</a></li>
725
+
726
+
727
+ <li><a href="../../Ziya/Maps/Support/ZoomMode.html">Ziya::Maps::Support::ZoomMode</a></li>
728
+
729
+
730
+ <li><a href="../../Ziya/Maps/Support/ZoomOutButton.html">Ziya::Maps::Support::ZoomOutButton</a></li>
731
+
732
+
733
+ <li><a href="../../Ziya/Maps/Support/ZoomOutScale.html">Ziya::Maps::Support::ZoomOutScale</a></li>
734
+
735
+
736
+ <li><a href="../../Ziya/Maps/Sweden.html">Ziya::Maps::Sweden</a></li>
737
+
738
+
739
+ <li><a href="../../Ziya/Maps/Uk.html">Ziya::Maps::Uk</a></li>
740
+
741
+
742
+ <li><a href="../../Ziya/Maps/Us.html">Ziya::Maps::Us</a></li>
743
+
744
+
745
+ <li><a href="../../Ziya/Maps/World.html">Ziya::Maps::World</a></li>
746
+
747
+
748
+ <li><a href="../../Ziya/YamlHelpers.html">Ziya::YamlHelpers</a></li>
749
+
750
+
751
+ <li><a href="../../Ziya/YamlHelpers/Gauges.html">Ziya::YamlHelpers::Gauges</a></li>
752
+
753
+
754
+ <li><a href="../../Ziya/YamlHelpers/Maps.html">Ziya::YamlHelpers::Maps</a></li>
755
+
756
+
757
+ <li><a href="../../Ziya/Ziyafy.html">Ziya::Ziyafy</a></li>
758
+
759
+
760
+ <li><a href="../../String.html">String</a></li>
761
+
762
+ </ul>
763
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
764
+
765
+ <form action="#" method="get" accept-charset="utf-8">
766
+ <fieldset>
767
+ <legend>Quicksearch</legend>
768
+ <input type="text" name="quicksearch" value=""
769
+ class="quicksearch-field" />
770
+ </fieldset>
771
+ </form>
772
+ </div>
773
+ </div>
774
+ </div>
775
+
776
+ <div id="documentation">
777
+
778
+ <h1 class="module">Ziya::Charts::Support</h1>
779
+
780
+
781
+ <div id="description">
782
+ <hr size="10"></hr><p>
783
+ Sets the label attributes for the category-axis.
784
+ </p>
785
+ <table>
786
+ <tr><td valign="top">Author:</td><td>Fernand
787
+
788
+ </td></tr>
789
+ </table>
790
+ <hr size="10"></hr><p>
791
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
792
+ Describe the ticks configuration of the chart axis
793
+ </p>
794
+ <table>
795
+ <tr><td valign="top">Author:</td><td>Fernand
796
+
797
+ </td></tr>
798
+ </table>
799
+ <hr size="10"></hr><p>
800
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
801
+ Setup configuration on the chart value axis
802
+ </p>
803
+ <table>
804
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
805
+
806
+ </td></tr>
807
+ </table>
808
+ <hr size="10"></hr><p>
809
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
810
+ Create a bevel filter
811
+ </p>
812
+ <table>
813
+ <tr><td valign="top">Author:</td><td>Fernand
814
+
815
+ </td></tr>
816
+ </table>
817
+ <hr size="10"></hr><p>
818
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
819
+ Create a blur filter
820
+ </p>
821
+ <table>
822
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
823
+
824
+ </td></tr>
825
+ </table>
826
+ <hr size="10"></hr><p>
827
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
828
+ Draws a button on a chart
829
+ </p>
830
+ <table>
831
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
832
+
833
+ </td></tr>
834
+ </table>
835
+ <hr size="10"></hr><p>
836
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
837
+ Sets up chart border configuration
838
+ </p>
839
+ <table>
840
+ <tr><td valign="top">Author:</td><td>Fernand
841
+
842
+ </td></tr>
843
+ </table>
844
+ <hr size="10"></hr><p>
845
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
846
+ Sets up chart horizontal grid configuration
847
+ </p>
848
+ <table>
849
+ <tr><td valign="top">Author:</td><td>Fernand
850
+
851
+ </td></tr>
852
+ </table>
853
+ <hr size="10"></hr><p>
854
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
855
+ Sets up chart vertical grid configuration
856
+ </p>
857
+ <table>
858
+ <tr><td valign="top">Author:</td><td>Fernand
859
+
860
+ </td></tr>
861
+ </table>
862
+ <hr size="10"></hr><p>
863
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
864
+ Sets up a guide lines configuration for a chart
865
+ </p>
866
+ <table>
867
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
868
+
869
+ </td></tr>
870
+ </table>
871
+ <hr size="10"></hr><p>
872
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
873
+ Sets up chart labels configuration. These are the labels on top on the
874
+ chart.
875
+ </p>
876
+ <table>
877
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
878
+
879
+ </td></tr>
880
+ </table>
881
+ <hr size="10"></hr><p>
882
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
883
+ Describes the look and feel for a chart annotation. An annotation must be
884
+ added using the Chart#add( :series) call using the hash definition ie
885
+ </p>
886
+ <p>
887
+ chart.add( :series, &#8220;fred&#8221;, [ { :value => 10, :note =>
888
+ &#8220;Hi there !&#8221;} ] )
889
+ </p>
890
+ <table>
891
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
892
+
893
+ </td></tr>
894
+ </table>
895
+ <hr size="10"></hr><p>
896
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
897
+ Sets up various preferences available on a given chart type
898
+ </p>
899
+ <table>
900
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
901
+
902
+ </td></tr>
903
+ </table>
904
+ <hr size="10"></hr><p>
905
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
906
+ Sets up the content area the chart occupies
907
+ </p>
908
+ <table>
909
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
910
+
911
+ </td></tr>
912
+ </table>
913
+ <hr size="10"></hr><p>
914
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
915
+ Sets up a transition when the chart first renders
916
+ </p>
917
+ <table>
918
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
919
+
920
+ </td></tr>
921
+ </table>
922
+ <hr size="10"></hr><p>
923
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
924
+ Draws a circle
925
+ </p>
926
+ <table>
927
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
928
+
929
+ </td></tr>
930
+ </table>
931
+ <hr size="10"></hr><p>
932
+ Defines an area on a chart. Typically used to embed links and buttons
933
+ </p>
934
+ <table>
935
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
936
+
937
+ </td></tr>
938
+ </table>
939
+ <hr size="10"></hr><p>
940
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
941
+ <a href="Support/Draw.html">Draw</a> base class for all draw components
942
+ </p>
943
+ <table>
944
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
945
+
946
+ </td></tr>
947
+ </table>
948
+ <hr size="10"></hr><p>
949
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
950
+ Sets various filters for enhancing charts look and feel
951
+ </p>
952
+ <p>
953
+ Holds any number of filters. such as bevel, shadow etc. You must specify
954
+ and id so that other drawable component can use the filters
955
+ </p>
956
+ <table>
957
+ <tr><td valign="top">Author:</td><td>Fernand
958
+
959
+ </td></tr>
960
+ </table>
961
+ <hr size="10"></hr><p>
962
+ Provide for the toggling of js function callback. You can enable or disable
963
+ some or all the automatic flash to js callbacks using this component
964
+ </p>
965
+ <table>
966
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
967
+
968
+ </td></tr>
969
+ </table>
970
+ <hr size="10"></hr><p>
971
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
972
+ Create a glow filter
973
+ </p>
974
+ <table>
975
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
976
+
977
+ </td></tr>
978
+ </table>
979
+ <hr size="10"></hr><p>
980
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
981
+ <a href="Support/Draw.html">Draw</a> an image on a chart. Can also be used
982
+ to reference another chart and embed it in the current chart. (See XML/SWF
983
+ docs for composite charts )
984
+ </p>
985
+ <table>
986
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
987
+
988
+ </td></tr>
989
+ <tr><td valign="top">Date:</td><td>Dec 15th, 2006
990
+
991
+ </td></tr>
992
+ </table>
993
+ <hr size="10"></hr><p>
994
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
995
+ Sets up chart legend location
996
+ </p>
997
+ <table>
998
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
999
+
1000
+ </td></tr>
1001
+ </table>
1002
+ <hr size="10"></hr><p>
1003
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1004
+ <a href="Support/Draw.html">Draw</a> a line on a chart
1005
+ </p>
1006
+ <table>
1007
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1008
+
1009
+ </td></tr>
1010
+ </table>
1011
+ <hr size="10"></hr><p>
1012
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1013
+ Sets up clickable areas on the chart.
1014
+ </p>
1015
+ <table>
1016
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1017
+
1018
+ </td></tr>
1019
+ </table>
1020
+ <hr size="10"></hr><p>
1021
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1022
+ Sets up a handler for clickable chart elements
1023
+ </p>
1024
+ <table>
1025
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1026
+
1027
+ </td></tr>
1028
+ </table>
1029
+ <hr size="10"></hr><p>
1030
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1031
+ <a href="Support/Draw.html">Draw</a> a rectangle on a chart
1032
+ </p>
1033
+ <table>
1034
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1035
+
1036
+ </td></tr>
1037
+ </table>
1038
+ <hr size="10"></hr><p>
1039
+ Embeds a scroller in a given chart
1040
+ </p>
1041
+ <table>
1042
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1043
+
1044
+ </td></tr>
1045
+ <tr><td valign="top">Date:</td><td>Dec 15th, 2006
1046
+
1047
+ </td></tr>
1048
+ </table>
1049
+ <hr size="10"></hr><p>
1050
+ Refines series attributes on a chart
1051
+ </p>
1052
+ <table>
1053
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1054
+
1055
+ </td></tr>
1056
+ </table>
1057
+ <hr size="10"></hr><p>
1058
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1059
+ Sets up chart elements color
1060
+ </p>
1061
+ <p>
1062
+ Sets the colors to use for the chart series.
1063
+ </p>
1064
+ <p>
1065
+ :
1066
+ </p>
1067
+ <p>
1068
+ See <a
1069
+ href="http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=series_color">www.maani.us/xml_charts/index.php?menu=Reference&submenu=series_color</a>
1070
+ for additional documentation, examples and futher detail.
1071
+ </p>
1072
+ <table>
1073
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1074
+
1075
+ </td></tr>
1076
+ <tr><td valign="top">Date:</td><td>Dec 15th, 2006
1077
+
1078
+ </td></tr>
1079
+ </table>
1080
+ <hr size="10"></hr><p>
1081
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1082
+ Sets up the &#8216;exploding&#8217; factor on a particular chart. Only
1083
+ applies to pie, scattered and line charts.
1084
+ </p>
1085
+ <p>
1086
+ Applies to pie, line, and scatter charts only. In pie charts, it sets which
1087
+ pie wedge separates from the pie for emphasis. In line and scatter charts,
1088
+ it sets which line or point is increased in thickness or size for emphasis.
1089
+ </p>
1090
+ <p>
1091
+ :
1092
+ </p>
1093
+ <p>
1094
+ See <a
1095
+ href="http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=series_explode">www.maani.us/xml_charts/index.php?menu=Reference&submenu=series_explode</a>
1096
+ for additional documentation, examples and futher detail.
1097
+ </p>
1098
+ <table>
1099
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1100
+
1101
+ </td></tr>
1102
+ <tr><td valign="top">Date:</td><td>Dec 15th, 2006
1103
+
1104
+ </td></tr>
1105
+ </table>
1106
+ <hr size="10"></hr><p>
1107
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1108
+ Create a shadow filter
1109
+ </p>
1110
+ <table>
1111
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1112
+
1113
+ </td></tr>
1114
+ </table>
1115
+ <hr size="10"></hr><p>
1116
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1117
+ Draws some text on a chart
1118
+ </p>
1119
+ <table>
1120
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1121
+
1122
+ </td></tr>
1123
+ <tr><td valign="top">Date:</td><td>Dec 15th, 2006
1124
+
1125
+ </td></tr>
1126
+ </table>
1127
+ <hr size="10"></hr><p>
1128
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1129
+ Describes the look and feel for a chart annotation. An annotation must be
1130
+ added using the Chart#add( :series) call using the hash definition ie
1131
+ </p>
1132
+ <p>
1133
+ chart.add( :series, &#8220;fred&#8221;, [ { :value => 10, :tooltip =>
1134
+ &#8220;Hi there !&#8221;} ] )
1135
+ </p>
1136
+ <table>
1137
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1138
+
1139
+ </td></tr>
1140
+ </table>
1141
+ <hr size="10"></hr><p>
1142
+ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1143
+ Sets up handler for refresh the chart content. The refresh xml can only
1144
+ refresh parts of the chart that have changed.
1145
+ </p>
1146
+ <table>
1147
+ <tr><td valign="top">Author:</td><td>Fernand Galiana
1148
+
1149
+ </td></tr>
1150
+ </table>
1151
+ <hr size="10"></hr>
1152
+ </div>
1153
+
1154
+
1155
+ <!-- Constants -->
1156
+
1157
+
1158
+ <!-- Attributes -->
1159
+
1160
+
1161
+ <!-- Methods -->
1162
+
1163
+
1164
+ </div>
1165
+ </div>
1166
+
1167
+
1168
+ <div id="rdoc-debugging-section-dump">
1169
+
1170
+ <div class="section">
1171
+ <h2 class="section-header">secsequence</h2>
1172
+
1173
+ <pre>--- SEC00063
1174
+ </pre>
1175
+ </div>
1176
+
1177
+ <div class="section">
1178
+ <h2 class="section-header">seccomment</h2>
1179
+
1180
+ <pre>--- &quot;&quot;
1181
+ </pre>
1182
+ </div>
1183
+
1184
+ <div class="section">
1185
+ <h2 class="section-header">classlist</h2>
1186
+
1187
+ <pre>--- |
1188
+ Class &lt;a href=&quot;Support/Area.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Area&lt;/a&gt;&lt;br /&gt;
1189
+ Class &lt;a href=&quot;Support/AxisCategory.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::AxisCategory&lt;/a&gt;&lt;br /&gt;
1190
+ Class &lt;a href=&quot;Support/AxisTicks.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::AxisTicks&lt;/a&gt;&lt;br /&gt;
1191
+ Class &lt;a href=&quot;Support/AxisValue.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::AxisValue&lt;/a&gt;&lt;br /&gt;
1192
+ Class &lt;a href=&quot;Support/Bevel.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Bevel&lt;/a&gt;&lt;br /&gt;
1193
+ Class &lt;a href=&quot;Support/Blur.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Blur&lt;/a&gt;&lt;br /&gt;
1194
+ Class &lt;a href=&quot;Support/Button.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Button&lt;/a&gt;&lt;br /&gt;
1195
+ Class &lt;a href=&quot;Support/ChartBorder.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartBorder&lt;/a&gt;&lt;br /&gt;
1196
+ Class &lt;a href=&quot;Support/ChartGridH.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartGridH&lt;/a&gt;&lt;br /&gt;
1197
+ Class &lt;a href=&quot;Support/ChartGridV.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartGridV&lt;/a&gt;&lt;br /&gt;
1198
+ Class &lt;a href=&quot;Support/ChartGuide.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartGuide&lt;/a&gt;&lt;br /&gt;
1199
+ Class &lt;a href=&quot;Support/ChartLabel.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartLabel&lt;/a&gt;&lt;br /&gt;
1200
+ Class &lt;a href=&quot;Support/ChartNote.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartNote&lt;/a&gt;&lt;br /&gt;
1201
+ Class &lt;a href=&quot;Support/ChartPref.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartPref&lt;/a&gt;&lt;br /&gt;
1202
+ Class &lt;a href=&quot;Support/ChartRect.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartRect&lt;/a&gt;&lt;br /&gt;
1203
+ Class &lt;a href=&quot;Support/ChartTransition.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ChartTransition&lt;/a&gt;&lt;br /&gt;
1204
+ Class &lt;a href=&quot;Support/Circle.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Circle&lt;/a&gt;&lt;br /&gt;
1205
+ Class &lt;a href=&quot;Support/ContextMenu.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::ContextMenu&lt;/a&gt;&lt;br /&gt;
1206
+ Class &lt;a href=&quot;Support/Draw.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Draw&lt;/a&gt;&lt;br /&gt;
1207
+ Class &lt;a href=&quot;Support/Filter.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Filter&lt;/a&gt;&lt;br /&gt;
1208
+ Class &lt;a href=&quot;Support/FlashToJavascript.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::FlashToJavascript&lt;/a&gt;&lt;br /&gt;
1209
+ Class &lt;a href=&quot;Support/Glow.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Glow&lt;/a&gt;&lt;br /&gt;
1210
+ Class &lt;a href=&quot;Support/Image.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Image&lt;/a&gt;&lt;br /&gt;
1211
+ Class &lt;a href=&quot;Support/Legend.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Legend&lt;/a&gt;&lt;br /&gt;
1212
+ Class &lt;a href=&quot;Support/Line.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Line&lt;/a&gt;&lt;br /&gt;
1213
+ Class &lt;a href=&quot;Support/Link.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Link&lt;/a&gt;&lt;br /&gt;
1214
+ Class &lt;a href=&quot;Support/LinkData.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::LinkData&lt;/a&gt;&lt;br /&gt;
1215
+ Class &lt;a href=&quot;Support/Rect.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Rect&lt;/a&gt;&lt;br /&gt;
1216
+ Class &lt;a href=&quot;Support/Scroll.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Scroll&lt;/a&gt;&lt;br /&gt;
1217
+ Class &lt;a href=&quot;Support/Series.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Series&lt;/a&gt;&lt;br /&gt;
1218
+ Class &lt;a href=&quot;Support/SeriesColor.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::SeriesColor&lt;/a&gt;&lt;br /&gt;
1219
+ Class &lt;a href=&quot;Support/SeriesExplode.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::SeriesExplode&lt;/a&gt;&lt;br /&gt;
1220
+ Class &lt;a href=&quot;Support/Shadow.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Shadow&lt;/a&gt;&lt;br /&gt;
1221
+ Class &lt;a href=&quot;Support/Text.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Text&lt;/a&gt;&lt;br /&gt;
1222
+ Class &lt;a href=&quot;Support/Tooltip.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Tooltip&lt;/a&gt;&lt;br /&gt;
1223
+ Class &lt;a href=&quot;Support/Update.html&quot; class=&quot;link&quot;&gt;Ziya::Charts::Support::Update&lt;/a&gt;&lt;br /&gt;
1224
+
1225
+ </pre>
1226
+ </div>
1227
+
1228
+ <div class="section">
1229
+ <h2 class="section-header">sectitle</h2>
1230
+
1231
+ <pre>---
1232
+ </pre>
1233
+ </div>
1234
+
1235
+ </div>
1236
+
1237
+ <div id="validator-badges">
1238
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
1239
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
1240
+ Rdoc Generator</a></small>.</p>
1241
+ </div>
1242
+
1243
+ </body>
1244
+ </html>
1245
+