ziya 2.1.6 → 2.1.7

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 (334) hide show
  1. data/Manifest.txt +0 -317
  2. data/README.txt +4 -2
  3. data/Rakefile +3 -3
  4. data/examples/charts/basic_chart.rb +0 -8
  5. data/examples/charts/views/index.erb +4 -9
  6. data/lib/ziya/charts/base.rb +2 -2
  7. data/lib/ziya/charts/support/base.rb +1 -1
  8. data/lib/ziya/core_ext/string.rb +6 -6
  9. data/lib/ziya/gauges/base.rb +1 -1
  10. data/lib/ziya/gauges/support/base.rb +2 -2
  11. data/lib/ziya/maps/base.rb +3 -3
  12. data/lib/ziya/maps/support/base.rb +2 -2
  13. data/lib/ziya/version.rb +1 -1
  14. data/lib/ziya/yaml_helpers/base.rb +1 -1
  15. data/spec/charts/chart_type_spec.rb +1 -1
  16. data/spec/core_ext/string_spec.rb +10 -10
  17. metadata +4 -321
  18. data/docs/History.txt.html +0 -50
  19. data/docs/README.txt.html +0 -403
  20. data/docs/String.html +0 -832
  21. data/docs/Ziya.html +0 -636
  22. data/docs/Ziya/Charts.html +0 -909
  23. data/docs/Ziya/Charts/Area.html +0 -672
  24. data/docs/Ziya/Charts/AreaThreed.html +0 -672
  25. data/docs/Ziya/Charts/Bar.html +0 -672
  26. data/docs/Ziya/Charts/Base.html +0 -1101
  27. data/docs/Ziya/Charts/Bubble.html +0 -672
  28. data/docs/Ziya/Charts/CandleStick.html +0 -672
  29. data/docs/Ziya/Charts/Column.html +0 -672
  30. data/docs/Ziya/Charts/ColumnThreed.html +0 -672
  31. data/docs/Ziya/Charts/Custom.html +0 -672
  32. data/docs/Ziya/Charts/Donut.html +0 -672
  33. data/docs/Ziya/Charts/FloatingBar.html +0 -672
  34. data/docs/Ziya/Charts/FloatingColumn.html +0 -672
  35. data/docs/Ziya/Charts/ImageColumn.html +0 -672
  36. data/docs/Ziya/Charts/ImagePie.html +0 -672
  37. data/docs/Ziya/Charts/Line.html +0 -672
  38. data/docs/Ziya/Charts/Mixed.html +0 -672
  39. data/docs/Ziya/Charts/ParallelThreedColumn.html +0 -672
  40. data/docs/Ziya/Charts/Pie.html +0 -672
  41. data/docs/Ziya/Charts/PieThreed.html +0 -672
  42. data/docs/Ziya/Charts/Polar.html +0 -672
  43. data/docs/Ziya/Charts/Scatter.html +0 -672
  44. data/docs/Ziya/Charts/StackedArea.html +0 -672
  45. data/docs/Ziya/Charts/StackedBar.html +0 -672
  46. data/docs/Ziya/Charts/StackedColumn.html +0 -672
  47. data/docs/Ziya/Charts/StackedThreedArea.html +0 -672
  48. data/docs/Ziya/Charts/StackedThreedColumn.html +0 -672
  49. data/docs/Ziya/Charts/Support.html +0 -1245
  50. data/docs/Ziya/Charts/Support/Area.html +0 -582
  51. data/docs/Ziya/Charts/Support/AxisCategory.html +0 -583
  52. data/docs/Ziya/Charts/Support/AxisTicks.html +0 -644
  53. data/docs/Ziya/Charts/Support/AxisValue.html +0 -583
  54. data/docs/Ziya/Charts/Support/Base.html +0 -577
  55. data/docs/Ziya/Charts/Support/Bevel.html +0 -583
  56. data/docs/Ziya/Charts/Support/Blur.html +0 -583
  57. data/docs/Ziya/Charts/Support/Button.html +0 -583
  58. data/docs/Ziya/Charts/Support/ChartBorder.html +0 -582
  59. data/docs/Ziya/Charts/Support/ChartGridH.html +0 -616
  60. data/docs/Ziya/Charts/Support/ChartGridV.html +0 -616
  61. data/docs/Ziya/Charts/Support/ChartGuide.html +0 -582
  62. data/docs/Ziya/Charts/Support/ChartLabel.html +0 -583
  63. data/docs/Ziya/Charts/Support/ChartNote.html +0 -582
  64. data/docs/Ziya/Charts/Support/ChartPref.html +0 -589
  65. data/docs/Ziya/Charts/Support/ChartRect.html +0 -632
  66. data/docs/Ziya/Charts/Support/ChartTransition.html +0 -613
  67. data/docs/Ziya/Charts/Support/Circle.html +0 -583
  68. data/docs/Ziya/Charts/Support/ContextMenu.html +0 -583
  69. data/docs/Ziya/Charts/Support/Draw.html +0 -886
  70. data/docs/Ziya/Charts/Support/DrawBase.html +0 -577
  71. data/docs/Ziya/Charts/Support/Filter.html +0 -668
  72. data/docs/Ziya/Charts/Support/FlashToJavascript.html +0 -596
  73. data/docs/Ziya/Charts/Support/Glow.html +0 -583
  74. data/docs/Ziya/Charts/Support/Image.html +0 -583
  75. data/docs/Ziya/Charts/Support/Legend.html +0 -582
  76. data/docs/Ziya/Charts/Support/Line.html +0 -583
  77. data/docs/Ziya/Charts/Support/Link.html +0 -734
  78. data/docs/Ziya/Charts/Support/LinkData.html +0 -589
  79. data/docs/Ziya/Charts/Support/Rect.html +0 -583
  80. data/docs/Ziya/Charts/Support/Scroll.html +0 -583
  81. data/docs/Ziya/Charts/Support/Series.html +0 -583
  82. data/docs/Ziya/Charts/Support/SeriesColor.html +0 -676
  83. data/docs/Ziya/Charts/Support/SeriesExplode.html +0 -676
  84. data/docs/Ziya/Charts/Support/Shadow.html +0 -583
  85. data/docs/Ziya/Charts/Support/Text.html +0 -664
  86. data/docs/Ziya/Charts/Support/Tooltip.html +0 -583
  87. data/docs/Ziya/Charts/Support/Update.html +0 -590
  88. data/docs/Ziya/Gauges.html +0 -644
  89. data/docs/Ziya/Gauges/Base.html +0 -1052
  90. data/docs/Ziya/Gauges/Radial.html +0 -654
  91. data/docs/Ziya/Gauges/Signal.html +0 -794
  92. data/docs/Ziya/Gauges/Support.html +0 -726
  93. data/docs/Ziya/Gauges/Support/Area.html +0 -577
  94. data/docs/Ziya/Gauges/Support/Base.html +0 -690
  95. data/docs/Ziya/Gauges/Support/Circle.html +0 -577
  96. data/docs/Ziya/Gauges/Support/Design.html +0 -577
  97. data/docs/Ziya/Gauges/Support/Image.html +0 -577
  98. data/docs/Ziya/Gauges/Support/Line.html +0 -577
  99. data/docs/Ziya/Gauges/Support/Link.html +0 -577
  100. data/docs/Ziya/Gauges/Support/Move.html +0 -577
  101. data/docs/Ziya/Gauges/Support/Point.html +0 -577
  102. data/docs/Ziya/Gauges/Support/Polygon.html +0 -577
  103. data/docs/Ziya/Gauges/Support/RadialBase.html +0 -654
  104. data/docs/Ziya/Gauges/Support/RadialNumbers.html +0 -694
  105. data/docs/Ziya/Gauges/Support/RadialTicks.html +0 -676
  106. data/docs/Ziya/Gauges/Support/Rect.html +0 -577
  107. data/docs/Ziya/Gauges/Support/Rotate.html +0 -577
  108. data/docs/Ziya/Gauges/Support/Scale.html +0 -577
  109. data/docs/Ziya/Gauges/Support/Text.html +0 -656
  110. data/docs/Ziya/Gauges/Support/Update.html +0 -577
  111. data/docs/Ziya/Gauges/Thermo.html +0 -826
  112. data/docs/Ziya/HtmlHelpers.html +0 -597
  113. data/docs/Ziya/HtmlHelpers/Charts.html +0 -1399
  114. data/docs/Ziya/HtmlHelpers/Gauges.html +0 -987
  115. data/docs/Ziya/HtmlHelpers/Maps.html +0 -950
  116. data/docs/Ziya/Maps.html +0 -713
  117. data/docs/Ziya/Maps/Australia.html +0 -648
  118. data/docs/Ziya/Maps/Base.html +0 -1099
  119. data/docs/Ziya/Maps/Belgium.html +0 -648
  120. data/docs/Ziya/Maps/Brazil.html +0 -648
  121. data/docs/Ziya/Maps/Canada.html +0 -648
  122. data/docs/Ziya/Maps/Europe.html +0 -648
  123. data/docs/Ziya/Maps/France.html +0 -648
  124. data/docs/Ziya/Maps/Geocode.html +0 -752
  125. data/docs/Ziya/Maps/Germany.html +0 -648
  126. data/docs/Ziya/Maps/Italy.html +0 -648
  127. data/docs/Ziya/Maps/Mexico.html +0 -648
  128. data/docs/Ziya/Maps/Support.html +0 -798
  129. data/docs/Ziya/Maps/Support/Arc.html +0 -577
  130. data/docs/Ziya/Maps/Support/ArcColor.html +0 -577
  131. data/docs/Ziya/Maps/Support/ArcRange.html +0 -577
  132. data/docs/Ziya/Maps/Support/BackgroundColor.html +0 -577
  133. data/docs/Ziya/Maps/Support/Base.html +0 -792
  134. data/docs/Ziya/Maps/Support/DefaultColor.html +0 -577
  135. data/docs/Ziya/Maps/Support/DefaultPoint.html +0 -577
  136. data/docs/Ziya/Maps/Support/FirstZoom.html +0 -577
  137. data/docs/Ziya/Maps/Support/HeatRange.html +0 -658
  138. data/docs/Ziya/Maps/Support/Hover.html +0 -577
  139. data/docs/Ziya/Maps/Support/Line.html +0 -577
  140. data/docs/Ziya/Maps/Support/LineColor.html +0 -577
  141. data/docs/Ziya/Maps/Support/LineRange.html +0 -577
  142. data/docs/Ziya/Maps/Support/OutlineColor.html +0 -577
  143. data/docs/Ziya/Maps/Support/Point.html +0 -577
  144. data/docs/Ziya/Maps/Support/PointRange.html +0 -577
  145. data/docs/Ziya/Maps/Support/Range.html +0 -753
  146. data/docs/Ziya/Maps/Support/Ranges.html +0 -658
  147. data/docs/Ziya/Maps/Support/Region.html +0 -577
  148. data/docs/Ziya/Maps/Support/ScalePoints.html +0 -577
  149. data/docs/Ziya/Maps/Support/ShowName.html +0 -577
  150. data/docs/Ziya/Maps/Support/State.html +0 -577
  151. data/docs/Ziya/Maps/Support/StateInfoIcon.html +0 -577
  152. data/docs/Ziya/Maps/Support/ZoomMode.html +0 -577
  153. data/docs/Ziya/Maps/Support/ZoomOutButton.html +0 -577
  154. data/docs/Ziya/Maps/Support/ZoomOutScale.html +0 -577
  155. data/docs/Ziya/Maps/Sweden.html +0 -648
  156. data/docs/Ziya/Maps/Uk.html +0 -648
  157. data/docs/Ziya/Maps/Us.html +0 -648
  158. data/docs/Ziya/Maps/World.html +0 -648
  159. data/docs/Ziya/YamlHelpers.html +0 -592
  160. data/docs/Ziya/YamlHelpers/Gauges.html +0 -848
  161. data/docs/Ziya/YamlHelpers/Maps.html +0 -750
  162. data/docs/Ziya/Ziyafy.html +0 -735
  163. data/docs/bin/ziyafy.html +0 -52
  164. data/docs/created.rid +0 -1
  165. data/docs/examples/charts/public/charts/themes/readme.txt.html +0 -61
  166. data/docs/examples/maps/public/maps/themes/readme.txt.html +0 -61
  167. data/docs/images/brick.png +0 -0
  168. data/docs/images/brick_link.png +0 -0
  169. data/docs/images/bullet_black.png +0 -0
  170. data/docs/images/date.png +0 -0
  171. data/docs/images/macFFBgHack.png +0 -0
  172. data/docs/images/package.png +0 -0
  173. data/docs/images/page_green.png +0 -0
  174. data/docs/images/page_white_width.png +0 -0
  175. data/docs/images/plugin.png +0 -0
  176. data/docs/images/ruby.png +0 -0
  177. data/docs/images/tag_green.png +0 -0
  178. data/docs/images/wrench.png +0 -0
  179. data/docs/images/wrench_orange.png +0 -0
  180. data/docs/images/zoom.png +0 -0
  181. data/docs/index.html +0 -978
  182. data/docs/js/darkfish.js +0 -91
  183. data/docs/js/jquery.js +0 -32
  184. data/docs/js/quicksearch.js +0 -135
  185. data/docs/js/thickbox-compressed.js +0 -10
  186. data/docs/lib/ziya.rb.html +0 -43
  187. data/docs/lib/ziya/charts/area.rb.html +0 -54
  188. data/docs/lib/ziya/charts/area_threed.rb.html +0 -153
  189. data/docs/lib/ziya/charts/bar.rb.html +0 -45
  190. data/docs/lib/ziya/charts/base.rb.html +0 -71
  191. data/docs/lib/ziya/charts/bubble.rb.html +0 -54
  192. data/docs/lib/ziya/charts/candle_stick.rb.html +0 -45
  193. data/docs/lib/ziya/charts/column.rb.html +0 -45
  194. data/docs/lib/ziya/charts/column_threed.rb.html +0 -45
  195. data/docs/lib/ziya/charts/custom.rb.html +0 -54
  196. data/docs/lib/ziya/charts/donut.rb.html +0 -54
  197. data/docs/lib/ziya/charts/floating_bar.rb.html +0 -45
  198. data/docs/lib/ziya/charts/floating_column.rb.html +0 -45
  199. data/docs/lib/ziya/charts/image_column.rb.html +0 -54
  200. data/docs/lib/ziya/charts/image_pie.rb.html +0 -54
  201. data/docs/lib/ziya/charts/line.rb.html +0 -45
  202. data/docs/lib/ziya/charts/mixed.rb.html +0 -45
  203. data/docs/lib/ziya/charts/parallel_threed_column.rb.html +0 -45
  204. data/docs/lib/ziya/charts/pie.rb.html +0 -45
  205. data/docs/lib/ziya/charts/pie_threed.rb.html +0 -45
  206. data/docs/lib/ziya/charts/polar.rb.html +0 -45
  207. data/docs/lib/ziya/charts/scatter.rb.html +0 -45
  208. data/docs/lib/ziya/charts/stacked_area.rb.html +0 -45
  209. data/docs/lib/ziya/charts/stacked_bar.rb.html +0 -45
  210. data/docs/lib/ziya/charts/stacked_column.rb.html +0 -45
  211. data/docs/lib/ziya/charts/stacked_threed_area.rb.html +0 -45
  212. data/docs/lib/ziya/charts/stacked_threed_column.rb.html +0 -45
  213. data/docs/lib/ziya/charts/support/area.rb.html +0 -56
  214. data/docs/lib/ziya/charts/support/axis_category.rb.html +0 -407
  215. data/docs/lib/ziya/charts/support/axis_ticks.rb.html +0 -48
  216. data/docs/lib/ziya/charts/support/axis_value.rb.html +0 -48
  217. data/docs/lib/ziya/charts/support/base.rb.html +0 -64
  218. data/docs/lib/ziya/charts/support/bevel.rb.html +0 -48
  219. data/docs/lib/ziya/charts/support/blur.rb.html +0 -48
  220. data/docs/lib/ziya/charts/support/button.rb.html +0 -48
  221. data/docs/lib/ziya/charts/support/chart_border.rb.html +0 -48
  222. data/docs/lib/ziya/charts/support/chart_grid_h.rb.html +0 -48
  223. data/docs/lib/ziya/charts/support/chart_grid_v.rb.html +0 -48
  224. data/docs/lib/ziya/charts/support/chart_guide.rb.html +0 -48
  225. data/docs/lib/ziya/charts/support/chart_label.rb.html +0 -49
  226. data/docs/lib/ziya/charts/support/chart_note.rb.html +0 -53
  227. data/docs/lib/ziya/charts/support/chart_pref.rb.html +0 -48
  228. data/docs/lib/ziya/charts/support/chart_rect.rb.html +0 -48
  229. data/docs/lib/ziya/charts/support/chart_transition.rb.html +0 -48
  230. data/docs/lib/ziya/charts/support/circle.rb.html +0 -48
  231. data/docs/lib/ziya/charts/support/context_menu.rb.html +0 -47
  232. data/docs/lib/ziya/charts/support/draw.rb.html +0 -57
  233. data/docs/lib/ziya/charts/support/draw_base.rb.html +0 -48
  234. data/docs/lib/ziya/charts/support/filter.rb.html +0 -52
  235. data/docs/lib/ziya/charts/support/flash_to_javascript.rb.html +0 -48
  236. data/docs/lib/ziya/charts/support/glow.rb.html +0 -48
  237. data/docs/lib/ziya/charts/support/image.rb.html +0 -52
  238. data/docs/lib/ziya/charts/support/legend.rb.html +0 -48
  239. data/docs/lib/ziya/charts/support/line.rb.html +0 -48
  240. data/docs/lib/ziya/charts/support/link.rb.html +0 -48
  241. data/docs/lib/ziya/charts/support/link_data.rb.html +0 -48
  242. data/docs/lib/ziya/charts/support/rect.rb.html +0 -48
  243. data/docs/lib/ziya/charts/support/scroll.rb.html +0 -50
  244. data/docs/lib/ziya/charts/support/series.rb.html +0 -47
  245. data/docs/lib/ziya/charts/support/series_color.rb.html +0 -62
  246. data/docs/lib/ziya/charts/support/series_explode.rb.html +0 -65
  247. data/docs/lib/ziya/charts/support/shadow.rb.html +0 -48
  248. data/docs/lib/ziya/charts/support/text.rb.html +0 -51
  249. data/docs/lib/ziya/charts/support/tooltip.rb.html +0 -53
  250. data/docs/lib/ziya/charts/support/update.rb.html +0 -49
  251. data/docs/lib/ziya/core_ext/string.rb.html +0 -50
  252. data/docs/lib/ziya/gauges/base.rb.html +0 -54
  253. data/docs/lib/ziya/gauges/radial.rb.html +0 -64
  254. data/docs/lib/ziya/gauges/signal.rb.html +0 -49
  255. data/docs/lib/ziya/gauges/support/area.rb.html +0 -57
  256. data/docs/lib/ziya/gauges/support/base.rb.html +0 -39
  257. data/docs/lib/ziya/gauges/support/circle.rb.html +0 -57
  258. data/docs/lib/ziya/gauges/support/design.rb.html +0 -39
  259. data/docs/lib/ziya/gauges/support/image.rb.html +0 -57
  260. data/docs/lib/ziya/gauges/support/line.rb.html +0 -57
  261. data/docs/lib/ziya/gauges/support/link.rb.html +0 -57
  262. data/docs/lib/ziya/gauges/support/move.rb.html +0 -57
  263. data/docs/lib/ziya/gauges/support/point.rb.html +0 -57
  264. data/docs/lib/ziya/gauges/support/polygon.rb.html +0 -57
  265. data/docs/lib/ziya/gauges/support/radial_base.rb.html +0 -58
  266. data/docs/lib/ziya/gauges/support/radial_numbers.rb.html +0 -60
  267. data/docs/lib/ziya/gauges/support/radial_ticks.rb.html +0 -57
  268. data/docs/lib/ziya/gauges/support/rect.rb.html +0 -57
  269. data/docs/lib/ziya/gauges/support/rotate.rb.html +0 -57
  270. data/docs/lib/ziya/gauges/support/scale.rb.html +0 -57
  271. data/docs/lib/ziya/gauges/support/text.rb.html +0 -57
  272. data/docs/lib/ziya/gauges/support/update.rb.html +0 -57
  273. data/docs/lib/ziya/gauges/thermo.rb.html +0 -48
  274. data/docs/lib/ziya/html_helpers.rb.html +0 -39
  275. data/docs/lib/ziya/html_helpers/base.rb.html +0 -48
  276. data/docs/lib/ziya/html_helpers/charts.rb.html +0 -48
  277. data/docs/lib/ziya/html_helpers/gauges.rb.html +0 -48
  278. data/docs/lib/ziya/html_helpers/maps.rb.html +0 -39
  279. data/docs/lib/ziya/maps/australia.rb.html +0 -48
  280. data/docs/lib/ziya/maps/base.rb.html +0 -62
  281. data/docs/lib/ziya/maps/belgium.rb.html +0 -39
  282. data/docs/lib/ziya/maps/brazil.rb.html +0 -39
  283. data/docs/lib/ziya/maps/canada.rb.html +0 -39
  284. data/docs/lib/ziya/maps/europe.rb.html +0 -39
  285. data/docs/lib/ziya/maps/france.rb.html +0 -39
  286. data/docs/lib/ziya/maps/geocode.rb.html +0 -45
  287. data/docs/lib/ziya/maps/germany.rb.html +0 -39
  288. data/docs/lib/ziya/maps/italy.rb.html +0 -39
  289. data/docs/lib/ziya/maps/mexico.rb.html +0 -39
  290. data/docs/lib/ziya/maps/support/arc.rb.html +0 -48
  291. data/docs/lib/ziya/maps/support/arc_color.rb.html +0 -48
  292. data/docs/lib/ziya/maps/support/arc_range.rb.html +0 -48
  293. data/docs/lib/ziya/maps/support/background_color.rb.html +0 -48
  294. data/docs/lib/ziya/maps/support/base.rb.html +0 -48
  295. data/docs/lib/ziya/maps/support/default_color.rb.html +0 -48
  296. data/docs/lib/ziya/maps/support/default_point.rb.html +0 -48
  297. data/docs/lib/ziya/maps/support/first_zoom.rb.html +0 -48
  298. data/docs/lib/ziya/maps/support/heat_range.rb.html +0 -50
  299. data/docs/lib/ziya/maps/support/hover.rb.html +0 -48
  300. data/docs/lib/ziya/maps/support/line.rb.html +0 -48
  301. data/docs/lib/ziya/maps/support/line_color.rb.html +0 -48
  302. data/docs/lib/ziya/maps/support/line_range.rb.html +0 -48
  303. data/docs/lib/ziya/maps/support/outline_color.rb.html +0 -48
  304. data/docs/lib/ziya/maps/support/point.rb.html +0 -48
  305. data/docs/lib/ziya/maps/support/point_range.rb.html +0 -48
  306. data/docs/lib/ziya/maps/support/range.rb.html +0 -48
  307. data/docs/lib/ziya/maps/support/ranges.rb.html +0 -47
  308. data/docs/lib/ziya/maps/support/region.rb.html +0 -48
  309. data/docs/lib/ziya/maps/support/scale_points.rb.html +0 -48
  310. data/docs/lib/ziya/maps/support/show_name.rb.html +0 -48
  311. data/docs/lib/ziya/maps/support/state.rb.html +0 -48
  312. data/docs/lib/ziya/maps/support/state_info_icon.rb.html +0 -48
  313. data/docs/lib/ziya/maps/support/zoom_mode.rb.html +0 -48
  314. data/docs/lib/ziya/maps/support/zoom_out_button.rb.html +0 -48
  315. data/docs/lib/ziya/maps/support/zoom_out_scale.rb.html +0 -48
  316. data/docs/lib/ziya/maps/sweden.rb.html +0 -39
  317. data/docs/lib/ziya/maps/uk.rb.html +0 -39
  318. data/docs/lib/ziya/maps/us.rb.html +0 -39
  319. data/docs/lib/ziya/maps/world.rb.html +0 -39
  320. data/docs/lib/ziya/utils/logger.rb.html +0 -53
  321. data/docs/lib/ziya/version.rb.html +0 -39
  322. data/docs/lib/ziya/yaml_helpers.rb.html +0 -39
  323. data/docs/lib/ziya/yaml_helpers/base.rb.html +0 -48
  324. data/docs/lib/ziya/yaml_helpers/charts.rb.html +0 -50
  325. data/docs/lib/ziya/yaml_helpers/gauges.rb.html +0 -39
  326. data/docs/lib/ziya/yaml_helpers/maps.rb.html +0 -39
  327. data/docs/rdoc.css +0 -664
  328. data/docs/release_notes.txt.html +0 -51
  329. data/docs/resources/charts/themes/readme.txt.html +0 -61
  330. data/docs/resources/maps/themes/readme.txt.html +0 -61
  331. data/examples/charts/public/charts/charts_library/dollar.jpg +0 -0
  332. data/examples/charts/public/charts/charts_library/pie.jpg +0 -0
  333. data/examples/charts/public/charts/themes/cool_theme/line_chart.yml +0 -5
  334. data/examples/charts/public/fred.xml +0 -21
@@ -1,52 +0,0 @@
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
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Mon Jun 08 08:37:55 -0600 2009</dd>
20
-
21
-
22
- <dt class="requires">Requires</dt>
23
- <dd class="requires">
24
- <ul>
25
-
26
- <li>optparse</li>
27
-
28
- <li>ostruct</li>
29
-
30
- <li>fileutils</li>
31
-
32
- </ul>
33
- </dd>
34
-
35
-
36
-
37
- </dl>
38
-
39
- <div class="description">
40
- <h2>Description</h2>
41
-
42
- </div>
43
- </div>
44
-
45
- <div id="validator-badges">
46
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
47
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
48
- Rdoc Generator</a></small>.</p>
49
- </div>
50
- </body>
51
- </html>
52
-
@@ -1 +0,0 @@
1
- Wed, 04 Nov 2009 07:16:37 -0700
@@ -1,61 +0,0 @@
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
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Wed Nov 04 06:38:31 -0700 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
- <p>
29
- This directory indicates the location where you can specify the charts
30
- looks and feel. You will need to create a new theme directory which
31
- contains the chart YAML stylesheets for your various charts.
32
- </p>
33
- <p>
34
- For example
35
- </p>
36
- <p>
37
- public/charts/themes/blee
38
- </p>
39
- <pre>
40
- - bar_chart.yml
41
- - polar_chart.yml
42
- </pre>
43
- <p>
44
- Then in your controller, indicate you want to choose the blee theme by
45
- using the following:
46
- </p>
47
- <p>
48
- chart.add( :theme, &#8220;blee&#8221; )
49
- </p>
50
-
51
- </div>
52
- </div>
53
-
54
- <div id="validator-badges">
55
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
56
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
57
- Rdoc Generator</a></small>.</p>
58
- </div>
59
- </body>
60
- </html>
61
-
@@ -1,61 +0,0 @@
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
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>: </title>
10
-
11
- <link type="text/css" media="screen" href="../../../../../rdoc.css" rel="stylesheet" />
12
-
13
- </head>
14
- <body class="file">
15
-
16
- <div id="metadata">
17
- <dl>
18
- <dt class="modified-date">Last Modified</dt>
19
- <dd class="modified-date">Fri May 22 08:17:10 -0600 2009</dd>
20
-
21
-
22
-
23
-
24
- </dl>
25
-
26
- <div class="description">
27
- <h2>Description</h2>
28
- <p>
29
- This directory indicates the location where you can specify the maps looks
30
- and feel. You will need to create a new theme directory which contains the
31
- map YAML stylesheets for your various maps.
32
- </p>
33
- <p>
34
- For example
35
- </p>
36
- <p>
37
- public/charts/themes/cool_maps
38
- </p>
39
- <pre>
40
- - us_map.yml
41
- - world_map.yml
42
- </pre>
43
- <p>
44
- Then in your controller, indicate you want to choose the
45
- &#8216;cool_maps&#8217; theme by using the following:
46
- </p>
47
- <p>
48
- map.add( :theme, &#8220;cool_maps&#8220; )
49
- </p>
50
-
51
- </div>
52
- </div>
53
-
54
- <div id="validator-badges">
55
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
56
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
57
- Rdoc Generator</a></small>.</p>
58
- </div>
59
- </body>
60
- </html>
61
-
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,978 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
- <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title> ziya's 2.1.6 documentation</title>
10
-
11
- <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
-
13
- <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
14
- <script src="js/thickbox.js" type="text/javascript" charset="utf-8"></script>
15
-
16
- <script type="text/javascript" charset="utf-8">
17
- </script>
18
-
19
- </head>
20
- <body class="indexpage">
21
-
22
-
23
- <h1> ziya's 2.1.6 documentation</h1>
24
-
25
-
26
- <div id="main">
27
- <h3>ZiYa</h3>
28
- <pre>
29
- by Fernand Galiana
30
- git://github.com/derailed/ziya.git
31
- </pre>
32
- <h2>RELEASES</h2>
33
- <pre>
34
- 2.0.0 - Added support for XML/SWF 5.02
35
- 2.0.1 - Additional support for 5.02 + Added donut chart from 5.03
36
- 2.0.2 - Changed logging required to 0.9.X - Update to xml/swf 5.0.4
37
- 2.0.3 - README file update - Thanks to Paul James !
38
- 2.0.4 - Fixed missing encoding on composite urls - published gem on github
39
- 2.0.5 - Fixed merb app support issue
40
- 2.0.6 - Updates to support xml/swf 5.0.5
41
- 2.0.7 - Updates to support xm/swf 5.0.7
42
- - added parameters for the ziya_js helpers ( Tx Brian ! )
43
- - added draw button support
44
- - added chart_note to annotate a chart
45
- - added tooltip chart support
46
- 2.0.8 - Patches to xml/swf/5.0.7 - scroller handle fixe + Stoppped_Scolling js callback
47
- - added support for flash_to_javascript callbacks
48
- - added support ids in composite charts
49
- - various bug fixes
50
- 2.1.0 - Refactor some of the underlying ziya code
51
- - Beef up test suite
52
- - changed component tree
53
- - Added geographical maps support
54
- - Changed the default ziyafy to install charts only by default
55
- Run ziyafy --help for the various options
56
- - Changed add( :composites, ... ) call to take in a hash of hash instead of id/url pair.
57
- So the correct call is now of the form chart.add( :composites, :id =&gt; { :url =&gt; ... } )
58
- You can now add extra attributes that will be passed to the generated image component.
59
- 2.1.4 - Added support for xm/swf 5.0.8
60
- - Removed dependency on logging gem version
61
- 2.1.5 - Added ability to enhance draw and link components in subsequent stylesheets. The old
62
- behavior was to simply override the whole component. Now you can keep enhancing these components
63
- in higher level stylesheets.
64
- </pre>
65
- <h2>DESCRIPTION:</h2>
66
- <p>
67
- ZiYa allows you to easily create interactive charts, gauges and maps for
68
- your web applications. ZiYa leverages flash which offload heavy server side
69
- processing to the client. At the root ZiYa allows you to easily generate an
70
- XML files that will be downloaded to the client for rendering. Using this
71
- gem, you will be able to easily create great looking charts for your
72
- application. You will also be able to use the charts, gauges and maps has a
73
- navigation scheme by embedding various link in the graphical components
74
- thus bringing to the table an ideal scheme for reporting and dashboard like
75
- applications. Your manager will love you for it !!
76
- </p>
77
- <pre>
78
- Blog Site : http://ziya.liquidrail.com
79
- Documentation : http://ziya.liquidrail.com/docs
80
- Forum : http://groups.google.com/group/ziya-plugin
81
- Repositories : git://github.com/derailed/ziya.git
82
- </pre>
83
- <h2>FEATURES:</h2>
84
- <ul>
85
- <li>Supports a wide variety of chart/gauge types, sure to fit your needs.
86
-
87
- </li>
88
- <li>Geographical maps. Maps can be drillable and refreshable
89
-
90
- </li>
91
- <li>Relieves your server load by generating the actual chart on the client
92
- side.
93
-
94
- </li>
95
- <li>Provides for cascading like css-styles for your charts using YAML files.
96
-
97
- </li>
98
- <li>Themes support. You can change the appearance and behavior of any charts by
99
- introducing new themes
100
-
101
- </li>
102
- </ul>
103
- <h2>REQUIREMENTS:</h2>
104
- <pre>
105
- ZiYa depends on the following gems
106
-
107
- * logging
108
- * color
109
-
110
- ZiYa comes pre-bundled with the following packages:
111
- * XML/SWF charts Version 5.07 (http://www.maani.us/xml_charts/index.php)
112
- * XML/SWF gauges Version 1.6 (http://www.maani.us/gauge/index.php)
113
- * DIY Maps (http://backspace.com/mapapp/)
114
-
115
- XML/SWF
116
- * XML/SWF charts are free of charge unless you need to use special features such
117
- as embedded links and printing.
118
-
119
- The package cost $45 per domain, including localhost and is well worth the investment.
120
- A similar fee applies to the gauge framework.
121
-
122
- DIY Map
123
- * This package is free for use in non-commercial applications. For commercial applications,
124
- there is a $20.00 license per domain. I have chosen this package over others, as it supports
125
- the interaction and configuration I was looking for, it seems stable and packs lots of features
126
- for a reasonable price.
127
- </pre>
128
- <h2>INSTALL:</h2>
129
- <pre>
130
- NOTE: You will need to add github as a gem source and thus will need gem version 1.3 or later
131
-
132
- &gt; gem sources -a http://gems.github.com
133
-
134
- &gt; sudo gem install derailed-ziya
135
-
136
- cd to your application directory and issue the following command
137
-
138
- &gt; ziyafy --charts
139
-
140
- This will copy the necessary themes and flash files to run ZiYa in your application
141
- public/charts directory. You can install maps and gauges components as well. Type in
142
-
143
- &gt; ziyafy --help
144
-
145
- To see all available options.
146
- </pre>
147
- <h2>SYNOPSIS:</h2>
148
- <pre>
149
- This gem version requires a client update to flash 9.0 and possibly you will
150
- need to get a new license from XML/SWF &gt;= 5.0, if you want to use
151
- advanced features suck as links and live updates.
152
- </pre>
153
- <h2>Creating a ZiYa chart in a Rails 2.3 application</h2>
154
- <pre>
155
- 1 - Create a ziya.rb file under config/initializers
156
-
157
- ziya.rb:
158
-
159
- # Pull in the ZiYa gem framework
160
- gem 'derailed-ziya', '= 2.1.0'
161
- require 'ziya'
162
-
163
- # Initializes the ZiYa Framework
164
- Ziya.initialize(
165
- :logger =&gt; RAILS_DEFAULT_LOGGER,
166
- :themes_dir =&gt; File.join( File.dirname(__FILE__), %w[.. .. public charts themes])
167
- )
168
-
169
- This will initialize the gem. You can log the output to stdout using the ZiYa bundled logger
170
- or specify a file ie File.join( File.dirname(__FILE__), %w[.. log ziya.log]. If you choose to use the
171
- ZiYa logger, you can specify the :log_level option to either :warn :info :debug or :error.
172
- You will need to specify your themes directory typically located under public/charts/themes or any location
173
- you'll like to choose.
174
-
175
- 3 - Create a chart controller
176
-
177
- blee_controller.rb:
178
-
179
- class BleeController &lt; ApplicationController
180
- # Load ZiYa necessary helpers
181
- helper Ziya::HtmlHelpers::Charts
182
- helper Ziya::YamlHelpers::Charts
183
-
184
- # Callback from the flash movie to get the chart's data
185
- def load_chart
186
- # Create a bar chart with 2 series composed of 3 data points each.
187
- # Chart will be rendered using the default look and feel
188
- chart = Ziya::Charts::Bar.new
189
- chart.add( :axis_category_text, %w[2006 2007 2008] )
190
- chart.add( :series, &quot;Dogs&quot;, [10,20,30] )
191
- chart.add( :series, &quot;Cats&quot;, [5,15,25] )
192
- respond_to do |fmt|
193
- fmt.xml { render :xml =&gt; chart.to_xml }
194
- end
195
- end
196
-
197
- 4 - Create a view
198
-
199
- blee/index.html.erb:
200
-
201
- # Defines the necessary tag to embed a flash movie in your html page.
202
- # This will callback to your controller to fetch the necessary xml.
203
- &lt;%= ziya_chart load_chart_url -%&gt;
204
-
205
- 5 - Create a named route
206
-
207
- config/routes.rb:
208
-
209
- map.load_chart '/blee/load_chart', :controller =&gt; 'blee', :action =&gt; 'load_chart'
210
- </pre>
211
- <h2>Styling a chart</h2>
212
- <h3>Basic Theme</h3>
213
- <pre>
214
- 1 - Create a directory fred in public/charts/themes
215
- 2 - Create a file called column_chart.yml under the fred directory
216
- 2 - Edit column_chart.yml and add the following lines mind the yaml 2 space indentation!
217
-
218
- &lt;%= chart :column %&gt;
219
- &lt;%=comp :axis_category %&gt;
220
- color: ff0000
221
-
222
- 3 - In fred_controller add the following directive to the chart to associate your new theme with the chart
223
-
224
- chart.add( :theme, 'fred' )
225
-
226
- 4 - reload the page and you should now see the red x axis label
227
- </pre>
228
- <h3>Cascading themes</h3>
229
- <pre>
230
- To override the default column chart theme, you may now create an instance theme.
231
-
232
- 1 - Create fred.yml in public/chart/themes/fred
233
-
234
- 2 - Edit fred.yml as follows
235
-
236
- &lt;%= chart :column %&gt;
237
- &lt;%=comp :axis_category %&gt;
238
- color: 00ff00
239
-
240
- 3 - Edit your controller to indicate the instance theme name
241
-
242
- chart = Ziya::Charts.Column.new( nil, 'fred' )
243
-
244
- 4 - Reload the page - The x axis category labels should now be green.
245
-
246
- NOTE: There are lots of setup example for themes in the ziya-galeria app at
247
- git://github.com/derailed/ziya-galeria.git.
248
- The themes component follows the xml/swf xml settings for configuration which
249
- are documented here http://www.maani.us/xml_charts/index.php?menu=Reference
250
- </pre>
251
- <h3>Using theme helpers</h3>
252
- <pre>
253
- Just like rails view template helpers, ZiYa support helpers for theme stylesheets.
254
- In order to use a helper for your chart you will need to use the following steps:
255
-
256
- 1 - Create a ziya directory under app/helpers
257
- 2 - Create a file called fred_helper.rb
258
- 3 - Edit fred_helper.rb and add the following lines
259
-
260
- module Ziya::FredHelper
261
- def random_color
262
- %w[ffaa00 aaff00 aabbff][rand(3)]
263
- end
264
- end
265
-
266
- 4 - Edit you theme stylesheet to call the helper method
267
-
268
- In fred.yml
269
-
270
- &lt;%= chart :column %&gt;
271
- &lt;%=comp :axis_category %&gt;
272
- color: &lt;%= random_color %&gt;
273
-
274
- 5 - Edit you config/initializer/ziya.rb and add the following line
275
-
276
- # Initializes the ZiYa Framework
277
- Ziya.initialize( :logger =&gt; RAILS_DEFAULT_LOGGER,
278
- :helpers_dir =&gt; File.join( File.dirname(__FILE__), %w[.. .. app helpers ziya] ), # &lt;-- New line !!
279
- :themes_dir =&gt; File.join( File.dirname(__FILE__), %w[.. .. public charts themes])
280
- )
281
-
282
- 6 - Restart your app server
283
- 7 - Reload the page serveral time and watch the x axis label color change
284
- </pre>
285
- <h2>Creating a gauge for a rails application</h2>
286
- <pre>
287
- You will need to modify the ziya initializer and add the following directive
288
-
289
- Ziya.initialize(
290
- :logger =&gt; RAILS_DEFAULT_LOGGER,
291
- :designs_dir =&gt; File.join( File.dirname(__FILE__), %w[.. .. public gauges designs] ), # =&gt; Add this !!
292
- :themes_dir =&gt; File.join( File.dirname(__FILE__), %w[.. .. public charts themes]) )
293
-
294
- * fred_controller.rb
295
-
296
- class FredController &lt; ApplicationController
297
- def load_gauge
298
- gauge = Ziya::Gauges::Base.new( LICENCE_KEY, 'my_gauge' )
299
- respond_to do |fmt|
300
- fmt.xml =&gt; { render :xml =&gt; gauge.to_xml }
301
- end
302
- end
303
- end
304
-
305
- * fred/index.html.erb
306
-
307
- &lt;%= ziya_gauge load_gauge_url -%&gt;
308
-
309
- * config/routes.rb
310
-
311
- # Creates a named route for the chart.
312
- map.load_gauge '/fred/load_gauge', :controller =&gt; 'fred', :action =&gt; 'load_gauge'
313
-
314
- * public/gauges/designs/my_gauge.yml
315
-
316
- In the design file you will leverage the components defined in the Ziya::Gauges::Support
317
- package to create your gauge desgins. You gauges can be animated using rotate, scale and
318
- move operations. In this example we will create a volume control that will rotate to the
319
- desired position. In real life you will fetch the volume level from your models to
320
- set the desired position. Take a look at the ZiYa sample application for the various
321
- possibilities. You can think of a gauge as a portable canvas element where you can draw
322
- you own designs using the various components provided ZiYa components ( No need to worry about
323
- various browsers' canvas support )
324
-
325
- &lt;%= gauge :base %&gt;
326
- # specifies the number of ticks to draw in a circular fashion
327
- &lt;%= dial :radial_ticks, :volume %&gt;
328
- x: 100
329
- y: 75
330
- radius: 35
331
- length: 4
332
- start_angle: 235
333
- end_angle: 485
334
- ticks: 10
335
- thickness: 2
336
- color: 000000
337
- # rotates the volume to the desired position.
338
- &lt;%= dial :rotate, :volume_setting %&gt;
339
- x: 100
340
- y: 75
341
- start: 300
342
- span: 160
343
- step: 5
344
- skake_span: 20
345
- shadow_alpha: 20
346
- shadow_x_offset: 3
347
- shadow_y_offset: 3
348
- &lt;%= dials %&gt;
349
- &lt;%= dial :circle, :circle_1 %&gt;
350
- x: 100
351
- y: 75
352
- radius: 30
353
- fill_color: 777777
354
- line_thickness: 5
355
- line_alpha: 75
356
- &lt;%= dial :circle, :circle_2 %&gt;
357
- x: 100
358
- y: 55
359
- radius: 5
360
- fill_alpha: 80
361
- </pre>
362
- <h2>LICENSE:</h2>
363
- <p>
364
- (The MIT License)
365
- </p>
366
- <p>
367
- Copyright &#169; 2008 FIXME (different license?)
368
- </p>
369
- <p>
370
- Permission is hereby granted, free of charge, to any person obtaining a
371
- copy of this software and associated documentation files (the
372
- &#8216;Software&#8217;), to deal in the Software without restriction,
373
- including without limitation the rights to use, copy, modify, merge,
374
- publish, distribute, sublicense, and/or sell copies of the Software, and to
375
- permit persons to whom the Software is furnished to do so, subject to the
376
- following conditions:
377
- </p>
378
- <p>
379
- The above copyright notice and this permission notice shall be included in
380
- all copies or substantial portions of the Software.
381
- </p>
382
- <p>
383
- THE SOFTWARE IS PROVIDED &#8216;AS IS&#8217;, WITHOUT WARRANTY OF ANY KIND,
384
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
385
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
386
- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
387
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
388
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
389
- USE OR OTHER DEALINGS IN THE SOFTWARE.
390
- </p>
391
-
392
- </div>
393
-
394
-
395
- <h2>Classes/Modules</h2>
396
- <ul>
397
-
398
-
399
- <li class="module"><a
400
- href="Ziya.html">Ziya</a></li>
401
-
402
-
403
- <li class="module"><a
404
- href="Ziya/Charts.html">Ziya::Charts</a></li>
405
-
406
-
407
- <li class="class"><a
408
- href="Ziya/Charts/Area.html">Ziya::Charts::Area</a></li>
409
-
410
-
411
- <li class="class"><a
412
- href="Ziya/Charts/AreaThreed.html">Ziya::Charts::AreaThreed</a></li>
413
-
414
-
415
- <li class="class"><a
416
- href="Ziya/Charts/Bar.html">Ziya::Charts::Bar</a></li>
417
-
418
-
419
- <li class="class"><a
420
- href="Ziya/Charts/Base.html">Ziya::Charts::Base</a></li>
421
-
422
-
423
- <li class="class"><a
424
- href="Ziya/Charts/Bubble.html">Ziya::Charts::Bubble</a></li>
425
-
426
-
427
- <li class="class"><a
428
- href="Ziya/Charts/CandleStick.html">Ziya::Charts::CandleStick</a></li>
429
-
430
-
431
- <li class="class"><a
432
- href="Ziya/Charts/Column.html">Ziya::Charts::Column</a></li>
433
-
434
-
435
- <li class="class"><a
436
- href="Ziya/Charts/ColumnThreed.html">Ziya::Charts::ColumnThreed</a></li>
437
-
438
-
439
- <li class="class"><a
440
- href="Ziya/Charts/Custom.html">Ziya::Charts::Custom</a></li>
441
-
442
-
443
- <li class="class"><a
444
- href="Ziya/Charts/Donut.html">Ziya::Charts::Donut</a></li>
445
-
446
-
447
- <li class="class"><a
448
- href="Ziya/Charts/FloatingBar.html">Ziya::Charts::FloatingBar</a></li>
449
-
450
-
451
- <li class="class"><a
452
- href="Ziya/Charts/FloatingColumn.html">Ziya::Charts::FloatingColumn</a></li>
453
-
454
-
455
- <li class="class"><a
456
- href="Ziya/Charts/ImageColumn.html">Ziya::Charts::ImageColumn</a></li>
457
-
458
-
459
- <li class="class"><a
460
- href="Ziya/Charts/ImagePie.html">Ziya::Charts::ImagePie</a></li>
461
-
462
-
463
- <li class="class"><a
464
- href="Ziya/Charts/Line.html">Ziya::Charts::Line</a></li>
465
-
466
-
467
- <li class="class"><a
468
- href="Ziya/Charts/Mixed.html">Ziya::Charts::Mixed</a></li>
469
-
470
-
471
- <li class="class"><a
472
- href="Ziya/Charts/ParallelThreedColumn.html">Ziya::Charts::ParallelThreedColumn</a></li>
473
-
474
-
475
- <li class="class"><a
476
- href="Ziya/Charts/Pie.html">Ziya::Charts::Pie</a></li>
477
-
478
-
479
- <li class="class"><a
480
- href="Ziya/Charts/PieThreed.html">Ziya::Charts::PieThreed</a></li>
481
-
482
-
483
- <li class="class"><a
484
- href="Ziya/Charts/Polar.html">Ziya::Charts::Polar</a></li>
485
-
486
-
487
- <li class="class"><a
488
- href="Ziya/Charts/Scatter.html">Ziya::Charts::Scatter</a></li>
489
-
490
-
491
- <li class="class"><a
492
- href="Ziya/Charts/StackedArea.html">Ziya::Charts::StackedArea</a></li>
493
-
494
-
495
- <li class="class"><a
496
- href="Ziya/Charts/StackedBar.html">Ziya::Charts::StackedBar</a></li>
497
-
498
-
499
- <li class="class"><a
500
- href="Ziya/Charts/StackedColumn.html">Ziya::Charts::StackedColumn</a></li>
501
-
502
-
503
- <li class="class"><a
504
- href="Ziya/Charts/StackedThreedArea.html">Ziya::Charts::StackedThreedArea</a></li>
505
-
506
-
507
- <li class="class"><a
508
- href="Ziya/Charts/StackedThreedColumn.html">Ziya::Charts::StackedThreedColumn</a></li>
509
-
510
-
511
- <li class="module"><a
512
- href="Ziya/Charts/Support.html">Ziya::Charts::Support</a></li>
513
-
514
-
515
- <li class="class"><a
516
- href="Ziya/Charts/Support/Area.html">Ziya::Charts::Support::Area</a></li>
517
-
518
-
519
- <li class="class"><a
520
- href="Ziya/Charts/Support/AxisCategory.html">Ziya::Charts::Support::AxisCategory</a></li>
521
-
522
-
523
- <li class="class"><a
524
- href="Ziya/Charts/Support/AxisTicks.html">Ziya::Charts::Support::AxisTicks</a></li>
525
-
526
-
527
- <li class="class"><a
528
- href="Ziya/Charts/Support/AxisValue.html">Ziya::Charts::Support::AxisValue</a></li>
529
-
530
-
531
- <li class="class"><a
532
- href="Ziya/Charts/Support/Base.html">Ziya::Charts::Support::Base</a></li>
533
-
534
-
535
- <li class="class"><a
536
- href="Ziya/Charts/Support/Bevel.html">Ziya::Charts::Support::Bevel</a></li>
537
-
538
-
539
- <li class="class"><a
540
- href="Ziya/Charts/Support/Blur.html">Ziya::Charts::Support::Blur</a></li>
541
-
542
-
543
- <li class="class"><a
544
- href="Ziya/Charts/Support/Button.html">Ziya::Charts::Support::Button</a></li>
545
-
546
-
547
- <li class="class"><a
548
- href="Ziya/Charts/Support/ChartBorder.html">Ziya::Charts::Support::ChartBorder</a></li>
549
-
550
-
551
- <li class="class"><a
552
- href="Ziya/Charts/Support/ChartGridH.html">Ziya::Charts::Support::ChartGridH</a></li>
553
-
554
-
555
- <li class="class"><a
556
- href="Ziya/Charts/Support/ChartGridV.html">Ziya::Charts::Support::ChartGridV</a></li>
557
-
558
-
559
- <li class="class"><a
560
- href="Ziya/Charts/Support/ChartGuide.html">Ziya::Charts::Support::ChartGuide</a></li>
561
-
562
-
563
- <li class="class"><a
564
- href="Ziya/Charts/Support/ChartLabel.html">Ziya::Charts::Support::ChartLabel</a></li>
565
-
566
-
567
- <li class="class"><a
568
- href="Ziya/Charts/Support/ChartNote.html">Ziya::Charts::Support::ChartNote</a></li>
569
-
570
-
571
- <li class="class"><a
572
- href="Ziya/Charts/Support/ChartPref.html">Ziya::Charts::Support::ChartPref</a></li>
573
-
574
-
575
- <li class="class"><a
576
- href="Ziya/Charts/Support/ChartRect.html">Ziya::Charts::Support::ChartRect</a></li>
577
-
578
-
579
- <li class="class"><a
580
- href="Ziya/Charts/Support/ChartTransition.html">Ziya::Charts::Support::ChartTransition</a></li>
581
-
582
-
583
- <li class="class"><a
584
- href="Ziya/Charts/Support/Circle.html">Ziya::Charts::Support::Circle</a></li>
585
-
586
-
587
- <li class="class"><a
588
- href="Ziya/Charts/Support/ContextMenu.html">Ziya::Charts::Support::ContextMenu</a></li>
589
-
590
-
591
- <li class="class"><a
592
- href="Ziya/Charts/Support/Draw.html">Ziya::Charts::Support::Draw</a></li>
593
-
594
-
595
- <li class="class"><a
596
- href="Ziya/Charts/Support/DrawBase.html">Ziya::Charts::Support::DrawBase</a></li>
597
-
598
-
599
- <li class="class"><a
600
- href="Ziya/Charts/Support/Filter.html">Ziya::Charts::Support::Filter</a></li>
601
-
602
-
603
- <li class="class"><a
604
- href="Ziya/Charts/Support/FlashToJavascript.html">Ziya::Charts::Support::FlashToJavascript</a></li>
605
-
606
-
607
- <li class="class"><a
608
- href="Ziya/Charts/Support/Glow.html">Ziya::Charts::Support::Glow</a></li>
609
-
610
-
611
- <li class="class"><a
612
- href="Ziya/Charts/Support/Image.html">Ziya::Charts::Support::Image</a></li>
613
-
614
-
615
- <li class="class"><a
616
- href="Ziya/Charts/Support/Legend.html">Ziya::Charts::Support::Legend</a></li>
617
-
618
-
619
- <li class="class"><a
620
- href="Ziya/Charts/Support/Line.html">Ziya::Charts::Support::Line</a></li>
621
-
622
-
623
- <li class="class"><a
624
- href="Ziya/Charts/Support/Link.html">Ziya::Charts::Support::Link</a></li>
625
-
626
-
627
- <li class="class"><a
628
- href="Ziya/Charts/Support/LinkData.html">Ziya::Charts::Support::LinkData</a></li>
629
-
630
-
631
- <li class="class"><a
632
- href="Ziya/Charts/Support/Rect.html">Ziya::Charts::Support::Rect</a></li>
633
-
634
-
635
- <li class="class"><a
636
- href="Ziya/Charts/Support/Scroll.html">Ziya::Charts::Support::Scroll</a></li>
637
-
638
-
639
- <li class="class"><a
640
- href="Ziya/Charts/Support/Series.html">Ziya::Charts::Support::Series</a></li>
641
-
642
-
643
- <li class="class"><a
644
- href="Ziya/Charts/Support/SeriesColor.html">Ziya::Charts::Support::SeriesColor</a></li>
645
-
646
-
647
- <li class="class"><a
648
- href="Ziya/Charts/Support/SeriesExplode.html">Ziya::Charts::Support::SeriesExplode</a></li>
649
-
650
-
651
- <li class="class"><a
652
- href="Ziya/Charts/Support/Shadow.html">Ziya::Charts::Support::Shadow</a></li>
653
-
654
-
655
- <li class="class"><a
656
- href="Ziya/Charts/Support/Text.html">Ziya::Charts::Support::Text</a></li>
657
-
658
-
659
- <li class="class"><a
660
- href="Ziya/Charts/Support/Tooltip.html">Ziya::Charts::Support::Tooltip</a></li>
661
-
662
-
663
- <li class="class"><a
664
- href="Ziya/Charts/Support/Update.html">Ziya::Charts::Support::Update</a></li>
665
-
666
-
667
- <li class="module"><a
668
- href="Ziya/Gauges.html">Ziya::Gauges</a></li>
669
-
670
-
671
- <li class="class"><a
672
- href="Ziya/Gauges/Base.html">Ziya::Gauges::Base</a></li>
673
-
674
-
675
- <li class="class"><a
676
- href="Ziya/Gauges/Radial.html">Ziya::Gauges::Radial</a></li>
677
-
678
-
679
- <li class="class"><a
680
- href="Ziya/Gauges/Signal.html">Ziya::Gauges::Signal</a></li>
681
-
682
-
683
- <li class="module"><a
684
- href="Ziya/Gauges/Support.html">Ziya::Gauges::Support</a></li>
685
-
686
-
687
- <li class="class"><a
688
- href="Ziya/Gauges/Support/Area.html">Ziya::Gauges::Support::Area</a></li>
689
-
690
-
691
- <li class="class"><a
692
- href="Ziya/Gauges/Support/Base.html">Ziya::Gauges::Support::Base</a></li>
693
-
694
-
695
- <li class="class"><a
696
- href="Ziya/Gauges/Support/Circle.html">Ziya::Gauges::Support::Circle</a></li>
697
-
698
-
699
- <li class="class"><a
700
- href="Ziya/Gauges/Support/Design.html">Ziya::Gauges::Support::Design</a></li>
701
-
702
-
703
- <li class="class"><a
704
- href="Ziya/Gauges/Support/Image.html">Ziya::Gauges::Support::Image</a></li>
705
-
706
-
707
- <li class="class"><a
708
- href="Ziya/Gauges/Support/Line.html">Ziya::Gauges::Support::Line</a></li>
709
-
710
-
711
- <li class="class"><a
712
- href="Ziya/Gauges/Support/Link.html">Ziya::Gauges::Support::Link</a></li>
713
-
714
-
715
- <li class="class"><a
716
- href="Ziya/Gauges/Support/Move.html">Ziya::Gauges::Support::Move</a></li>
717
-
718
-
719
- <li class="class"><a
720
- href="Ziya/Gauges/Support/Point.html">Ziya::Gauges::Support::Point</a></li>
721
-
722
-
723
- <li class="class"><a
724
- href="Ziya/Gauges/Support/Polygon.html">Ziya::Gauges::Support::Polygon</a></li>
725
-
726
-
727
- <li class="class"><a
728
- href="Ziya/Gauges/Support/RadialBase.html">Ziya::Gauges::Support::RadialBase</a></li>
729
-
730
-
731
- <li class="class"><a
732
- href="Ziya/Gauges/Support/RadialNumbers.html">Ziya::Gauges::Support::RadialNumbers</a></li>
733
-
734
-
735
- <li class="class"><a
736
- href="Ziya/Gauges/Support/RadialTicks.html">Ziya::Gauges::Support::RadialTicks</a></li>
737
-
738
-
739
- <li class="class"><a
740
- href="Ziya/Gauges/Support/Rect.html">Ziya::Gauges::Support::Rect</a></li>
741
-
742
-
743
- <li class="class"><a
744
- href="Ziya/Gauges/Support/Rotate.html">Ziya::Gauges::Support::Rotate</a></li>
745
-
746
-
747
- <li class="class"><a
748
- href="Ziya/Gauges/Support/Scale.html">Ziya::Gauges::Support::Scale</a></li>
749
-
750
-
751
- <li class="class"><a
752
- href="Ziya/Gauges/Support/Text.html">Ziya::Gauges::Support::Text</a></li>
753
-
754
-
755
- <li class="class"><a
756
- href="Ziya/Gauges/Support/Update.html">Ziya::Gauges::Support::Update</a></li>
757
-
758
-
759
- <li class="class"><a
760
- href="Ziya/Gauges/Thermo.html">Ziya::Gauges::Thermo</a></li>
761
-
762
-
763
- <li class="module"><a
764
- href="Ziya/HtmlHelpers.html">Ziya::HtmlHelpers</a></li>
765
-
766
-
767
- <li class="module"><a
768
- href="Ziya/HtmlHelpers/Charts.html">Ziya::HtmlHelpers::Charts</a></li>
769
-
770
-
771
- <li class="module"><a
772
- href="Ziya/HtmlHelpers/Gauges.html">Ziya::HtmlHelpers::Gauges</a></li>
773
-
774
-
775
- <li class="module"><a
776
- href="Ziya/HtmlHelpers/Maps.html">Ziya::HtmlHelpers::Maps</a></li>
777
-
778
-
779
- <li class="module"><a
780
- href="Ziya/Maps.html">Ziya::Maps</a></li>
781
-
782
-
783
- <li class="class"><a
784
- href="Ziya/Maps/Australia.html">Ziya::Maps::Australia</a></li>
785
-
786
-
787
- <li class="class"><a
788
- href="Ziya/Maps/Base.html">Ziya::Maps::Base</a></li>
789
-
790
-
791
- <li class="class"><a
792
- href="Ziya/Maps/Belgium.html">Ziya::Maps::Belgium</a></li>
793
-
794
-
795
- <li class="class"><a
796
- href="Ziya/Maps/Brazil.html">Ziya::Maps::Brazil</a></li>
797
-
798
-
799
- <li class="class"><a
800
- href="Ziya/Maps/Canada.html">Ziya::Maps::Canada</a></li>
801
-
802
-
803
- <li class="class"><a
804
- href="Ziya/Maps/Europe.html">Ziya::Maps::Europe</a></li>
805
-
806
-
807
- <li class="class"><a
808
- href="Ziya/Maps/France.html">Ziya::Maps::France</a></li>
809
-
810
-
811
- <li class="class"><a
812
- href="Ziya/Maps/Geocode.html">Ziya::Maps::Geocode</a></li>
813
-
814
-
815
- <li class="class"><a
816
- href="Ziya/Maps/Germany.html">Ziya::Maps::Germany</a></li>
817
-
818
-
819
- <li class="class"><a
820
- href="Ziya/Maps/Italy.html">Ziya::Maps::Italy</a></li>
821
-
822
-
823
- <li class="class"><a
824
- href="Ziya/Maps/Mexico.html">Ziya::Maps::Mexico</a></li>
825
-
826
-
827
- <li class="module"><a
828
- href="Ziya/Maps/Support.html">Ziya::Maps::Support</a></li>
829
-
830
-
831
- <li class="class"><a
832
- href="Ziya/Maps/Support/Arc.html">Ziya::Maps::Support::Arc</a></li>
833
-
834
-
835
- <li class="class"><a
836
- href="Ziya/Maps/Support/ArcColor.html">Ziya::Maps::Support::ArcColor</a></li>
837
-
838
-
839
- <li class="class"><a
840
- href="Ziya/Maps/Support/ArcRange.html">Ziya::Maps::Support::ArcRange</a></li>
841
-
842
-
843
- <li class="class"><a
844
- href="Ziya/Maps/Support/BackgroundColor.html">Ziya::Maps::Support::BackgroundColor</a></li>
845
-
846
-
847
- <li class="class"><a
848
- href="Ziya/Maps/Support/Base.html">Ziya::Maps::Support::Base</a></li>
849
-
850
-
851
- <li class="class"><a
852
- href="Ziya/Maps/Support/DefaultColor.html">Ziya::Maps::Support::DefaultColor</a></li>
853
-
854
-
855
- <li class="class"><a
856
- href="Ziya/Maps/Support/DefaultPoint.html">Ziya::Maps::Support::DefaultPoint</a></li>
857
-
858
-
859
- <li class="class"><a
860
- href="Ziya/Maps/Support/FirstZoom.html">Ziya::Maps::Support::FirstZoom</a></li>
861
-
862
-
863
- <li class="class"><a
864
- href="Ziya/Maps/Support/HeatRange.html">Ziya::Maps::Support::HeatRange</a></li>
865
-
866
-
867
- <li class="class"><a
868
- href="Ziya/Maps/Support/Hover.html">Ziya::Maps::Support::Hover</a></li>
869
-
870
-
871
- <li class="class"><a
872
- href="Ziya/Maps/Support/Line.html">Ziya::Maps::Support::Line</a></li>
873
-
874
-
875
- <li class="class"><a
876
- href="Ziya/Maps/Support/LineColor.html">Ziya::Maps::Support::LineColor</a></li>
877
-
878
-
879
- <li class="class"><a
880
- href="Ziya/Maps/Support/LineRange.html">Ziya::Maps::Support::LineRange</a></li>
881
-
882
-
883
- <li class="class"><a
884
- href="Ziya/Maps/Support/OutlineColor.html">Ziya::Maps::Support::OutlineColor</a></li>
885
-
886
-
887
- <li class="class"><a
888
- href="Ziya/Maps/Support/Point.html">Ziya::Maps::Support::Point</a></li>
889
-
890
-
891
- <li class="class"><a
892
- href="Ziya/Maps/Support/PointRange.html">Ziya::Maps::Support::PointRange</a></li>
893
-
894
-
895
- <li class="class"><a
896
- href="Ziya/Maps/Support/Range.html">Ziya::Maps::Support::Range</a></li>
897
-
898
-
899
- <li class="class"><a
900
- href="Ziya/Maps/Support/Ranges.html">Ziya::Maps::Support::Ranges</a></li>
901
-
902
-
903
- <li class="class"><a
904
- href="Ziya/Maps/Support/Region.html">Ziya::Maps::Support::Region</a></li>
905
-
906
-
907
- <li class="class"><a
908
- href="Ziya/Maps/Support/ScalePoints.html">Ziya::Maps::Support::ScalePoints</a></li>
909
-
910
-
911
- <li class="class"><a
912
- href="Ziya/Maps/Support/ShowName.html">Ziya::Maps::Support::ShowName</a></li>
913
-
914
-
915
- <li class="class"><a
916
- href="Ziya/Maps/Support/State.html">Ziya::Maps::Support::State</a></li>
917
-
918
-
919
- <li class="class"><a
920
- href="Ziya/Maps/Support/StateInfoIcon.html">Ziya::Maps::Support::StateInfoIcon</a></li>
921
-
922
-
923
- <li class="class"><a
924
- href="Ziya/Maps/Support/ZoomMode.html">Ziya::Maps::Support::ZoomMode</a></li>
925
-
926
-
927
- <li class="class"><a
928
- href="Ziya/Maps/Support/ZoomOutButton.html">Ziya::Maps::Support::ZoomOutButton</a></li>
929
-
930
-
931
- <li class="class"><a
932
- href="Ziya/Maps/Support/ZoomOutScale.html">Ziya::Maps::Support::ZoomOutScale</a></li>
933
-
934
-
935
- <li class="class"><a
936
- href="Ziya/Maps/Sweden.html">Ziya::Maps::Sweden</a></li>
937
-
938
-
939
- <li class="class"><a
940
- href="Ziya/Maps/Uk.html">Ziya::Maps::Uk</a></li>
941
-
942
-
943
- <li class="class"><a
944
- href="Ziya/Maps/Us.html">Ziya::Maps::Us</a></li>
945
-
946
-
947
- <li class="class"><a
948
- href="Ziya/Maps/World.html">Ziya::Maps::World</a></li>
949
-
950
-
951
- <li class="module"><a
952
- href="Ziya/YamlHelpers.html">Ziya::YamlHelpers</a></li>
953
-
954
-
955
- <li class="module"><a
956
- href="Ziya/YamlHelpers/Gauges.html">Ziya::YamlHelpers::Gauges</a></li>
957
-
958
-
959
- <li class="module"><a
960
- href="Ziya/YamlHelpers/Maps.html">Ziya::YamlHelpers::Maps</a></li>
961
-
962
-
963
- <li class="class"><a
964
- href="Ziya/Ziyafy.html">Ziya::Ziyafy</a></li>
965
-
966
-
967
- <li class="class"><a
968
- href="String.html">String</a></li>
969
-
970
- </ul>
971
-
972
- <div id="validator-badges">
973
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
974
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
975
- Rdoc Generator</a></small>.</p>
976
- </div>
977
- </body>
978
- </html>