rubyvis 0.1.1 → 0.1.2

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 (461) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +8 -1
  3. data/Manifest.txt +100 -416
  4. data/README.txt +5 -2
  5. data/examples/barley/barley.rb +79 -0
  6. data/examples/crimea/crimea.rb +37 -0
  7. data/examples/crimea/crimea_line.rb +47 -0
  8. data/examples/second.rb +2 -2
  9. data/examples/third.rb +16 -0
  10. data/lib/rubyvis.rb +2 -1
  11. data/lib/rubyvis/color/color.rb +170 -169
  12. data/lib/rubyvis/color/colors.rb +4 -4
  13. data/lib/rubyvis/color/ramp.rb +1 -0
  14. data/lib/rubyvis/format.rb +2 -2
  15. data/lib/rubyvis/format/date.rb +9 -2
  16. data/lib/rubyvis/format/number.rb +3 -3
  17. data/lib/rubyvis/internals.rb +13 -13
  18. data/lib/rubyvis/javascript_behaviour.rb +3 -3
  19. data/lib/rubyvis/label.rb +1 -0
  20. data/lib/rubyvis/mark.rb +178 -169
  21. data/lib/rubyvis/mark/anchor.rb +4 -4
  22. data/lib/rubyvis/mark/area.rb +93 -5
  23. data/lib/rubyvis/mark/bar.rb +1 -1
  24. data/lib/rubyvis/mark/label.rb +2 -2
  25. data/lib/rubyvis/mark/line.rb +11 -5
  26. data/lib/rubyvis/mark/panel.rb +13 -11
  27. data/lib/rubyvis/mark/rule.rb +2 -2
  28. data/lib/rubyvis/property.rb +3 -2
  29. data/lib/rubyvis/scale.rb +4 -4
  30. data/lib/rubyvis/scale/linear.rb +2 -2
  31. data/lib/rubyvis/scale/ordinal.rb +41 -41
  32. data/lib/rubyvis/scale/quantitative.rb +212 -200
  33. data/lib/rubyvis/scene/svg_bar.rb +21 -21
  34. data/lib/rubyvis/scene/svg_label.rb +34 -34
  35. data/lib/rubyvis/scene/svg_line.rb +185 -0
  36. data/lib/rubyvis/scene/svg_panel.rb +36 -30
  37. data/lib/rubyvis/scene/svg_rule.rb +18 -19
  38. data/lib/rubyvis/scene/svg_scene.rb +33 -30
  39. data/lib/rubyvis/sceneelement.rb +5 -1
  40. data/lib/rubyvis/transform.rb +2 -2
  41. data/spec/mark_spec.rb +6 -6
  42. data/spec/scale_linear_datetime_spec.rb +52 -0
  43. data/spec/scale_linear_spec.rb +0 -10
  44. data/vendor/{protovis-r3.3.js → protovis/protovis-r3.3.js} +0 -0
  45. data/vendor/{src → protovis/src}/behavior/Behavior.js +0 -0
  46. data/vendor/{src → protovis/src}/behavior/Drag.js +0 -0
  47. data/vendor/{src → protovis/src}/behavior/Pan.js +0 -0
  48. data/vendor/{src → protovis/src}/behavior/Point.js +0 -0
  49. data/vendor/{src → protovis/src}/behavior/Resize.js +0 -0
  50. data/vendor/{src → protovis/src}/behavior/Select.js +0 -0
  51. data/vendor/{src → protovis/src}/behavior/Zoom.js +0 -0
  52. data/vendor/{src → protovis/src}/color/Color.js +0 -0
  53. data/vendor/{src → protovis/src}/color/Colors.js +0 -0
  54. data/vendor/{src → protovis/src}/color/Ramp.js +0 -0
  55. data/vendor/{src → protovis/src}/data/Arrays.js +0 -0
  56. data/vendor/{src → protovis/src}/data/Dom.js +0 -0
  57. data/vendor/{src → protovis/src}/data/Flatten.js +0 -0
  58. data/vendor/{src → protovis/src}/data/Histogram.js +0 -0
  59. data/vendor/{src → protovis/src}/data/LinearScale.js +0 -0
  60. data/vendor/{src → protovis/src}/data/LogScale.js +0 -0
  61. data/vendor/{src → protovis/src}/data/Nest.js +0 -0
  62. data/vendor/{src → protovis/src}/data/Numbers.js +0 -0
  63. data/vendor/{src → protovis/src}/data/Objects.js +0 -0
  64. data/vendor/{src → protovis/src}/data/OrdinalScale.js +0 -0
  65. data/vendor/{src → protovis/src}/data/QuantileScale.js +0 -0
  66. data/vendor/{src → protovis/src}/data/QuantitativeScale.js +0 -0
  67. data/vendor/{src → protovis/src}/data/RootScale.js +0 -0
  68. data/vendor/{src → protovis/src}/data/Scale.js +0 -0
  69. data/vendor/{src → protovis/src}/data/Transform.js +0 -0
  70. data/vendor/{src → protovis/src}/data/Tree.js +0 -0
  71. data/vendor/{src → protovis/src}/data/Vector.js +0 -0
  72. data/vendor/{src → protovis/src}/geo/Geo.js +0 -0
  73. data/vendor/{src → protovis/src}/geo/GeoScale.js +0 -0
  74. data/vendor/{src → protovis/src}/geo/LatLng.js +0 -0
  75. data/vendor/{src → protovis/src}/geo/Projection.js +0 -0
  76. data/vendor/{src → protovis/src}/geo/Projections.js +0 -0
  77. data/vendor/{src → protovis/src}/lang/Array.js +0 -0
  78. data/vendor/{src → protovis/src}/lang/init.js +0 -0
  79. data/vendor/{src → protovis/src}/layout/Arc.js +0 -0
  80. data/vendor/{src → protovis/src}/layout/Bullet.js +0 -0
  81. data/vendor/{src → protovis/src}/layout/Cluster.js +0 -0
  82. data/vendor/{src → protovis/src}/layout/Force.js +0 -0
  83. data/vendor/{src → protovis/src}/layout/Grid.js +0 -0
  84. data/vendor/{src → protovis/src}/layout/Hierarchy.js +0 -0
  85. data/vendor/{src → protovis/src}/layout/Horizon.js +0 -0
  86. data/vendor/{src → protovis/src}/layout/Indent.js +0 -0
  87. data/vendor/{src → protovis/src}/layout/Layout.js +0 -0
  88. data/vendor/{src → protovis/src}/layout/Matrix.js +0 -0
  89. data/vendor/{src → protovis/src}/layout/Network.js +0 -0
  90. data/vendor/{src → protovis/src}/layout/Pack.js +0 -0
  91. data/vendor/{src → protovis/src}/layout/Partition.js +0 -0
  92. data/vendor/{src → protovis/src}/layout/Rollup.js +0 -0
  93. data/vendor/{src → protovis/src}/layout/Stack.js +0 -0
  94. data/vendor/{src → protovis/src}/layout/Tree.js +0 -0
  95. data/vendor/{src → protovis/src}/layout/Treemap.js +0 -0
  96. data/vendor/{src → protovis/src}/mark/Anchor.js +0 -0
  97. data/vendor/{src → protovis/src}/mark/Area.js +0 -0
  98. data/vendor/{src → protovis/src}/mark/Bar.js +0 -0
  99. data/vendor/{src → protovis/src}/mark/Dot.js +0 -0
  100. data/vendor/{src → protovis/src}/mark/Ease.js +0 -0
  101. data/vendor/{src → protovis/src}/mark/Image.js +0 -0
  102. data/vendor/{src → protovis/src}/mark/Label.js +0 -0
  103. data/vendor/{src → protovis/src}/mark/Line.js +0 -0
  104. data/vendor/{src → protovis/src}/mark/Mark.js +0 -0
  105. data/vendor/{src → protovis/src}/mark/Panel.js +0 -0
  106. data/vendor/{src → protovis/src}/mark/Rule.js +0 -0
  107. data/vendor/{src → protovis/src}/mark/Transient.js +0 -0
  108. data/vendor/{src → protovis/src}/mark/Transition.js +0 -0
  109. data/vendor/{src → protovis/src}/mark/Wedge.js +0 -0
  110. data/vendor/{src → protovis/src}/physics/BoundConstraint.js +0 -0
  111. data/vendor/{src → protovis/src}/physics/ChargeForce.js +0 -0
  112. data/vendor/{src → protovis/src}/physics/CollisionConstraint.js +0 -0
  113. data/vendor/{src → protovis/src}/physics/Constraint.js +0 -0
  114. data/vendor/{src → protovis/src}/physics/DragForce.js +0 -0
  115. data/vendor/{src → protovis/src}/physics/Force.js +0 -0
  116. data/vendor/{src → protovis/src}/physics/Particle.js +0 -0
  117. data/vendor/{src → protovis/src}/physics/PositionConstraint.js +0 -0
  118. data/vendor/{src → protovis/src}/physics/Quadtree.js +0 -0
  119. data/vendor/{src → protovis/src}/physics/Simulation.js +0 -0
  120. data/vendor/{src → protovis/src}/physics/SpringForce.js +0 -0
  121. data/vendor/{src → protovis/src}/pv-internals.js +0 -0
  122. data/vendor/{src → protovis/src}/pv.js +0 -0
  123. data/vendor/{src → protovis/src}/scene/SvgArea.js +0 -0
  124. data/vendor/{src → protovis/src}/scene/SvgBar.js +0 -0
  125. data/vendor/{src → protovis/src}/scene/SvgCurve.js +0 -0
  126. data/vendor/{src → protovis/src}/scene/SvgDot.js +0 -0
  127. data/vendor/{src → protovis/src}/scene/SvgImage.js +0 -0
  128. data/vendor/{src → protovis/src}/scene/SvgLabel.js +0 -0
  129. data/vendor/{src → protovis/src}/scene/SvgLine.js +0 -0
  130. data/vendor/{src → protovis/src}/scene/SvgPanel.js +0 -0
  131. data/vendor/{src → protovis/src}/scene/SvgRule.js +0 -0
  132. data/vendor/{src → protovis/src}/scene/SvgScene.js +0 -0
  133. data/vendor/{src → protovis/src}/scene/SvgWedge.js +0 -0
  134. data/vendor/{src → protovis/src}/text/DateFormat.js +0 -0
  135. data/vendor/{src → protovis/src}/text/Format.js +0 -0
  136. data/vendor/{src → protovis/src}/text/NumberFormat.js +0 -0
  137. data/vendor/{src → protovis/src}/text/TimeFormat.js +0 -0
  138. metadata +132 -426
  139. metadata.gz.sig +2 -0
  140. data/examples/crimea-line.rb +0 -64
  141. data/vendor/FUTURE +0 -62
  142. data/vendor/Makefile +0 -138
  143. data/vendor/TODO +0 -22
  144. data/vendor/examples/antibiotics/antibiotics-scatter.html +0 -113
  145. data/vendor/examples/antibiotics/antibiotics.html +0 -140
  146. data/vendor/examples/antibiotics/antibiotics.js +0 -20
  147. data/vendor/examples/barley/barley.html +0 -102
  148. data/vendor/examples/barley/barley.js +0 -122
  149. data/vendor/examples/cars/cars.html +0 -90
  150. data/vendor/examples/cars/cars.js +0 -408
  151. data/vendor/examples/clock/clock.html +0 -91
  152. data/vendor/examples/crimea/crimea-grouped-bar.html +0 -65
  153. data/vendor/examples/crimea/crimea-line.html +0 -61
  154. data/vendor/examples/crimea/crimea-stacked-area.html +0 -61
  155. data/vendor/examples/crimea/crimea-stacked-bar.html +0 -60
  156. data/vendor/examples/crimea/crimea.html +0 -100
  157. data/vendor/examples/crimea/crimea.js +0 -33
  158. data/vendor/examples/downloadify/LICENSE.txt +0 -22
  159. data/vendor/examples/downloadify/download.png +0 -0
  160. data/vendor/examples/downloadify/downloadify.html +0 -57
  161. data/vendor/examples/downloadify/downloadify.min.js +0 -3
  162. data/vendor/examples/downloadify/downloadify.swf +0 -0
  163. data/vendor/examples/downloadify/swfobject.js +0 -4
  164. data/vendor/examples/ex.css +0 -17
  165. data/vendor/examples/eyes/eyes.html +0 -53
  166. data/vendor/examples/eyes/matrix.html +0 -44
  167. data/vendor/examples/flowers/flowers.html +0 -109
  168. data/vendor/examples/flowers/flowers.js +0 -154
  169. data/vendor/examples/group-stack/group-stack.html +0 -79
  170. data/vendor/examples/group-stack/headcount.js +0 -23
  171. data/vendor/examples/hotel/hotel.html +0 -76
  172. data/vendor/examples/hotel/hotel.js +0 -245
  173. data/vendor/examples/jobs/jobs.html +0 -71
  174. data/vendor/examples/jobs/jobs.js +0 -1024
  175. data/vendor/examples/jquery-1.4.2.min.js +0 -154
  176. data/vendor/examples/nba/nba.html +0 -83
  177. data/vendor/examples/nba/nba.js +0 -53
  178. data/vendor/examples/nba/nba2.html +0 -82
  179. data/vendor/examples/sankey/gdp2009.js +0 -184
  180. data/vendor/examples/sankey/sankey.html +0 -77
  181. data/vendor/examples/slider/cell.html +0 -112
  182. data/vendor/examples/slider/cell.js +0 -31
  183. data/vendor/examples/slider/horizon.html +0 -85
  184. data/vendor/examples/slider/jquery-ui-1.8rc3.custom.min.js +0 -71
  185. data/vendor/examples/slider/slider.html +0 -50
  186. data/vendor/examples/slider/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  187. data/vendor/examples/slider/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  188. data/vendor/examples/slider/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  189. data/vendor/examples/slider/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  190. data/vendor/examples/slider/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  191. data/vendor/examples/slider/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  192. data/vendor/examples/slider/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  193. data/vendor/examples/slider/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  194. data/vendor/examples/slider/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  195. data/vendor/examples/slider/ui-lightness/images/ui-icons_222222_256x240.png +0 -2
  196. data/vendor/examples/slider/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -2
  197. data/vendor/examples/slider/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -2
  198. data/vendor/examples/slider/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -2
  199. data/vendor/examples/slider/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -2
  200. data/vendor/examples/slider/ui-lightness/jquery-ui-1.8rc3.custom.css +0 -302
  201. data/vendor/examples/tipsy/jquery.tipsy.js +0 -198
  202. data/vendor/examples/tipsy/tipsy-bar.html +0 -65
  203. data/vendor/examples/tipsy/tipsy-line.html +0 -67
  204. data/vendor/examples/tipsy/tipsy.css +0 -12
  205. data/vendor/examples/tipsy/tipsy.gif +0 -0
  206. data/vendor/examples/tipsy/tipsy.js +0 -66
  207. data/vendor/examples/weather/weather.html +0 -86
  208. data/vendor/examples/weather/weather.js +0 -42
  209. data/vendor/examples/wheat/wheat.html +0 -130
  210. data/vendor/examples/wheat/wheat.js +0 -70
  211. data/vendor/lib/google-compiler/COPYING +0 -202
  212. data/vendor/lib/google-compiler/README +0 -224
  213. data/vendor/lib/google-compiler/compiler-20100201.jar +0 -0
  214. data/vendor/protovis-d3.3.js +0 -15726
  215. data/vendor/test1.html +0 -30
  216. data/vendor/tests/behavior/drag-events.html +0 -47
  217. data/vendor/tests/behavior/drag.html +0 -32
  218. data/vendor/tests/behavior/drag2.html +0 -33
  219. data/vendor/tests/behavior/point-area-stacked.html +0 -73
  220. data/vendor/tests/behavior/point-area-stacked2.html +0 -70
  221. data/vendor/tests/behavior/point-area.html +0 -67
  222. data/vendor/tests/behavior/point-bar.html +0 -62
  223. data/vendor/tests/behavior/point-dot.html +0 -60
  224. data/vendor/tests/behavior/point-line.html +0 -62
  225. data/vendor/tests/behavior/point-lines-grid.html +0 -65
  226. data/vendor/tests/behavior/point-lines.html +0 -61
  227. data/vendor/tests/behavior/point-wedge.html +0 -43
  228. data/vendor/tests/behavior/resize.html +0 -69
  229. data/vendor/tests/behavior/select.html +0 -37
  230. data/vendor/tests/bzr.js +0 -62
  231. data/vendor/tests/center.js +0 -13
  232. data/vendor/tests/data/deviation.html +0 -54
  233. data/vendor/tests/data/histogram-discrete.html +0 -50
  234. data/vendor/tests/data/histogram.html +0 -56
  235. data/vendor/tests/data/log-adjusted.html +0 -48
  236. data/vendor/tests/data/log-ceil.html +0 -48
  237. data/vendor/tests/data/log-floor.html +0 -48
  238. data/vendor/tests/data/log-symmetric.html +0 -48
  239. data/vendor/tests/data/log.html +0 -48
  240. data/vendor/tests/data/max-index.html +0 -36
  241. data/vendor/tests/data/max.html +0 -36
  242. data/vendor/tests/data/min-index.html +0 -36
  243. data/vendor/tests/data/min.html +0 -36
  244. data/vendor/tests/data/ordinal-split-banded.html +0 -45
  245. data/vendor/tests/data/ordinal-split-banded2.html +0 -45
  246. data/vendor/tests/data/ordinal-split-flush.html +0 -51
  247. data/vendor/tests/data/ordinal-split.html +0 -51
  248. data/vendor/tests/data/range.html +0 -105
  249. data/vendor/tests/data/scale-date.html +0 -46
  250. data/vendor/tests/data/scale-date2.html +0 -38
  251. data/vendor/tests/data/scale-date3.html +0 -38
  252. data/vendor/tests/data/scale-date4.html +0 -38
  253. data/vendor/tests/data/scale-degenerate.html +0 -143
  254. data/vendor/tests/data/scale-linear.html +0 -59
  255. data/vendor/tests/data/scale-log.html +0 -60
  256. data/vendor/tests/data/scale-log2.html +0 -60
  257. data/vendor/tests/data/scale-log3.html +0 -60
  258. data/vendor/tests/data/scale-log4.html +0 -60
  259. data/vendor/tests/data/scale-log5.html +0 -60
  260. data/vendor/tests/data/scale-log6.html +0 -60
  261. data/vendor/tests/data/scale-quantile.html +0 -47
  262. data/vendor/tests/data/scale-quantile2.html +0 -50
  263. data/vendor/tests/data/scale-quantile3.html +0 -48
  264. data/vendor/tests/data/scale-root.html +0 -60
  265. data/vendor/tests/data/scale-root2.html +0 -39
  266. data/vendor/tests/data/scale-tick-format.html +0 -54
  267. data/vendor/tests/data/scale-ticks.html +0 -45
  268. data/vendor/tests/data/sum.html +0 -42
  269. data/vendor/tests/data/variance.html +0 -42
  270. data/vendor/tests/diamond.js +0 -40
  271. data/vendor/tests/flare-imports.js +0 -222
  272. data/vendor/tests/flare.js +0 -284
  273. data/vendor/tests/geo/countries-hires.js +0 -257
  274. data/vendor/tests/geo/countries-lores.js +0 -197
  275. data/vendor/tests/geo/population.js +0 -250
  276. data/vendor/tests/geo/scale-aitoff.html +0 -58
  277. data/vendor/tests/geo/scale-gall-peters.html +0 -56
  278. data/vendor/tests/geo/scale-hammer.html +0 -58
  279. data/vendor/tests/geo/scale-identity.html +0 -56
  280. data/vendor/tests/geo/scale-mercator.html +0 -56
  281. data/vendor/tests/geo/scale-sinusoidal.html +0 -57
  282. data/vendor/tests/geo/scale-smart-domain.html +0 -58
  283. data/vendor/tests/geo/scale.html +0 -55
  284. data/vendor/tests/geo/scale2.html +0 -40
  285. data/vendor/tests/geo/us-states.js +0 -61
  286. data/vendor/tests/heatmap.js +0 -63
  287. data/vendor/tests/lang/globals.html +0 -41
  288. data/vendor/tests/lang/init.html +0 -31
  289. data/vendor/tests/layers.js +0 -28
  290. data/vendor/tests/layout/arc-directed.html +0 -33
  291. data/vendor/tests/layout/arc-radial.html +0 -36
  292. data/vendor/tests/layout/arc-undirected.html +0 -32
  293. data/vendor/tests/layout/arc.html +0 -33
  294. data/vendor/tests/layout/arc2.html +0 -32
  295. data/vendor/tests/layout/bullet-multiples.html +0 -60
  296. data/vendor/tests/layout/bullet.html +0 -45
  297. data/vendor/tests/layout/bullets.js +0 -37
  298. data/vendor/tests/layout/cluster-fill-group.html +0 -24
  299. data/vendor/tests/layout/cluster-fill.html +0 -28
  300. data/vendor/tests/layout/cluster-partition-radial-fill.html +0 -43
  301. data/vendor/tests/layout/cluster-radial-fill-radius.html +0 -26
  302. data/vendor/tests/layout/cluster-radial-fill.html +0 -29
  303. data/vendor/tests/layout/cluster-radial-group-fill.html +0 -30
  304. data/vendor/tests/layout/cluster-radial-radius.html +0 -30
  305. data/vendor/tests/layout/cluster-radial.html +0 -28
  306. data/vendor/tests/layout/cluster-radial2.html +0 -33
  307. data/vendor/tests/layout/cluster.html +0 -34
  308. data/vendor/tests/layout/cluster2.html +0 -32
  309. data/vendor/tests/layout/force-toggle.html +0 -46
  310. data/vendor/tests/layout/force.html +0 -45
  311. data/vendor/tests/layout/force2.html +0 -58
  312. data/vendor/tests/layout/force3.html +0 -41
  313. data/vendor/tests/layout/force4.html +0 -45
  314. data/vendor/tests/layout/force5.html +0 -53
  315. data/vendor/tests/layout/grid-cols.html +0 -31
  316. data/vendor/tests/layout/grid-heatmap.html +0 -25
  317. data/vendor/tests/layout/grid-rows.html +0 -31
  318. data/vendor/tests/layout/grid.html +0 -34
  319. data/vendor/tests/layout/horizon-color.html +0 -31
  320. data/vendor/tests/layout/horizon.html +0 -31
  321. data/vendor/tests/layout/indent-toggle.html +0 -62
  322. data/vendor/tests/layout/indent.html +0 -25
  323. data/vendor/tests/layout/indent2.html +0 -33
  324. data/vendor/tests/layout/matrix-sort.html +0 -28
  325. data/vendor/tests/layout/matrix.html +0 -35
  326. data/vendor/tests/layout/network.html +0 -43
  327. data/vendor/tests/layout/pack-bubble.html +0 -45
  328. data/vendor/tests/layout/pack.html +0 -26
  329. data/vendor/tests/layout/pack2.html +0 -32
  330. data/vendor/tests/layout/partition-fill.html +0 -27
  331. data/vendor/tests/layout/partition-fill2.html +0 -22
  332. data/vendor/tests/layout/partition-fill3.html +0 -27
  333. data/vendor/tests/layout/partition-radial-fill-radius.html +0 -25
  334. data/vendor/tests/layout/partition-radial-fill.html +0 -26
  335. data/vendor/tests/layout/partition-radial-fill2.html +0 -23
  336. data/vendor/tests/layout/partition-radial-fill3.html +0 -29
  337. data/vendor/tests/layout/partition-radial-radius.html +0 -29
  338. data/vendor/tests/layout/partition-radial.html +0 -30
  339. data/vendor/tests/layout/partition-radial2.html +0 -33
  340. data/vendor/tests/layout/partition.html +0 -33
  341. data/vendor/tests/layout/partition2.html +0 -32
  342. data/vendor/tests/layout/rollup.html +0 -50
  343. data/vendor/tests/layout/stack-empty.html +0 -27
  344. data/vendor/tests/layout/stack-expand.html +0 -41
  345. data/vendor/tests/layout/stack-reverse.html +0 -42
  346. data/vendor/tests/layout/stack-right.html +0 -42
  347. data/vendor/tests/layout/stack-rule.html +0 -61
  348. data/vendor/tests/layout/stack-visible.html +0 -43
  349. data/vendor/tests/layout/stack.html +0 -53
  350. data/vendor/tests/layout/tree-radial.html +0 -31
  351. data/vendor/tests/layout/tree-radial2.html +0 -34
  352. data/vendor/tests/layout/tree-toggle.html +0 -36
  353. data/vendor/tests/layout/tree.html +0 -31
  354. data/vendor/tests/layout/tree2.html +0 -35
  355. data/vendor/tests/layout/treemap-hierarchy.html +0 -40
  356. data/vendor/tests/layout/treemap-margin.html +0 -26
  357. data/vendor/tests/layout/treemap-round.html +0 -40
  358. data/vendor/tests/layout/treemap-slice.html +0 -34
  359. data/vendor/tests/layout/treemap.html +0 -37
  360. data/vendor/tests/life.js +0 -212
  361. data/vendor/tests/mark/anchor.html +0 -25
  362. data/vendor/tests/mark/area-anchor-chain.html +0 -42
  363. data/vendor/tests/mark/area-anchor-line.html +0 -57
  364. data/vendor/tests/mark/area-anchor-stack.html +0 -35
  365. data/vendor/tests/mark/area-anchor.html +0 -43
  366. data/vendor/tests/mark/area-anchor2.html +0 -33
  367. data/vendor/tests/mark/area-cardinal.html +0 -57
  368. data/vendor/tests/mark/area-monotone.html +0 -57
  369. data/vendor/tests/mark/area-segmented-basis.html +0 -30
  370. data/vendor/tests/mark/area-segmented-cardinal.html +0 -30
  371. data/vendor/tests/mark/area-segmented-monotone.html +0 -30
  372. data/vendor/tests/mark/area-segmented-step.html +0 -44
  373. data/vendor/tests/mark/area-segmented.html +0 -29
  374. data/vendor/tests/mark/area-stacked-cardinal.html +0 -54
  375. data/vendor/tests/mark/area-stacked-monotone.html +0 -54
  376. data/vendor/tests/mark/area-stacked.html +0 -53
  377. data/vendor/tests/mark/area-step.html +0 -43
  378. data/vendor/tests/mark/area-zero.html +0 -32
  379. data/vendor/tests/mark/area.html +0 -57
  380. data/vendor/tests/mark/bar-anchor-stack.html +0 -51
  381. data/vendor/tests/mark/bar-anchor.html +0 -44
  382. data/vendor/tests/mark/bar-column-grouped.html +0 -63
  383. data/vendor/tests/mark/bar-column-stacked.html +0 -56
  384. data/vendor/tests/mark/bar-column.html +0 -54
  385. data/vendor/tests/mark/bar-grouped.html +0 -63
  386. data/vendor/tests/mark/bar-stacked.html +0 -57
  387. data/vendor/tests/mark/bar.html +0 -54
  388. data/vendor/tests/mark/cursor.html +0 -41
  389. data/vendor/tests/mark/def-type.html +0 -23
  390. data/vendor/tests/mark/dot-anchor.html +0 -33
  391. data/vendor/tests/mark/dot-radius.html +0 -22
  392. data/vendor/tests/mark/dot-stroke.html +0 -43
  393. data/vendor/tests/mark/dot.html +0 -52
  394. data/vendor/tests/mark/dot2.html +0 -61
  395. data/vendor/tests/mark/ease.html +0 -90
  396. data/vendor/tests/mark/event-dblclick.html +0 -30
  397. data/vendor/tests/mark/event-prototype.html +0 -45
  398. data/vendor/tests/mark/event-render.html +0 -45
  399. data/vendor/tests/mark/event.html +0 -24
  400. data/vendor/tests/mark/image-color-inherit.html +0 -33
  401. data/vendor/tests/mark/image-color.html +0 -35
  402. data/vendor/tests/mark/image-color2.html +0 -35
  403. data/vendor/tests/mark/image-heatmap.html +0 -29
  404. data/vendor/tests/mark/image.html +0 -32
  405. data/vendor/tests/mark/label-break.html +0 -54
  406. data/vendor/tests/mark/label-decoration.html +0 -22
  407. data/vendor/tests/mark/label-events.html +0 -32
  408. data/vendor/tests/mark/line-anchor.html +0 -42
  409. data/vendor/tests/mark/line-basis.html +0 -54
  410. data/vendor/tests/mark/line-brownian.html +0 -57
  411. data/vendor/tests/mark/line-cardinal.html +0 -77
  412. data/vendor/tests/mark/line-catmull-rom.html +0 -78
  413. data/vendor/tests/mark/line-curve.html +0 -65
  414. data/vendor/tests/mark/line-eccentricity.html +0 -39
  415. data/vendor/tests/mark/line-fill.html +0 -24
  416. data/vendor/tests/mark/line-join.html +0 -51
  417. data/vendor/tests/mark/line-monotone-non-monotone.html +0 -53
  418. data/vendor/tests/mark/line-monotone-two-way.html +0 -61
  419. data/vendor/tests/mark/line-monotone.html +0 -53
  420. data/vendor/tests/mark/line-polar.html +0 -36
  421. data/vendor/tests/mark/line-segmented-basis.html +0 -57
  422. data/vendor/tests/mark/line-segmented-cardinal.html +0 -80
  423. data/vendor/tests/mark/line-segmented-join.html +0 -52
  424. data/vendor/tests/mark/line-segmented-monotone.html +0 -56
  425. data/vendor/tests/mark/line-segmented-polar.html +0 -30
  426. data/vendor/tests/mark/line-segmented-step.html +0 -41
  427. data/vendor/tests/mark/line-segmented-step2.html +0 -32
  428. data/vendor/tests/mark/line-segmented.html +0 -30
  429. data/vendor/tests/mark/line-step.html +0 -39
  430. data/vendor/tests/mark/line-tension.html +0 -59
  431. data/vendor/tests/mark/line.html +0 -51
  432. data/vendor/tests/mark/panel-anchor.html +0 -37
  433. data/vendor/tests/mark/panel-anchor2.html +0 -31
  434. data/vendor/tests/mark/panel-anchor3.html +0 -22
  435. data/vendor/tests/mark/panel-anchor4.html +0 -28
  436. data/vendor/tests/mark/panel-anchor5.html +0 -28
  437. data/vendor/tests/mark/panel-append.html +0 -29
  438. data/vendor/tests/mark/panel-canvas.html +0 -107
  439. data/vendor/tests/mark/panel-fill.html +0 -50
  440. data/vendor/tests/mark/panel-mouse.html +0 -53
  441. data/vendor/tests/mark/panel-transform.html +0 -67
  442. data/vendor/tests/mark/property-cast.html +0 -24
  443. data/vendor/tests/mark/render-partial.html +0 -42
  444. data/vendor/tests/mark/rule-anchor.html +0 -29
  445. data/vendor/tests/mark/title.html +0 -41
  446. data/vendor/tests/mark/transition-anchor.html +0 -47
  447. data/vendor/tests/mark/transition-wedge.html +0 -47
  448. data/vendor/tests/mark/transition.html +0 -106
  449. data/vendor/tests/mark/wedge-donut.html +0 -35
  450. data/vendor/tests/mark/wedge-implied.html +0 -42
  451. data/vendor/tests/mark/wedge-pie.html +0 -37
  452. data/vendor/tests/mark/wedge-ring.html +0 -27
  453. data/vendor/tests/miserables.js +0 -348
  454. data/vendor/tests/physics/dorling.html +0 -70
  455. data/vendor/tests/physics/simulation.html +0 -56
  456. data/vendor/tests/social.js +0 -28
  457. data/vendor/tests/stanford.png +0 -0
  458. data/vendor/tests/style.css +0 -5
  459. data/vendor/tests/testify.css +0 -29
  460. data/vendor/tests/testify.js +0 -16
  461. data/vendor/tests/text/format-number.html +0 -75
@@ -1,65 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <script type="text/javascript" src="../../protovis-d3.3.js"></script>
5
- <script type="text/javascript" src="../jquery-1.4.2.min.js"></script>
6
- <script type="text/javascript" src="jquery.tipsy.js"></script>
7
- <script type="text/javascript" src="tipsy.js"></script>
8
- <link type="text/css" href="tipsy.css" rel="stylesheet"/>
9
- <title>Tipsy Bar</title>
10
- <style type="text/css">
11
-
12
- body {
13
- font: 10px sans-serif;
14
- }
15
-
16
- </style>
17
- </head>
18
- <body>
19
- <script type="text/javascript+protovis">
20
-
21
- var data = pv.range(10).map(Math.random),
22
- w = 400,
23
- h = 250,
24
- x = pv.Scale.linear(0, 1).range(0, w),
25
- y = pv.Scale.ordinal(pv.range(10)).splitBanded(0, h, 4/5);
26
-
27
- var vis = new pv.Panel()
28
- .width(w)
29
- .height(h)
30
- .bottom(20)
31
- .left(20)
32
- .right(10)
33
- .top(5);
34
-
35
- var bar = vis.add(pv.Bar)
36
- .data(data)
37
- .top(function() y(this.index))
38
- .height(y.range().band)
39
- .left(0)
40
- .width(x)
41
- .title(function(d) d.toFixed(1))
42
- .event("mouseover", pv.Behavior.tipsy({gravity: "w", fade: true}));
43
-
44
- bar.anchor("left").add(pv.Label)
45
- .textMargin(5)
46
- .textAlign("right")
47
- .text(function() "ABCDEFGHIJK".charAt(this.index));
48
-
49
- vis.add(pv.Rule)
50
- .data(x.ticks())
51
- .left(function(d) Math.round(x(d)) - .5)
52
- .strokeStyle(function(d) d ? "rgba(255,255,255,.3)" : "#000")
53
- .add(pv.Rule)
54
- .bottom(0)
55
- .height(5)
56
- .strokeStyle("#000")
57
- .anchor("bottom").add(pv.Label)
58
- .text(function(d) d.toFixed(1));
59
-
60
- vis.render();
61
-
62
- </script>
63
- <div id="example"></div>
64
- </body>
65
- </html>
@@ -1,67 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Tipsy Line</title>
5
- <script type="text/javascript" src="../../protovis-d3.3.js"></script>
6
- <script type="text/javascript" src="../jquery-1.4.2.min.js"></script>
7
- <script type="text/javascript" src="jquery.tipsy.js"></script>
8
- <script type="text/javascript" src="tipsy.js"></script>
9
- <link type="text/css" href="tipsy.css" rel="stylesheet"/>
10
- <style type="text/css">
11
-
12
- body {
13
- font: 10px sans-serif;
14
- }
15
-
16
- </style>
17
- </head>
18
- <body>
19
- <script type="text/javascript+protovis">
20
-
21
- var data = pv.range(0, 10, .1).map(function(x) {
22
- return {x: x, y: Math.sin(x) + Math.random() * .5 + 2};
23
- }),
24
- w = 400,
25
- h = 200,
26
- x = pv.Scale.linear(data, function(d) d.x).range(0, w),
27
- y = pv.Scale.linear(0, 4).range(0, h);
28
-
29
- var vis = new pv.Panel()
30
- .width(w)
31
- .height(h)
32
- .bottom(20)
33
- .left(20)
34
- .right(10)
35
- .top(5)
36
- .fillStyle("#fff")
37
- .event("mousemove", pv.Behavior.point(Infinity).collapse("y"));
38
-
39
- vis.add(pv.Rule)
40
- .data(y.ticks())
41
- .visible(function() !(this.index % 2))
42
- .bottom(function(d) Math.round(y(d)) - .5)
43
- .strokeStyle("#eee")
44
- .anchor("left").add(pv.Label)
45
- .text(function(d) d.toFixed(1));
46
-
47
- vis.add(pv.Rule)
48
- .data(x.ticks())
49
- .visible(function(d) d > 0)
50
- .left(function(d) Math.round(x(d)) - .5)
51
- .strokeStyle("#eee")
52
- .anchor("bottom").add(pv.Label)
53
- .text(function(d) d.toFixed());
54
-
55
- vis.add(pv.Line)
56
- .data(data)
57
- .left(function(d) x(d.x))
58
- .bottom(function(d) y(d.y))
59
- .lineWidth(3)
60
- .text(function(d) d.x.toFixed(2) + ', ' + d.y.toFixed(2))
61
- .event("point", pv.Behavior.tipsy({gravity: 's'}));
62
-
63
- vis.render();
64
-
65
- </script>
66
- </body>
67
- </html>
@@ -1,12 +0,0 @@
1
- .tipsy { pointer-events: none; padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
2
- .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
3
- .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
4
- .tipsy-arrow { position: absolute; background: url(tipsy.gif) no-repeat top left; width: 9px; height: 5px; }
5
- .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
6
- .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
7
- .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
8
- .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
9
- .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
10
- .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
11
- .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
12
- .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
Binary file
@@ -1,66 +0,0 @@
1
- pv.Behavior.tipsy = function(opts) {
2
- var tip;
3
-
4
- /**
5
- * @private When the mouse leaves the root panel, trigger a mouseleave event
6
- * on the tooltip span. This is necessary for dimensionless marks (e.g.,
7
- * lines) when the mouse isn't actually over the span.
8
- */
9
- function trigger() {
10
- if (tip) {
11
- $(tip).tipsy("hide");
12
- tip.parentNode.removeChild(tip);
13
- tip = null;
14
- }
15
- }
16
-
17
- return function(d) {
18
- /* Compute the transform to offset the tooltip position. */
19
- var t = pv.Transform.identity, p = this.parent;
20
- do {
21
- t = t.translate(p.left(), p.top()).times(p.transform());
22
- } while (p = p.parent);
23
-
24
- /* Create and cache the tooltip span to be used by tipsy. */
25
- if (!tip) {
26
- var c = this.root.canvas();
27
- c.style.position = "relative";
28
- $(c).mouseleave(trigger);
29
-
30
- tip = c.appendChild(document.createElement("div"));
31
- tip.style.position = "absolute";
32
- tip.style.pointerEvents = "none"; // ignore mouse events
33
- $(tip).tipsy(opts);
34
- }
35
-
36
- /* Propagate the tooltip text. */
37
- tip.title = this.title() || this.text();
38
-
39
- /*
40
- * Compute bounding box. TODO support area, lines, wedges, stroke. Also
41
- * note that CSS positioning does not support subpixels, and the current
42
- * rounding implementation can be off by one pixel.
43
- */
44
- if (this.properties.width) {
45
- tip.style.width = Math.ceil(this.width() * t.k) + 1 + "px";
46
- tip.style.height = Math.ceil(this.height() * t.k) + 1 + "px";
47
- } else if (this.properties.shapeRadius) {
48
- var r = this.shapeRadius();
49
- t.x -= r;
50
- t.y -= r;
51
- tip.style.height = tip.style.width = Math.ceil(2 * r * t.k) + "px";
52
- }
53
- tip.style.left = Math.floor(this.left() * t.k + t.x) + "px";
54
- tip.style.top = Math.floor(this.top() * t.k + t.y) + "px";
55
-
56
- /*
57
- * Cleanup the tooltip span on mouseout. Immediately trigger the tooltip;
58
- * this is necessary for dimensionless marks. Note that the tip has
59
- * pointer-events disabled (so as to not interfere with other mouse
60
- * events, such as "click"); thus the mouseleave event handler is
61
- * registered on the event target rather than the tip overlay.
62
- */
63
- if (tip.style.height) $(pv.event.target).mouseleave(trigger);
64
- $(tip).tipsy("show");
65
- };
66
- };
@@ -1,86 +0,0 @@
1
- <html>
2
- <head>
3
- <title>Weather</title>
4
- <link type="text/css" href="../ex.css" rel="stylesheet"/>
5
- <script type="text/javascript" src="../../protovis-r3.3.js"></script>
6
- <script type="text/javascript" src="weather.js"></script>
7
- <style type="text/css">
8
-
9
- #fig {
10
- width: 200px;
11
- height: 250px;
12
- }
13
-
14
- </style>
15
- </head>
16
- <body><div id="center"><div id="fig">
17
- <script type="text/javascript+protovis">
18
-
19
- var w = 18, h = 3;
20
-
21
- var vis = new pv.Panel()
22
- .width(200)
23
- .height(250);
24
-
25
- /* Record range. */
26
- var record = vis.add(pv.Bar)
27
- .data(weather)
28
- .bottom(function(d) d.record.low * h)
29
- .height(function(d) (d.record.high - d.record.low) * h)
30
- .left(function() this.index * w)
31
- .width(w - 2)
32
- .fillStyle("#ccc");
33
-
34
- /* Normal range. */
35
- record.add(pv.Bar)
36
- .bottom(function(d) d.normal.low * h)
37
- .height(function(d) (d.normal.high - d.normal.low) * h)
38
- .fillStyle("#999");
39
-
40
- /* White grid lines. */
41
- vis.add(pv.Rule)
42
- .data([20, 40, 60])
43
- .bottom(function(d) d * h + 1)
44
- .left(0).right(20)
45
- .lineWidth(2).strokeStyle("white")
46
- .anchor("right").add(pv.Label)
47
- .text(function(d) d + "\u00b0");
48
-
49
- /* Actual and forecast range. */
50
- record.add(pv.Bar)
51
- .visible(function(d) d.actual)
52
- .bottom(function(d) d.actual.low * h)
53
- .height(function(d) (d.actual.high - d.actual.low) * h)
54
- .left(function() this.index * w + 3)
55
- .width(w - 8)
56
- .fillStyle("black")
57
- .add(pv.Bar)
58
- .visible(function(d) d.forecast)
59
- .bottom(function(d) d.forecast.high.low * h)
60
- .height(function(d) (d.forecast.high.high - d.forecast.high.low) * h)
61
- .add(pv.Bar)
62
- .bottom(function(d) d.forecast.low.low * h)
63
- .height(function(d) (d.forecast.low.high - d.forecast.low.low) * h)
64
- .add(pv.Bar)
65
- .bottom(function(d) d.forecast.low.low * h)
66
- .height(function(d) (d.forecast.high.high - d.forecast.low.low) * h)
67
- .left(function() this.index * w + 3 + Math.floor((w - 8) / 3))
68
- .width(Math.ceil((w - 8) / 3));
69
-
70
- /* Day labels. */
71
- record.anchor("top").add(pv.Label)
72
- .top(16)
73
- .text(function(d) d.day);
74
-
75
- /* Title. */
76
- vis.add(pv.Label)
77
- .top(0).left(0)
78
- .textBaseline("top")
79
- .font("bold 10pt Sans-Serif")
80
- .text("Seattle ");
81
-
82
- vis.render();
83
-
84
- </script>
85
- </div></div></body>
86
- </html>
@@ -1,42 +0,0 @@
1
- var weather = [
2
- { day: "M",
3
- record: { high: 62, low: 15 },
4
- normal: { high: 50, low: 38 },
5
- actual: { high: 48, low: 36 } },
6
- { day: "T",
7
- record: { high: 62, low: 23 },
8
- normal: { high: 50, low: 38 },
9
- actual: { high: 50, low: 40 } },
10
- { day: "W",
11
- record: { high: 61, low: 20 },
12
- normal: { high: 50, low: 38 },
13
- actual: { high: 55, low: 36 } },
14
- { day: "T",
15
- record: { high: 67, low: 21 },
16
- normal: { high: 50, low: 38 },
17
- actual: { high: 51, low: 33 } },
18
- { day: "F",
19
- record: { high: 61, low: 23 },
20
- normal: { high: 50, low: 38 },
21
- actual: { high: 50, low: 30 } },
22
- { day: "S",
23
- record: { high: 67, low: 20 },
24
- normal: { high: 50, low: 38 },
25
- forecast: { high: { high: 53, low: 49 }, low: { high: 40, low: 35 } } },
26
- { day: "S",
27
- record: { high: 63, low: 23 },
28
- normal: { high: 50, low: 39 },
29
- forecast: { high: { high: 55, low: 49 }, low: { high: 42, low: 37 } } },
30
- { day: "M",
31
- record: { high: 61, low: 26 },
32
- normal: { high: 51, low: 39 },
33
- forecast: { high: { high: 53, low: 49 }, low: { high: 43, low: 40 } } },
34
- { day: "T",
35
- record: { high: 61, low: 24 },
36
- normal: { high: 51, low: 39 },
37
- forecast: { high: { high: 52, low: 46 }, low: { high: 44, low: 40 } } },
38
- { day: "W",
39
- record: { high: 63, low: 20 },
40
- normal: { high: 51, low: 39 },
41
- forecast: { high: { high: 53, low: 46 }, low: { high: 43, low: 38 } } }
42
- ];
@@ -1,130 +0,0 @@
1
- <html>
2
- <head>
3
- <title>Wheat &amp; Wages</title>
4
- <link type="text/css" href="../ex.css" rel="stylesheet"/>
5
- <script type="text/javascript" src="../../protovis-r3.3.js"></script>
6
- <script type="text/javascript" src="wheat.js"></script>
7
- <style type="text/css">
8
-
9
- body {
10
- font: oblique small baskerville;
11
- }
12
-
13
- #fig {
14
- width: 860px;
15
- height: 465px;
16
- }
17
-
18
- #title {
19
- position: absolute;
20
- top: 70px;
21
- left: 200px;
22
- padding: 10px;
23
- background: white;
24
- }
25
-
26
- large {
27
- font-size: medium;
28
- }
29
-
30
- </style>
31
- </head>
32
- <body><div id="center"><div id="fig">
33
- <center id="title">
34
- <large><b>CHART</b>,<br>
35
- Shewing at One View<br>
36
- The Price of The Quarter of Wheat,</large><br> &amp;
37
- Wages of Labour by the Week,<br>
38
- from The Year 1565 to 1821,<br>
39
- by WILLIAM PLAYFAIR
40
- </center>
41
- <script type="text/javascript+protovis">
42
-
43
- var w = 860 - 60,
44
- h = 465 - 20,
45
- x = pv.Scale.linear(1565, 1821).range(0, w),
46
- y = pv.Scale.linear(0, 100).range(0, h);
47
-
48
- var vis = new pv.Panel()
49
- .width(w)
50
- .height(h)
51
- .right(60)
52
- .bottom(20);
53
-
54
- /* Price of The Quarter of Wheat. */
55
- vis.add(pv.Area)
56
- .data(wheat)
57
- .interpolate("step-after")
58
- .bottom(0)
59
- .height(function(d) y(d.wheat))
60
- .left(function(d) x(d.year))
61
- .fillStyle("#aaa")
62
- .strokeStyle("#999")
63
- .add(pv.Rule);
64
-
65
- /* Weekly Wages of a Good Mechanic. */
66
- vis.add(pv.Area)
67
- .data(wheat.filter(function(d) d.wages))
68
- .left(function(d) x(d.year))
69
- .bottom(0)
70
- .height(function(d) y(d.wages))
71
- .fillStyle("hsla(195, 50%, 80%, .75)")
72
- .anchor("top").add(pv.Line)
73
- .fillStyle(null)
74
- .lineWidth(4)
75
- .strokeStyle("lightcoral")
76
- .add(pv.Line)
77
- .top(function() this.proto.top() + 1.5)
78
- .lineWidth(1.5)
79
- .strokeStyle("black");
80
-
81
- vis.add(pv.Label)
82
- .left(130).bottom(31)
83
- .font("italic 10px serif")
84
- .text("Weekly Wages of a Good Mechanic");
85
-
86
- /* Y-axis. */
87
- vis.add(pv.Rule)
88
- .bottom(-.5)
89
- .add(pv.Rule)
90
- .data(pv.range(0, 100, 10))
91
- .bottom(y)
92
- .strokeStyle("rgba(255, 255, 255, .2)")
93
- .anchor("right").add(pv.Label)
94
- .visible(function() !(this.index & 1))
95
- .text(function(s) s + (s ? "" : " shillings"));
96
-
97
- /* X-axis. */
98
- vis.add(pv.Rule)
99
- .data(pv.range(1560, 1830, 10))
100
- .bottom(0)
101
- .left(x)
102
- .height(-4)
103
- .add(pv.Rule)
104
- .data(pv.range(1600, 1850, 50))
105
- .height(null)
106
- .top(0)
107
- .strokeStyle("rgba(0, 0, 0, .2)")
108
- .anchor("bottom").add(pv.Label)
109
- .textMargin(8);
110
-
111
- /* Monarchs. */
112
- vis.add(pv.Bar)
113
- .data(monarch)
114
- .height(5)
115
- .top(function(d) (!d.commonwealth && (this.index % 2)) ? 15 : 10)
116
- .fillStyle(function(d) d.commonwealth ? null : "#000")
117
- .strokeStyle("#000")
118
- .left(function(d) x(d.start))
119
- .width(function(d) x(d.end) - x(d.start))
120
- .anchor("center").add(pv.Label)
121
- .textBaseline("top")
122
- .textMargin(6)
123
- .font("italic 10px serif")
124
- .text(function(d) d.name);
125
-
126
- vis.render();
127
-
128
- </script>
129
- </div></div></body>
130
- </html>