rubyvis 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +6 -1
- data/Manifest.txt +421 -1
- data/README.txt +12 -10
- data/examples/first.rb +2 -2
- data/examples/second.rb +6 -3
- data/lib/rubyvis.rb +18 -3
- data/lib/rubyvis/mark.rb +101 -83
- data/lib/rubyvis/mark/anchor.rb +5 -7
- data/lib/rubyvis/mark/area.rb +19 -17
- data/lib/rubyvis/mark/bar.rb +3 -10
- data/lib/rubyvis/mark/label.rb +3 -4
- data/lib/rubyvis/mark/line.rb +20 -4
- data/lib/rubyvis/mark/panel.rb +31 -6
- data/lib/rubyvis/mark/rule.rb +8 -4
- data/lib/rubyvis/property.rb +11 -0
- data/lib/rubyvis/scene/svg_label.rb +1 -1
- data/lib/rubyvis/scene/svg_scene.rb +2 -1
- data/lib/rubyvis/sceneelement.rb +2 -0
- data/spec/bar_spec.rb +50 -0
- data/spec/label_spec.rb +41 -0
- data/spec/mark_spec.rb +16 -0
- data/spec/panel_spec.rb +22 -4
- data/spec/spec_helper.rb +1 -0
- data/vendor/FUTURE +62 -0
- data/vendor/Makefile +138 -0
- data/vendor/TODO +22 -0
- data/vendor/examples/antibiotics/antibiotics-scatter.html +113 -0
- data/vendor/examples/antibiotics/antibiotics.html +140 -0
- data/vendor/examples/antibiotics/antibiotics.js +20 -0
- data/vendor/examples/barley/barley.html +102 -0
- data/vendor/examples/barley/barley.js +122 -0
- data/vendor/examples/cars/cars.html +90 -0
- data/vendor/examples/cars/cars.js +408 -0
- data/vendor/examples/clock/clock.html +91 -0
- data/vendor/examples/crimea/crimea-grouped-bar.html +65 -0
- data/vendor/examples/crimea/crimea-line.html +61 -0
- data/vendor/examples/crimea/crimea-stacked-area.html +61 -0
- data/vendor/examples/crimea/crimea-stacked-bar.html +60 -0
- data/vendor/examples/crimea/crimea.html +100 -0
- data/vendor/examples/crimea/crimea.js +33 -0
- data/vendor/examples/downloadify/LICENSE.txt +22 -0
- data/vendor/examples/downloadify/download.png +0 -0
- data/vendor/examples/downloadify/downloadify.html +57 -0
- data/vendor/examples/downloadify/downloadify.min.js +3 -0
- data/vendor/examples/downloadify/downloadify.swf +0 -0
- data/vendor/examples/downloadify/swfobject.js +4 -0
- data/vendor/examples/ex.css +17 -0
- data/vendor/examples/eyes/eyes.html +53 -0
- data/vendor/examples/eyes/matrix.html +44 -0
- data/vendor/examples/flowers/flowers.html +109 -0
- data/vendor/examples/flowers/flowers.js +154 -0
- data/vendor/examples/group-stack/group-stack.html +79 -0
- data/vendor/examples/group-stack/headcount.js +23 -0
- data/vendor/examples/hotel/hotel.html +76 -0
- data/vendor/examples/hotel/hotel.js +245 -0
- data/vendor/examples/jobs/jobs.html +71 -0
- data/vendor/examples/jobs/jobs.js +1024 -0
- data/vendor/examples/jquery-1.4.2.min.js +154 -0
- data/vendor/examples/nba/nba.html +83 -0
- data/vendor/examples/nba/nba.js +53 -0
- data/vendor/examples/nba/nba2.html +82 -0
- data/vendor/examples/sankey/gdp2009.js +184 -0
- data/vendor/examples/sankey/sankey.html +77 -0
- data/vendor/examples/slider/cell.html +112 -0
- data/vendor/examples/slider/cell.js +31 -0
- data/vendor/examples/slider/horizon.html +85 -0
- data/vendor/examples/slider/jquery-ui-1.8rc3.custom.min.js +71 -0
- data/vendor/examples/slider/slider.html +50 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/vendor/examples/slider/ui-lightness/images/ui-icons_222222_256x240.png +2 -0
- data/vendor/examples/slider/ui-lightness/images/ui-icons_228ef1_256x240.png +2 -0
- data/vendor/examples/slider/ui-lightness/images/ui-icons_ef8c08_256x240.png +2 -0
- data/vendor/examples/slider/ui-lightness/images/ui-icons_ffd27a_256x240.png +2 -0
- data/vendor/examples/slider/ui-lightness/images/ui-icons_ffffff_256x240.png +2 -0
- data/vendor/examples/slider/ui-lightness/jquery-ui-1.8rc3.custom.css +302 -0
- data/vendor/examples/tipsy/jquery.tipsy.js +198 -0
- data/vendor/examples/tipsy/tipsy-bar.html +65 -0
- data/vendor/examples/tipsy/tipsy-line.html +67 -0
- data/vendor/examples/tipsy/tipsy.css +12 -0
- data/vendor/examples/tipsy/tipsy.gif +0 -0
- data/vendor/examples/tipsy/tipsy.js +66 -0
- data/vendor/examples/weather/weather.html +86 -0
- data/vendor/examples/weather/weather.js +42 -0
- data/vendor/examples/wheat/wheat.html +130 -0
- data/vendor/examples/wheat/wheat.js +70 -0
- data/vendor/lib/google-compiler/COPYING +202 -0
- data/vendor/lib/google-compiler/README +224 -0
- data/vendor/lib/google-compiler/compiler-20100201.jar +0 -0
- data/vendor/protovis-d3.3.js +15726 -0
- data/vendor/protovis-r3.3.js +287 -0
- data/vendor/src/behavior/Behavior.js +32 -0
- data/vendor/src/behavior/Drag.js +112 -0
- data/vendor/src/behavior/Pan.js +110 -0
- data/vendor/src/behavior/Point.js +157 -0
- data/vendor/src/behavior/Resize.js +104 -0
- data/vendor/src/behavior/Select.js +100 -0
- data/vendor/src/behavior/Zoom.js +85 -0
- data/vendor/src/color/Color.js +598 -0
- data/vendor/src/color/Colors.js +135 -0
- data/vendor/src/color/Ramp.js +17 -0
- data/vendor/src/data/Arrays.js +277 -0
- data/vendor/src/data/Dom.js +380 -0
- data/vendor/src/data/Flatten.js +146 -0
- data/vendor/src/data/Histogram.js +120 -0
- data/vendor/src/data/LinearScale.js +54 -0
- data/vendor/src/data/LogScale.js +142 -0
- data/vendor/src/data/Nest.js +257 -0
- data/vendor/src/data/Numbers.js +313 -0
- data/vendor/src/data/Objects.js +78 -0
- data/vendor/src/data/OrdinalScale.js +267 -0
- data/vendor/src/data/QuantileScale.js +180 -0
- data/vendor/src/data/QuantitativeScale.js +440 -0
- data/vendor/src/data/RootScale.js +55 -0
- data/vendor/src/data/Scale.js +86 -0
- data/vendor/src/data/Transform.js +109 -0
- data/vendor/src/data/Tree.js +124 -0
- data/vendor/src/data/Vector.js +118 -0
- data/vendor/src/geo/Geo.js +5 -0
- data/vendor/src/geo/GeoScale.js +307 -0
- data/vendor/src/geo/LatLng.js +23 -0
- data/vendor/src/geo/Projection.js +43 -0
- data/vendor/src/geo/Projections.js +117 -0
- data/vendor/src/lang/Array.js +112 -0
- data/vendor/src/lang/init.js +26 -0
- data/vendor/src/layout/Arc.js +178 -0
- data/vendor/src/layout/Bullet.js +164 -0
- data/vendor/src/layout/Cluster.js +205 -0
- data/vendor/src/layout/Force.js +309 -0
- data/vendor/src/layout/Grid.js +119 -0
- data/vendor/src/layout/Hierarchy.js +249 -0
- data/vendor/src/layout/Horizon.js +159 -0
- data/vendor/src/layout/Indent.js +83 -0
- data/vendor/src/layout/Layout.js +56 -0
- data/vendor/src/layout/Matrix.js +177 -0
- data/vendor/src/layout/Network.js +302 -0
- data/vendor/src/layout/Pack.js +323 -0
- data/vendor/src/layout/Partition.js +203 -0
- data/vendor/src/layout/Rollup.js +203 -0
- data/vendor/src/layout/Stack.js +391 -0
- data/vendor/src/layout/Tree.js +282 -0
- data/vendor/src/layout/Treemap.js +347 -0
- data/vendor/src/mark/Anchor.js +81 -0
- data/vendor/src/mark/Area.js +268 -0
- data/vendor/src/mark/Bar.js +93 -0
- data/vendor/src/mark/Dot.js +212 -0
- data/vendor/src/mark/Ease.js +150 -0
- data/vendor/src/mark/Image.js +154 -0
- data/vendor/src/mark/Label.js +155 -0
- data/vendor/src/mark/Line.js +195 -0
- data/vendor/src/mark/Mark.js +1237 -0
- data/vendor/src/mark/Panel.js +273 -0
- data/vendor/src/mark/Rule.js +143 -0
- data/vendor/src/mark/Transient.js +7 -0
- data/vendor/src/mark/Transition.js +195 -0
- data/vendor/src/mark/Wedge.js +244 -0
- data/vendor/src/physics/BoundConstraint.js +75 -0
- data/vendor/src/physics/ChargeForce.js +184 -0
- data/vendor/src/physics/CollisionConstraint.js +113 -0
- data/vendor/src/physics/Constraint.js +26 -0
- data/vendor/src/physics/DragForce.js +49 -0
- data/vendor/src/physics/Force.js +25 -0
- data/vendor/src/physics/Particle.js +81 -0
- data/vendor/src/physics/PositionConstraint.js +72 -0
- data/vendor/src/physics/Quadtree.js +195 -0
- data/vendor/src/physics/Simulation.js +159 -0
- data/vendor/src/physics/SpringForce.js +141 -0
- data/vendor/src/pv-internals.js +154 -0
- data/vendor/src/pv.js +95 -0
- data/vendor/src/scene/SvgArea.js +172 -0
- data/vendor/src/scene/SvgBar.js +28 -0
- data/vendor/src/scene/SvgCurve.js +354 -0
- data/vendor/src/scene/SvgDot.js +81 -0
- data/vendor/src/scene/SvgImage.js +45 -0
- data/vendor/src/scene/SvgLabel.js +46 -0
- data/vendor/src/scene/SvgLine.js +159 -0
- data/vendor/src/scene/SvgPanel.js +126 -0
- data/vendor/src/scene/SvgRule.js +26 -0
- data/vendor/src/scene/SvgScene.js +185 -0
- data/vendor/src/scene/SvgWedge.js +66 -0
- data/vendor/src/text/DateFormat.js +262 -0
- data/vendor/src/text/Format.js +78 -0
- data/vendor/src/text/NumberFormat.js +227 -0
- data/vendor/src/text/TimeFormat.js +115 -0
- data/vendor/test1.html +30 -0
- data/vendor/tests/behavior/drag-events.html +47 -0
- data/vendor/tests/behavior/drag.html +32 -0
- data/vendor/tests/behavior/drag2.html +33 -0
- data/vendor/tests/behavior/point-area-stacked.html +73 -0
- data/vendor/tests/behavior/point-area-stacked2.html +70 -0
- data/vendor/tests/behavior/point-area.html +67 -0
- data/vendor/tests/behavior/point-bar.html +62 -0
- data/vendor/tests/behavior/point-dot.html +60 -0
- data/vendor/tests/behavior/point-line.html +62 -0
- data/vendor/tests/behavior/point-lines-grid.html +65 -0
- data/vendor/tests/behavior/point-lines.html +61 -0
- data/vendor/tests/behavior/point-wedge.html +43 -0
- data/vendor/tests/behavior/resize.html +69 -0
- data/vendor/tests/behavior/select.html +37 -0
- data/vendor/tests/bzr.js +62 -0
- data/vendor/tests/center.js +13 -0
- data/vendor/tests/data/deviation.html +54 -0
- data/vendor/tests/data/histogram-discrete.html +50 -0
- data/vendor/tests/data/histogram.html +56 -0
- data/vendor/tests/data/log-adjusted.html +48 -0
- data/vendor/tests/data/log-ceil.html +48 -0
- data/vendor/tests/data/log-floor.html +48 -0
- data/vendor/tests/data/log-symmetric.html +48 -0
- data/vendor/tests/data/log.html +48 -0
- data/vendor/tests/data/max-index.html +36 -0
- data/vendor/tests/data/max.html +36 -0
- data/vendor/tests/data/min-index.html +36 -0
- data/vendor/tests/data/min.html +36 -0
- data/vendor/tests/data/ordinal-split-banded.html +45 -0
- data/vendor/tests/data/ordinal-split-banded2.html +45 -0
- data/vendor/tests/data/ordinal-split-flush.html +51 -0
- data/vendor/tests/data/ordinal-split.html +51 -0
- data/vendor/tests/data/range.html +105 -0
- data/vendor/tests/data/scale-date.html +46 -0
- data/vendor/tests/data/scale-date2.html +38 -0
- data/vendor/tests/data/scale-date3.html +38 -0
- data/vendor/tests/data/scale-date4.html +38 -0
- data/vendor/tests/data/scale-degenerate.html +143 -0
- data/vendor/tests/data/scale-linear.html +59 -0
- data/vendor/tests/data/scale-log.html +60 -0
- data/vendor/tests/data/scale-log2.html +60 -0
- data/vendor/tests/data/scale-log3.html +60 -0
- data/vendor/tests/data/scale-log4.html +60 -0
- data/vendor/tests/data/scale-log5.html +60 -0
- data/vendor/tests/data/scale-log6.html +60 -0
- data/vendor/tests/data/scale-quantile.html +47 -0
- data/vendor/tests/data/scale-quantile2.html +50 -0
- data/vendor/tests/data/scale-quantile3.html +48 -0
- data/vendor/tests/data/scale-root.html +60 -0
- data/vendor/tests/data/scale-root2.html +39 -0
- data/vendor/tests/data/scale-tick-format.html +54 -0
- data/vendor/tests/data/scale-ticks.html +45 -0
- data/vendor/tests/data/sum.html +42 -0
- data/vendor/tests/data/variance.html +42 -0
- data/vendor/tests/diamond.js +40 -0
- data/vendor/tests/flare-imports.js +222 -0
- data/vendor/tests/flare.js +284 -0
- data/vendor/tests/geo/countries-hires.js +257 -0
- data/vendor/tests/geo/countries-lores.js +197 -0
- data/vendor/tests/geo/population.js +250 -0
- data/vendor/tests/geo/scale-aitoff.html +58 -0
- data/vendor/tests/geo/scale-gall-peters.html +56 -0
- data/vendor/tests/geo/scale-hammer.html +58 -0
- data/vendor/tests/geo/scale-identity.html +56 -0
- data/vendor/tests/geo/scale-mercator.html +56 -0
- data/vendor/tests/geo/scale-sinusoidal.html +57 -0
- data/vendor/tests/geo/scale-smart-domain.html +58 -0
- data/vendor/tests/geo/scale.html +55 -0
- data/vendor/tests/geo/scale2.html +40 -0
- data/vendor/tests/geo/us-states.js +61 -0
- data/vendor/tests/heatmap.js +63 -0
- data/vendor/tests/lang/globals.html +41 -0
- data/vendor/tests/lang/init.html +31 -0
- data/vendor/tests/layers.js +28 -0
- data/vendor/tests/layout/arc-directed.html +33 -0
- data/vendor/tests/layout/arc-radial.html +36 -0
- data/vendor/tests/layout/arc-undirected.html +32 -0
- data/vendor/tests/layout/arc.html +33 -0
- data/vendor/tests/layout/arc2.html +32 -0
- data/vendor/tests/layout/bullet-multiples.html +60 -0
- data/vendor/tests/layout/bullet.html +45 -0
- data/vendor/tests/layout/bullets.js +37 -0
- data/vendor/tests/layout/cluster-fill-group.html +24 -0
- data/vendor/tests/layout/cluster-fill.html +28 -0
- data/vendor/tests/layout/cluster-partition-radial-fill.html +43 -0
- data/vendor/tests/layout/cluster-radial-fill-radius.html +26 -0
- data/vendor/tests/layout/cluster-radial-fill.html +29 -0
- data/vendor/tests/layout/cluster-radial-group-fill.html +30 -0
- data/vendor/tests/layout/cluster-radial-radius.html +30 -0
- data/vendor/tests/layout/cluster-radial.html +28 -0
- data/vendor/tests/layout/cluster-radial2.html +33 -0
- data/vendor/tests/layout/cluster.html +34 -0
- data/vendor/tests/layout/cluster2.html +32 -0
- data/vendor/tests/layout/force-toggle.html +46 -0
- data/vendor/tests/layout/force.html +45 -0
- data/vendor/tests/layout/force2.html +58 -0
- data/vendor/tests/layout/force3.html +41 -0
- data/vendor/tests/layout/force4.html +45 -0
- data/vendor/tests/layout/force5.html +53 -0
- data/vendor/tests/layout/grid-cols.html +31 -0
- data/vendor/tests/layout/grid-heatmap.html +25 -0
- data/vendor/tests/layout/grid-rows.html +31 -0
- data/vendor/tests/layout/grid.html +34 -0
- data/vendor/tests/layout/horizon-color.html +31 -0
- data/vendor/tests/layout/horizon.html +31 -0
- data/vendor/tests/layout/indent-toggle.html +62 -0
- data/vendor/tests/layout/indent.html +25 -0
- data/vendor/tests/layout/indent2.html +33 -0
- data/vendor/tests/layout/matrix-sort.html +28 -0
- data/vendor/tests/layout/matrix.html +35 -0
- data/vendor/tests/layout/network.html +43 -0
- data/vendor/tests/layout/pack-bubble.html +45 -0
- data/vendor/tests/layout/pack.html +26 -0
- data/vendor/tests/layout/pack2.html +32 -0
- data/vendor/tests/layout/partition-fill.html +27 -0
- data/vendor/tests/layout/partition-fill2.html +22 -0
- data/vendor/tests/layout/partition-fill3.html +27 -0
- data/vendor/tests/layout/partition-radial-fill-radius.html +25 -0
- data/vendor/tests/layout/partition-radial-fill.html +26 -0
- data/vendor/tests/layout/partition-radial-fill2.html +23 -0
- data/vendor/tests/layout/partition-radial-fill3.html +29 -0
- data/vendor/tests/layout/partition-radial-radius.html +29 -0
- data/vendor/tests/layout/partition-radial.html +30 -0
- data/vendor/tests/layout/partition-radial2.html +33 -0
- data/vendor/tests/layout/partition.html +33 -0
- data/vendor/tests/layout/partition2.html +32 -0
- data/vendor/tests/layout/rollup.html +50 -0
- data/vendor/tests/layout/stack-empty.html +27 -0
- data/vendor/tests/layout/stack-expand.html +41 -0
- data/vendor/tests/layout/stack-reverse.html +42 -0
- data/vendor/tests/layout/stack-right.html +42 -0
- data/vendor/tests/layout/stack-rule.html +61 -0
- data/vendor/tests/layout/stack-visible.html +43 -0
- data/vendor/tests/layout/stack.html +53 -0
- data/vendor/tests/layout/tree-radial.html +31 -0
- data/vendor/tests/layout/tree-radial2.html +34 -0
- data/vendor/tests/layout/tree-toggle.html +36 -0
- data/vendor/tests/layout/tree.html +31 -0
- data/vendor/tests/layout/tree2.html +35 -0
- data/vendor/tests/layout/treemap-hierarchy.html +40 -0
- data/vendor/tests/layout/treemap-margin.html +26 -0
- data/vendor/tests/layout/treemap-round.html +40 -0
- data/vendor/tests/layout/treemap-slice.html +34 -0
- data/vendor/tests/layout/treemap.html +37 -0
- data/vendor/tests/life.js +212 -0
- data/vendor/tests/mark/anchor.html +25 -0
- data/vendor/tests/mark/area-anchor-chain.html +42 -0
- data/vendor/tests/mark/area-anchor-line.html +57 -0
- data/vendor/tests/mark/area-anchor-stack.html +35 -0
- data/vendor/tests/mark/area-anchor.html +43 -0
- data/vendor/tests/mark/area-anchor2.html +33 -0
- data/vendor/tests/mark/area-cardinal.html +57 -0
- data/vendor/tests/mark/area-monotone.html +57 -0
- data/vendor/tests/mark/area-segmented-basis.html +30 -0
- data/vendor/tests/mark/area-segmented-cardinal.html +30 -0
- data/vendor/tests/mark/area-segmented-monotone.html +30 -0
- data/vendor/tests/mark/area-segmented-step.html +44 -0
- data/vendor/tests/mark/area-segmented.html +29 -0
- data/vendor/tests/mark/area-stacked-cardinal.html +54 -0
- data/vendor/tests/mark/area-stacked-monotone.html +54 -0
- data/vendor/tests/mark/area-stacked.html +53 -0
- data/vendor/tests/mark/area-step.html +43 -0
- data/vendor/tests/mark/area-zero.html +32 -0
- data/vendor/tests/mark/area.html +57 -0
- data/vendor/tests/mark/bar-anchor-stack.html +51 -0
- data/vendor/tests/mark/bar-anchor.html +44 -0
- data/vendor/tests/mark/bar-column-grouped.html +63 -0
- data/vendor/tests/mark/bar-column-stacked.html +56 -0
- data/vendor/tests/mark/bar-column.html +54 -0
- data/vendor/tests/mark/bar-grouped.html +63 -0
- data/vendor/tests/mark/bar-stacked.html +57 -0
- data/vendor/tests/mark/bar.html +54 -0
- data/vendor/tests/mark/cursor.html +41 -0
- data/vendor/tests/mark/def-type.html +23 -0
- data/vendor/tests/mark/dot-anchor.html +33 -0
- data/vendor/tests/mark/dot-radius.html +22 -0
- data/vendor/tests/mark/dot-stroke.html +43 -0
- data/vendor/tests/mark/dot.html +52 -0
- data/vendor/tests/mark/dot2.html +61 -0
- data/vendor/tests/mark/ease.html +90 -0
- data/vendor/tests/mark/event-dblclick.html +30 -0
- data/vendor/tests/mark/event-prototype.html +45 -0
- data/vendor/tests/mark/event-render.html +45 -0
- data/vendor/tests/mark/event.html +24 -0
- data/vendor/tests/mark/image-color-inherit.html +33 -0
- data/vendor/tests/mark/image-color.html +35 -0
- data/vendor/tests/mark/image-color2.html +35 -0
- data/vendor/tests/mark/image-heatmap.html +29 -0
- data/vendor/tests/mark/image.html +32 -0
- data/vendor/tests/mark/label-break.html +54 -0
- data/vendor/tests/mark/label-decoration.html +22 -0
- data/vendor/tests/mark/label-events.html +32 -0
- data/vendor/tests/mark/line-anchor.html +42 -0
- data/vendor/tests/mark/line-basis.html +54 -0
- data/vendor/tests/mark/line-brownian.html +57 -0
- data/vendor/tests/mark/line-cardinal.html +77 -0
- data/vendor/tests/mark/line-catmull-rom.html +78 -0
- data/vendor/tests/mark/line-curve.html +65 -0
- data/vendor/tests/mark/line-eccentricity.html +39 -0
- data/vendor/tests/mark/line-fill.html +24 -0
- data/vendor/tests/mark/line-join.html +51 -0
- data/vendor/tests/mark/line-monotone-non-monotone.html +53 -0
- data/vendor/tests/mark/line-monotone-two-way.html +61 -0
- data/vendor/tests/mark/line-monotone.html +53 -0
- data/vendor/tests/mark/line-polar.html +36 -0
- data/vendor/tests/mark/line-segmented-basis.html +57 -0
- data/vendor/tests/mark/line-segmented-cardinal.html +80 -0
- data/vendor/tests/mark/line-segmented-join.html +52 -0
- data/vendor/tests/mark/line-segmented-monotone.html +56 -0
- data/vendor/tests/mark/line-segmented-polar.html +30 -0
- data/vendor/tests/mark/line-segmented-step.html +41 -0
- data/vendor/tests/mark/line-segmented-step2.html +32 -0
- data/vendor/tests/mark/line-segmented.html +30 -0
- data/vendor/tests/mark/line-step.html +39 -0
- data/vendor/tests/mark/line-tension.html +59 -0
- data/vendor/tests/mark/line.html +51 -0
- data/vendor/tests/mark/panel-anchor.html +37 -0
- data/vendor/tests/mark/panel-anchor2.html +31 -0
- data/vendor/tests/mark/panel-anchor3.html +22 -0
- data/vendor/tests/mark/panel-anchor4.html +28 -0
- data/vendor/tests/mark/panel-anchor5.html +28 -0
- data/vendor/tests/mark/panel-append.html +29 -0
- data/vendor/tests/mark/panel-canvas.html +107 -0
- data/vendor/tests/mark/panel-fill.html +50 -0
- data/vendor/tests/mark/panel-mouse.html +53 -0
- data/vendor/tests/mark/panel-transform.html +67 -0
- data/vendor/tests/mark/property-cast.html +24 -0
- data/vendor/tests/mark/render-partial.html +42 -0
- data/vendor/tests/mark/rule-anchor.html +29 -0
- data/vendor/tests/mark/title.html +41 -0
- data/vendor/tests/mark/transition-anchor.html +47 -0
- data/vendor/tests/mark/transition-wedge.html +47 -0
- data/vendor/tests/mark/transition.html +106 -0
- data/vendor/tests/mark/wedge-donut.html +35 -0
- data/vendor/tests/mark/wedge-implied.html +42 -0
- data/vendor/tests/mark/wedge-pie.html +37 -0
- data/vendor/tests/mark/wedge-ring.html +27 -0
- data/vendor/tests/miserables.js +348 -0
- data/vendor/tests/physics/dorling.html +70 -0
- data/vendor/tests/physics/simulation.html +56 -0
- data/vendor/tests/social.js +28 -0
- data/vendor/tests/stanford.png +0 -0
- data/vendor/tests/style.css +5 -0
- data/vendor/tests/testify.css +29 -0
- data/vendor/tests/testify.js +16 -0
- data/vendor/tests/text/format-number.html +75 -0
- data/web/first.svg +1 -0
- data/web/index.html +48 -0
- metadata +434 -31
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -2
@@ -0,0 +1,159 @@
|
|
1
|
+
/**
|
2
|
+
* Constructs a new empty simulation.
|
3
|
+
*
|
4
|
+
* @param {array} particles
|
5
|
+
* @returns {pv.Simulation} a new simulation for the specified particles.
|
6
|
+
* @see pv.Simulation
|
7
|
+
*/
|
8
|
+
pv.simulation = function(particles) {
|
9
|
+
return new pv.Simulation(particles);
|
10
|
+
};
|
11
|
+
|
12
|
+
/**
|
13
|
+
* Constructs a new simulation for the specified particles.
|
14
|
+
*
|
15
|
+
* @class Represents a particle simulation. Particles are massive points in
|
16
|
+
* two-dimensional space. Forces can be applied to these particles, causing them
|
17
|
+
* to move. Constraints can also be applied to restrict particle movement, for
|
18
|
+
* example, constraining particles to a fixed position, or simulating collision
|
19
|
+
* between circular particles with area.
|
20
|
+
*
|
21
|
+
* <p>The simulation uses <a
|
22
|
+
* href="http://en.wikipedia.org/wiki/Verlet_integration">Position Verlet</a>
|
23
|
+
* integration, due to the ease with which <a
|
24
|
+
* href="http://www.teknikus.dk/tj/gdc2001.htm">geometric constraints</a> can be
|
25
|
+
* implemented. For each time step, Verlet integration is performed, new forces
|
26
|
+
* are accumulated, and then constraints are applied.
|
27
|
+
*
|
28
|
+
* <p>The simulation makes two simplifying assumptions: all particles are
|
29
|
+
* equal-mass, and the time step of the simulation is fixed. It would be easy to
|
30
|
+
* incorporate variable-mass particles as a future enhancement. Variable time
|
31
|
+
* steps are also possible, but are likely to introduce instability in the
|
32
|
+
* simulation.
|
33
|
+
*
|
34
|
+
* <p>This class can be used directly to simulate particle interaction.
|
35
|
+
* Alternatively, for network diagrams, see {@link pv.Layout.Force}.
|
36
|
+
*
|
37
|
+
* @param {array} particles an array of {@link pv.Particle}s to simulate.
|
38
|
+
* @see pv.Layout.Force
|
39
|
+
* @see pv.Force
|
40
|
+
* @see pv.Constraint
|
41
|
+
*/
|
42
|
+
pv.Simulation = function(particles) {
|
43
|
+
for (var i = 0; i < particles.length; i++) this.particle(particles[i]);
|
44
|
+
};
|
45
|
+
|
46
|
+
/**
|
47
|
+
* The particles in the simulation. Particles are stored as a linked list; this
|
48
|
+
* field represents the first particle in the simulation.
|
49
|
+
*
|
50
|
+
* @field
|
51
|
+
* @type pv.Particle
|
52
|
+
* @name pv.Simulation.prototype.particles
|
53
|
+
*/
|
54
|
+
|
55
|
+
/**
|
56
|
+
* The forces in the simulation. Forces are stored as a linked list; this field
|
57
|
+
* represents the first force in the simulation.
|
58
|
+
*
|
59
|
+
* @field
|
60
|
+
* @type pv.Force
|
61
|
+
* @name pv.Simulation.prototype.forces
|
62
|
+
*/
|
63
|
+
|
64
|
+
/**
|
65
|
+
* The constraints in the simulation. Constraints are stored as a linked list;
|
66
|
+
* this field represents the first constraint in the simulation.
|
67
|
+
*
|
68
|
+
* @field
|
69
|
+
* @type pv.Constraint
|
70
|
+
* @name pv.Simulation.prototype.constraints
|
71
|
+
*/
|
72
|
+
|
73
|
+
/**
|
74
|
+
* Adds the specified particle to the simulation.
|
75
|
+
*
|
76
|
+
* @param {pv.Particle} p the new particle.
|
77
|
+
* @returns {pv.Simulation} this.
|
78
|
+
*/
|
79
|
+
pv.Simulation.prototype.particle = function(p) {
|
80
|
+
p.next = this.particles;
|
81
|
+
/* Default velocities and forces to zero if unset. */
|
82
|
+
if (isNaN(p.px)) p.px = p.x;
|
83
|
+
if (isNaN(p.py)) p.py = p.y;
|
84
|
+
if (isNaN(p.fx)) p.fx = 0;
|
85
|
+
if (isNaN(p.fy)) p.fy = 0;
|
86
|
+
this.particles = p;
|
87
|
+
return this;
|
88
|
+
};
|
89
|
+
|
90
|
+
/**
|
91
|
+
* Adds the specified force to the simulation.
|
92
|
+
*
|
93
|
+
* @param {pv.Force} f the new force.
|
94
|
+
* @returns {pv.Simulation} this.
|
95
|
+
*/
|
96
|
+
pv.Simulation.prototype.force = function(f) {
|
97
|
+
f.next = this.forces;
|
98
|
+
this.forces = f;
|
99
|
+
return this;
|
100
|
+
};
|
101
|
+
|
102
|
+
/**
|
103
|
+
* Adds the specified constraint to the simulation.
|
104
|
+
*
|
105
|
+
* @param {pv.Constraint} c the new constraint.
|
106
|
+
* @returns {pv.Simulation} this.
|
107
|
+
*/
|
108
|
+
pv.Simulation.prototype.constraint = function(c) {
|
109
|
+
c.next = this.constraints;
|
110
|
+
this.constraints = c;
|
111
|
+
return this;
|
112
|
+
};
|
113
|
+
|
114
|
+
/**
|
115
|
+
* Apply constraints, and then set the velocities to zero.
|
116
|
+
*
|
117
|
+
* @returns {pv.Simulation} this.
|
118
|
+
*/
|
119
|
+
pv.Simulation.prototype.stabilize = function(n) {
|
120
|
+
var c;
|
121
|
+
if (!arguments.length) n = 3; // TODO use cooling schedule
|
122
|
+
for (var i = 0; i < n; i++) {
|
123
|
+
var q = new pv.Quadtree(this.particles);
|
124
|
+
for (c = this.constraints; c; c = c.next) c.apply(this.particles, q);
|
125
|
+
}
|
126
|
+
for (var p = this.particles; p; p = p.next) {
|
127
|
+
p.px = p.x;
|
128
|
+
p.py = p.y;
|
129
|
+
}
|
130
|
+
return this;
|
131
|
+
};
|
132
|
+
|
133
|
+
/**
|
134
|
+
* Advances the simulation one time-step.
|
135
|
+
*/
|
136
|
+
pv.Simulation.prototype.step = function() {
|
137
|
+
var p, f, c;
|
138
|
+
|
139
|
+
/*
|
140
|
+
* Assumptions:
|
141
|
+
* - The mass (m) of every particles is 1.
|
142
|
+
* - The time step (dt) is 1.
|
143
|
+
*/
|
144
|
+
|
145
|
+
/* Position Verlet integration. */
|
146
|
+
for (p = this.particles; p; p = p.next) {
|
147
|
+
var px = p.px, py = p.py;
|
148
|
+
p.px = p.x;
|
149
|
+
p.py = p.y;
|
150
|
+
p.x += p.vx = ((p.x - px) + p.fx);
|
151
|
+
p.y += p.vy = ((p.y - py) + p.fy);
|
152
|
+
}
|
153
|
+
|
154
|
+
/* Apply constraints, then accumulate new forces. */
|
155
|
+
var q = new pv.Quadtree(this.particles);
|
156
|
+
for (c = this.constraints; c; c = c.next) c.apply(this.particles, q);
|
157
|
+
for (p = this.particles; p; p = p.next) p.fx = p.fy = 0;
|
158
|
+
for (f = this.forces; f; f = f.next) f.apply(this.particles, q);
|
159
|
+
};
|
@@ -0,0 +1,141 @@
|
|
1
|
+
/**
|
2
|
+
* Constructs a new spring force with the specified constant. The links
|
3
|
+
* associated with this spring force must be specified before the spring force
|
4
|
+
* can be applied.
|
5
|
+
*
|
6
|
+
* @class Implements a spring force, per Hooke's law. The spring force can be
|
7
|
+
* configured with a tension constant, rest length, and damping factor. The
|
8
|
+
* tension and damping will automatically be normalized using the inverse square
|
9
|
+
* root of the maximum link degree of attached nodes; this makes springs weaker
|
10
|
+
* between nodes of high link degree.
|
11
|
+
*
|
12
|
+
* <p>Unlike other forces (such as charge and drag forces) which may be applied
|
13
|
+
* globally, spring forces are only applied between linked particles. Therefore,
|
14
|
+
* an array of links must be specified before this force can be applied; the
|
15
|
+
* links should be an array of {@link pv.Layout.Network.Link}s. See also
|
16
|
+
* {@link pv.Layout.Force} for an example of using spring and charge forces for
|
17
|
+
* network layout.
|
18
|
+
*
|
19
|
+
* @extends pv.Force
|
20
|
+
* @param {number} k the spring constant.
|
21
|
+
* @see #constant
|
22
|
+
* @see #links
|
23
|
+
*/
|
24
|
+
pv.Force.spring = function(k) {
|
25
|
+
var d = .1, // default damping factor
|
26
|
+
l = 20, // default rest length
|
27
|
+
links, // links on which to apply spring forces
|
28
|
+
kl, // per-spring normalization
|
29
|
+
force = {};
|
30
|
+
|
31
|
+
if (!arguments.length) k = .1; // default spring constant (tension)
|
32
|
+
|
33
|
+
/**
|
34
|
+
* Sets or gets the links associated with this spring force. Unlike other
|
35
|
+
* forces (such as charge and drag forces) which may be applied globally,
|
36
|
+
* spring forces are only applied between linked particles. Therefore, an
|
37
|
+
* array of links must be specified before this force can be applied; the
|
38
|
+
* links should be an array of {@link pv.Layout.Network.Link}s.
|
39
|
+
*
|
40
|
+
* @function
|
41
|
+
* @name pv.Force.spring.prototype.links
|
42
|
+
* @param {array} x the new array of links.
|
43
|
+
* @returns {pv.Force.spring} this, or the current array of links.
|
44
|
+
*/
|
45
|
+
force.links = function(x) {
|
46
|
+
if (arguments.length) {
|
47
|
+
links = x;
|
48
|
+
kl = x.map(function(l) {
|
49
|
+
return 1 / Math.sqrt(Math.max(
|
50
|
+
l.sourceNode.linkDegree,
|
51
|
+
l.targetNode.linkDegree));
|
52
|
+
});
|
53
|
+
return force;
|
54
|
+
}
|
55
|
+
return links;
|
56
|
+
};
|
57
|
+
|
58
|
+
/**
|
59
|
+
* Sets or gets the spring constant. The default value is 0.1; greater values
|
60
|
+
* will result in stronger tension. The spring tension is automatically
|
61
|
+
* normalized using the inverse square root of the maximum link degree of
|
62
|
+
* attached nodes.
|
63
|
+
*
|
64
|
+
* @function
|
65
|
+
* @name pv.Force.spring.prototype.constant
|
66
|
+
* @param {number} x the new spring constant.
|
67
|
+
* @returns {pv.Force.spring} this, or the current spring constant.
|
68
|
+
*/
|
69
|
+
force.constant = function(x) {
|
70
|
+
if (arguments.length) {
|
71
|
+
k = Number(x);
|
72
|
+
return force;
|
73
|
+
}
|
74
|
+
return k;
|
75
|
+
};
|
76
|
+
|
77
|
+
/**
|
78
|
+
* The spring damping factor, in the range [0,1]. Damping functions
|
79
|
+
* identically to drag forces, damping spring bounciness by applying a force
|
80
|
+
* in the opposite direction of attached nodes' velocities. The default value
|
81
|
+
* is 0.1. The spring damping is automatically normalized using the inverse
|
82
|
+
* square root of the maximum link degree of attached nodes.
|
83
|
+
*
|
84
|
+
* @function
|
85
|
+
* @name pv.Force.spring.prototype.damping
|
86
|
+
* @param {number} x the new spring damping factor.
|
87
|
+
* @returns {pv.Force.spring} this, or the current spring damping factor.
|
88
|
+
*/
|
89
|
+
force.damping = function(x) {
|
90
|
+
if (arguments.length) {
|
91
|
+
d = Number(x);
|
92
|
+
return force;
|
93
|
+
}
|
94
|
+
return d;
|
95
|
+
};
|
96
|
+
|
97
|
+
/**
|
98
|
+
* The spring rest length. The default value is 20 pixels.
|
99
|
+
*
|
100
|
+
* @function
|
101
|
+
* @name pv.Force.spring.prototype.length
|
102
|
+
* @param {number} x the new spring rest length.
|
103
|
+
* @returns {pv.Force.spring} this, or the current spring rest length.
|
104
|
+
*/
|
105
|
+
force.length = function(x) {
|
106
|
+
if (arguments.length) {
|
107
|
+
l = Number(x);
|
108
|
+
return force;
|
109
|
+
}
|
110
|
+
return l;
|
111
|
+
};
|
112
|
+
|
113
|
+
/**
|
114
|
+
* Applies this force to the specified particles.
|
115
|
+
*
|
116
|
+
* @function
|
117
|
+
* @name pv.Force.spring.prototype.apply
|
118
|
+
* @param {pv.Particle} particles particles to which to apply this force.
|
119
|
+
*/
|
120
|
+
force.apply = function(particles) {
|
121
|
+
for (var i = 0; i < links.length; i++) {
|
122
|
+
var a = links[i].sourceNode,
|
123
|
+
b = links[i].targetNode,
|
124
|
+
dx = a.x - b.x,
|
125
|
+
dy = a.y - b.y,
|
126
|
+
dn = Math.sqrt(dx * dx + dy * dy),
|
127
|
+
dd = dn ? (1 / dn) : 1,
|
128
|
+
ks = k * kl[i], // normalized tension
|
129
|
+
kd = d * kl[i], // normalized damping
|
130
|
+
kk = (ks * (dn - l) + kd * (dx * (a.vx - b.vx) + dy * (a.vy - b.vy)) * dd) * dd,
|
131
|
+
fx = -kk * (dn ? dx : (.01 * (.5 - Math.random()))),
|
132
|
+
fy = -kk * (dn ? dy : (.01 * (.5 - Math.random())));
|
133
|
+
a.fx += fx;
|
134
|
+
a.fy += fy;
|
135
|
+
b.fx -= fx;
|
136
|
+
b.fy -= fy;
|
137
|
+
}
|
138
|
+
};
|
139
|
+
|
140
|
+
return force;
|
141
|
+
};
|
@@ -0,0 +1,154 @@
|
|
1
|
+
/**
|
2
|
+
* @private Returns a prototype object suitable for extending the given class
|
3
|
+
* <tt>f</tt>. Rather than constructing a new instance of <tt>f</tt> to serve as
|
4
|
+
* the prototype (which unnecessarily runs the constructor on the created
|
5
|
+
* prototype object, potentially polluting it), an anonymous function is
|
6
|
+
* generated internally that shares the same prototype:
|
7
|
+
*
|
8
|
+
* <pre>function g() {}
|
9
|
+
* g.prototype = f.prototype;
|
10
|
+
* return new g();</pre>
|
11
|
+
*
|
12
|
+
* For more details, see Douglas Crockford's essay on prototypal inheritance.
|
13
|
+
*
|
14
|
+
* @param {function} f a constructor.
|
15
|
+
* @returns a suitable prototype object.
|
16
|
+
* @see Douglas Crockford's essay on <a
|
17
|
+
* href="http://javascript.crockford.com/prototypal.html">prototypal
|
18
|
+
* inheritance</a>.
|
19
|
+
*/
|
20
|
+
pv.extend = function(f) {
|
21
|
+
function g() {}
|
22
|
+
g.prototype = f.prototype || f;
|
23
|
+
return new g();
|
24
|
+
};
|
25
|
+
|
26
|
+
try {
|
27
|
+
eval("pv.parse = function(x) x;"); // native support
|
28
|
+
} catch (e) {
|
29
|
+
|
30
|
+
/**
|
31
|
+
* @private Parses a Protovis specification, which may use JavaScript 1.8
|
32
|
+
* function expresses, replacing those function expressions with proper
|
33
|
+
* functions such that the code can be run by a JavaScript 1.6 interpreter. This
|
34
|
+
* hack only supports function expressions (using clumsy regular expressions, no
|
35
|
+
* less), and not other JavaScript 1.8 features such as let expressions.
|
36
|
+
*
|
37
|
+
* @param {string} s a Protovis specification (i.e., a string of JavaScript 1.8
|
38
|
+
* source code).
|
39
|
+
* @returns {string} a conformant JavaScript 1.6 source code.
|
40
|
+
*/
|
41
|
+
pv.parse = function(js) { // hacky regex support
|
42
|
+
var re = new RegExp("function\\s*(\\b\\w+)?\\s*\\([^)]*\\)\\s*", "mg"), m, d, i = 0, s = "";
|
43
|
+
while (m = re.exec(js)) {
|
44
|
+
var j = m.index + m[0].length;
|
45
|
+
if (js.charAt(j) != '{') {
|
46
|
+
s += js.substring(i, j) + "{return ";
|
47
|
+
i = j;
|
48
|
+
for (var p = 0; p >= 0 && j < js.length; j++) {
|
49
|
+
var c = js.charAt(j);
|
50
|
+
switch (c) {
|
51
|
+
case '"': case '\'': {
|
52
|
+
while (++j < js.length && (d = js.charAt(j)) != c) {
|
53
|
+
if (d == '\\') j++;
|
54
|
+
}
|
55
|
+
break;
|
56
|
+
}
|
57
|
+
case '[': case '(': p++; break;
|
58
|
+
case ']': case ')': p--; break;
|
59
|
+
case ';':
|
60
|
+
case ',': if (p == 0) p--; break;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
s += pv.parse(js.substring(i, --j)) + ";}";
|
64
|
+
i = j;
|
65
|
+
}
|
66
|
+
re.lastIndex = j;
|
67
|
+
}
|
68
|
+
s += js.substring(i);
|
69
|
+
return s;
|
70
|
+
};
|
71
|
+
}
|
72
|
+
|
73
|
+
/**
|
74
|
+
* @private Computes the value of the specified CSS property <tt>p</tt> on the
|
75
|
+
* specified element <tt>e</tt>.
|
76
|
+
*
|
77
|
+
* @param {string} p the name of the CSS property.
|
78
|
+
* @param e the element on which to compute the CSS property.
|
79
|
+
*/
|
80
|
+
pv.css = function(e, p) {
|
81
|
+
return window.getComputedStyle
|
82
|
+
? window.getComputedStyle(e, null).getPropertyValue(p)
|
83
|
+
: e.currentStyle[p];
|
84
|
+
};
|
85
|
+
|
86
|
+
/**
|
87
|
+
* @private Reports the specified error to the JavaScript console. Mozilla only
|
88
|
+
* allows logging to the console for privileged code; if the console is
|
89
|
+
* unavailable, the alert dialog box is used instead.
|
90
|
+
*
|
91
|
+
* @param e the exception that triggered the error.
|
92
|
+
*/
|
93
|
+
pv.error = function(e) {
|
94
|
+
(typeof console == "undefined") ? alert(e) : console.error(e);
|
95
|
+
};
|
96
|
+
|
97
|
+
/**
|
98
|
+
* @private Registers the specified listener for events of the specified type on
|
99
|
+
* the specified target. For standards-compliant browsers, this method uses
|
100
|
+
* <tt>addEventListener</tt>; for Internet Explorer, <tt>attachEvent</tt>.
|
101
|
+
*
|
102
|
+
* @param target a DOM element.
|
103
|
+
* @param {string} type the type of event, such as "click".
|
104
|
+
* @param {function} the event handler callback.
|
105
|
+
*/
|
106
|
+
pv.listen = function(target, type, listener) {
|
107
|
+
listener = pv.listener(listener);
|
108
|
+
return target.addEventListener
|
109
|
+
? target.addEventListener(type, listener, false)
|
110
|
+
: target.attachEvent("on" + type, listener);
|
111
|
+
};
|
112
|
+
|
113
|
+
/**
|
114
|
+
* @private Returns a wrapper for the specified listener function such that the
|
115
|
+
* {@link pv.event} is set for the duration of the listener's invocation. The
|
116
|
+
* wrapper is cached on the returned function, such that duplicate registrations
|
117
|
+
* of the wrapped event handler are ignored.
|
118
|
+
*
|
119
|
+
* @param {function} f an event handler.
|
120
|
+
* @returns {function} the wrapped event handler.
|
121
|
+
*/
|
122
|
+
pv.listener = function(f) {
|
123
|
+
return f.$listener || (f.$listener = function(e) {
|
124
|
+
try {
|
125
|
+
pv.event = e;
|
126
|
+
return f.call(this, e);
|
127
|
+
} finally {
|
128
|
+
delete pv.event;
|
129
|
+
}
|
130
|
+
});
|
131
|
+
};
|
132
|
+
|
133
|
+
/**
|
134
|
+
* @private Returns true iff <i>a</i> is an ancestor of <i>e</i>. This is useful
|
135
|
+
* for ignoring mouseout and mouseover events that are contained within the
|
136
|
+
* target element.
|
137
|
+
*/
|
138
|
+
pv.ancestor = function(a, e) {
|
139
|
+
while (e) {
|
140
|
+
if (e == a) return true;
|
141
|
+
e = e.parentNode;
|
142
|
+
}
|
143
|
+
return false;
|
144
|
+
};
|
145
|
+
|
146
|
+
/** @private Returns a locally-unique positive id. */
|
147
|
+
pv.id = function() {
|
148
|
+
var id = 1; return function() { return id++; };
|
149
|
+
}();
|
150
|
+
|
151
|
+
/** @private Returns a function wrapping the specified constant. */
|
152
|
+
pv.functor = function(v) {
|
153
|
+
return typeof v == "function" ? v : function() { return v; };
|
154
|
+
};
|