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,83 @@
|
|
1
|
+
/**
|
2
|
+
* Constructs a new, empty indent layout. Layouts are not typically constructed
|
3
|
+
* directly; instead, they are added to an existing panel via
|
4
|
+
* {@link pv.Mark#add}.
|
5
|
+
*
|
6
|
+
* @class Implements a hierarchical layout using the indent algorithm. This
|
7
|
+
* layout implements a node-link diagram where the nodes are presented in
|
8
|
+
* preorder traversal, and nodes are indented based on their depth from the
|
9
|
+
* root. This technique is used ubiquitously by operating systems to represent
|
10
|
+
* file directories; although it requires much vertical space, indented trees
|
11
|
+
* allow efficient <i>interactive</i> exploration of trees to find a specific
|
12
|
+
* node. In addition they allow rapid scanning of node labels, and multivariate
|
13
|
+
* data such as file sizes can be displayed adjacent to the hierarchy.
|
14
|
+
*
|
15
|
+
* <p>The indent layout can be configured using the <tt>depth</tt> and
|
16
|
+
* <tt>breadth</tt> properties, which control the increments in pixel space for
|
17
|
+
* each indent and row in the layout. This layout does not support multiple
|
18
|
+
* orientations; the root node is rendered in the top-left, while
|
19
|
+
* <tt>breadth</tt> is a vertical offset from the top, and <tt>depth</tt> is a
|
20
|
+
* horizontal offset from the left.
|
21
|
+
*
|
22
|
+
* <p>For more details on how to use this layout, see
|
23
|
+
* {@link pv.Layout.Hierarchy}.
|
24
|
+
*
|
25
|
+
* @extends pv.Layout.Hierarchy
|
26
|
+
*/
|
27
|
+
pv.Layout.Indent = function() {
|
28
|
+
pv.Layout.Hierarchy.call(this);
|
29
|
+
this.link.interpolate("step-after");
|
30
|
+
};
|
31
|
+
|
32
|
+
pv.Layout.Indent.prototype = pv.extend(pv.Layout.Hierarchy)
|
33
|
+
.property("depth", Number)
|
34
|
+
.property("breadth", Number);
|
35
|
+
|
36
|
+
/**
|
37
|
+
* The horizontal offset between different levels of the tree; defaults to 15.
|
38
|
+
*
|
39
|
+
* @type number
|
40
|
+
* @name pv.Layout.Indent.prototype.depth
|
41
|
+
*/
|
42
|
+
|
43
|
+
/**
|
44
|
+
* The vertical offset between nodes; defaults to 15.
|
45
|
+
*
|
46
|
+
* @type number
|
47
|
+
* @name pv.Layout.Indent.prototype.breadth
|
48
|
+
*/
|
49
|
+
|
50
|
+
/**
|
51
|
+
* Default properties for indent layouts. By default the depth and breadth
|
52
|
+
* offsets are 15 pixels.
|
53
|
+
*
|
54
|
+
* @type pv.Layout.Indent
|
55
|
+
*/
|
56
|
+
pv.Layout.Indent.prototype.defaults = new pv.Layout.Indent()
|
57
|
+
.extend(pv.Layout.Hierarchy.prototype.defaults)
|
58
|
+
.depth(15)
|
59
|
+
.breadth(15);
|
60
|
+
|
61
|
+
/** @private */
|
62
|
+
pv.Layout.Indent.prototype.buildImplied = function(s) {
|
63
|
+
if (pv.Layout.Hierarchy.prototype.buildImplied.call(this, s)) return;
|
64
|
+
|
65
|
+
var nodes = s.nodes,
|
66
|
+
bspace = s.breadth,
|
67
|
+
dspace = s.depth,
|
68
|
+
ax = 0,
|
69
|
+
ay = 0;
|
70
|
+
|
71
|
+
/** @private */
|
72
|
+
function position(n, breadth, depth) {
|
73
|
+
n.x = ax + depth++ * dspace;
|
74
|
+
n.y = ay + breadth++ * bspace;
|
75
|
+
n.midAngle = 0;
|
76
|
+
for (var c = n.firstChild; c; c = c.nextSibling) {
|
77
|
+
breadth = position(c, breadth, depth);
|
78
|
+
}
|
79
|
+
return breadth;
|
80
|
+
}
|
81
|
+
|
82
|
+
position(nodes[0], 1, 1);
|
83
|
+
};
|
@@ -0,0 +1,56 @@
|
|
1
|
+
/**
|
2
|
+
* Constructs a new, empty layout with default properties. Layouts are not
|
3
|
+
* typically constructed directly; instead, a concrete subclass is added to an
|
4
|
+
* existing panel via {@link pv.Mark#add}.
|
5
|
+
*
|
6
|
+
* @class Represents an abstract layout, encapsulating a visualization technique
|
7
|
+
* such as a streamgraph or treemap. Layouts are themselves containers,
|
8
|
+
* extending from {@link pv.Panel}, and defining a set of mark prototypes as
|
9
|
+
* children. These mark prototypes provide default properties that together
|
10
|
+
* implement the given visualization technique.
|
11
|
+
*
|
12
|
+
* <p>Layouts do not initially contain any marks; any exported marks (such as a
|
13
|
+
* network layout's <tt>link</tt> and <tt>node</tt>) are intended to be used as
|
14
|
+
* prototypes. By adding a concrete mark, such as a {@link pv.Bar}, to the
|
15
|
+
* appropriate mark prototype, the mark is added to the layout and inherits the
|
16
|
+
* given properties. This approach allows further customization of the layout,
|
17
|
+
* either by choosing a different mark type to add, or more simply by overriding
|
18
|
+
* some of the layout's defined properties.
|
19
|
+
*
|
20
|
+
* <p>Each concrete layout, such as treemap or circle-packing, has different
|
21
|
+
* behavior and may export different mark prototypes, depending on what marks
|
22
|
+
* are typically needed to render the desired visualization. Therefore it is
|
23
|
+
* important to understand how each layout is structured, such that the provided
|
24
|
+
* mark prototypes are used appropriately.
|
25
|
+
*
|
26
|
+
* <p>In addition to the mark prototypes, layouts may define custom properties
|
27
|
+
* that affect the overall behavior of the layout. For example, a treemap layout
|
28
|
+
* might use a property to specify which layout algorithm to use. These
|
29
|
+
* properties are just like other mark properties, and can be defined as
|
30
|
+
* constants or as functions. As with panels, the data property can be used to
|
31
|
+
* replicate layouts, and properties can be defined to in terms of layout data.
|
32
|
+
*
|
33
|
+
* @extends pv.Panel
|
34
|
+
*/
|
35
|
+
pv.Layout = function() {
|
36
|
+
pv.Panel.call(this);
|
37
|
+
};
|
38
|
+
|
39
|
+
pv.Layout.prototype = pv.extend(pv.Panel);
|
40
|
+
|
41
|
+
/**
|
42
|
+
* @private Defines a local property with the specified name and cast. Note that
|
43
|
+
* although the property method is only defined locally, the cast function is
|
44
|
+
* global, which is necessary since properties are inherited!
|
45
|
+
*
|
46
|
+
* @param {string} name the property name.
|
47
|
+
* @param {function} [cast] the cast function for this property.
|
48
|
+
*/
|
49
|
+
pv.Layout.prototype.property = function(name, cast) {
|
50
|
+
if (!this.hasOwnProperty("properties")) {
|
51
|
+
this.properties = pv.extend(this.properties);
|
52
|
+
}
|
53
|
+
this.properties[name] = true;
|
54
|
+
this.propertyMethod(name, false, pv.Mark.cast[name] = cast);
|
55
|
+
return this;
|
56
|
+
};
|
@@ -0,0 +1,177 @@
|
|
1
|
+
/**
|
2
|
+
* Constructs a new, empty matrix network layout. Layouts are not typically
|
3
|
+
* constructed directly; instead, they are added to an existing panel via
|
4
|
+
* {@link pv.Mark#add}.
|
5
|
+
*
|
6
|
+
* @class Implements a network visualization using a matrix view. This is, in
|
7
|
+
* effect, a visualization of the graph's <i>adjacency matrix</i>: the cell at
|
8
|
+
* row <i>i</i>, column <i>j</i>, corresponds to the link from node <i>i</i> to
|
9
|
+
* node <i>j</i>. The fill color of each cell is binary by default, and
|
10
|
+
* corresponds to whether a link exists between the two nodes. If the underlying
|
11
|
+
* graph has links with variable values, the <tt>fillStyle</tt> property can be
|
12
|
+
* substited to use an appropriate color function, such as {@link pv.ramp}.
|
13
|
+
*
|
14
|
+
* <p>For undirected networks, the matrix is symmetric around the diagonal. For
|
15
|
+
* directed networks, links in opposite directions can be rendered on opposite
|
16
|
+
* sides of the diagonal using <tt>directed(true)</tt>. The graph is assumed to
|
17
|
+
* be undirected by default.
|
18
|
+
*
|
19
|
+
* <p>The mark prototypes for this network layout are slightly different than
|
20
|
+
* other implementations:<ul>
|
21
|
+
*
|
22
|
+
* <li><tt>node</tt> - unsupported; undefined. No mark is needed to visualize
|
23
|
+
* nodes directly, as the nodes are implicit in the location (rows and columns)
|
24
|
+
* of the links.
|
25
|
+
*
|
26
|
+
* <p><li><tt>link</tt> - for rendering links; typically a {@link pv.Bar}. The
|
27
|
+
* link mark is added directly to the layout, with the data property defined as
|
28
|
+
* all possible pairs of nodes. Each pair is represented as a
|
29
|
+
* {@link pv.Network.Layout.Link}, though the <tt>linkValue</tt> attribute may
|
30
|
+
* be 0 if no link exists in the graph.
|
31
|
+
*
|
32
|
+
* <p><li><tt>label</tt> - for rendering node labels; typically a
|
33
|
+
* {@link pv.Label}. The label mark is added directly to the layout, with the
|
34
|
+
* data property defined via the layout's <tt>nodes</tt> property; note,
|
35
|
+
* however, that the nodes are duplicated so as to provide a label across the
|
36
|
+
* top and down the side. Properties such as <tt>strokeStyle</tt> and
|
37
|
+
* <tt>fillStyle</tt> can be overridden to compute properties from node data
|
38
|
+
* dynamically.
|
39
|
+
*
|
40
|
+
* </ul>For more details on how to use this layout, see
|
41
|
+
* {@link pv.Layout.Network}.
|
42
|
+
*
|
43
|
+
* @extends pv.Layout.Network
|
44
|
+
*/
|
45
|
+
pv.Layout.Matrix = function() {
|
46
|
+
pv.Layout.Network.call(this);
|
47
|
+
var that = this,
|
48
|
+
n, // cached matrix size
|
49
|
+
dx, // cached cell width
|
50
|
+
dy, // cached cell height
|
51
|
+
labels, // cached labels (array of strings)
|
52
|
+
pairs, // cached pairs (array of links)
|
53
|
+
buildImplied = that.buildImplied;
|
54
|
+
|
55
|
+
/** @private Cache layout state to optimize properties. */
|
56
|
+
this.buildImplied = function(s) {
|
57
|
+
buildImplied.call(this, s);
|
58
|
+
n = s.nodes.length;
|
59
|
+
dx = s.width / n;
|
60
|
+
dy = s.height / n;
|
61
|
+
labels = s.$matrix.labels;
|
62
|
+
pairs = s.$matrix.pairs;
|
63
|
+
};
|
64
|
+
|
65
|
+
/* Links are all pairs of nodes. */
|
66
|
+
this.link
|
67
|
+
.data(function() { return pairs; })
|
68
|
+
.left(function() { return dx * (this.index % n); })
|
69
|
+
.top(function() { return dy * Math.floor(this.index / n); })
|
70
|
+
.width(function() { return dx; })
|
71
|
+
.height(function() { return dy; })
|
72
|
+
.lineWidth(1.5)
|
73
|
+
.strokeStyle("#fff")
|
74
|
+
.fillStyle(function(l) { return l.linkValue ? "#555" : "#eee"; })
|
75
|
+
.parent = this;
|
76
|
+
|
77
|
+
/* No special add for links! */
|
78
|
+
delete this.link.add;
|
79
|
+
|
80
|
+
/* Labels are duplicated for top & left. */
|
81
|
+
this.label
|
82
|
+
.data(function() { return labels; })
|
83
|
+
.left(function() { return this.index & 1 ? dx * ((this.index >> 1) + .5) : 0; })
|
84
|
+
.top(function() { return this.index & 1 ? 0 : dy * ((this.index >> 1) + .5); })
|
85
|
+
.textMargin(4)
|
86
|
+
.textAlign(function() { return this.index & 1 ? "left" : "right"; })
|
87
|
+
.textAngle(function() { return this.index & 1 ? -Math.PI / 2 : 0; });
|
88
|
+
|
89
|
+
/* The node mark is unused. */
|
90
|
+
delete this.node;
|
91
|
+
};
|
92
|
+
|
93
|
+
pv.Layout.Matrix.prototype = pv.extend(pv.Layout.Network)
|
94
|
+
.property("directed", Boolean);
|
95
|
+
|
96
|
+
/**
|
97
|
+
* Whether this matrix visualization is directed (bidirectional). By default,
|
98
|
+
* the graph is assumed to be undirected, such that the visualization is
|
99
|
+
* symmetric across the matrix diagonal. If the network is directed, then
|
100
|
+
* forward links are drawn above the diagonal, while reverse links are drawn
|
101
|
+
* below.
|
102
|
+
*
|
103
|
+
* @type boolean
|
104
|
+
* @name pv.Layout.Matrix.prototype.directed
|
105
|
+
*/
|
106
|
+
|
107
|
+
/**
|
108
|
+
* Specifies an optional sort function. The sort function follows the same
|
109
|
+
* comparator contract required by {@link pv.Dom.Node#sort}. Specifying a sort
|
110
|
+
* function provides an alternative to sort the nodes as they are specified by
|
111
|
+
* the <tt>nodes</tt> property; the main advantage of doing this is that the
|
112
|
+
* comparator function can access implicit fields populated by the network
|
113
|
+
* layout, such as the <tt>linkDegree</tt>.
|
114
|
+
*
|
115
|
+
* <p>Note that matrix visualizations are particularly sensitive to order. This
|
116
|
+
* is referred to as the seriation problem, and many different techniques exist
|
117
|
+
* to find good node orders that emphasize clusters, such as spectral layout and
|
118
|
+
* simulated annealing.
|
119
|
+
*
|
120
|
+
* @param {function} f comparator function for nodes.
|
121
|
+
* @returns {pv.Layout.Matrix} this.
|
122
|
+
*/
|
123
|
+
pv.Layout.Matrix.prototype.sort = function(f) {
|
124
|
+
this.$sort = f;
|
125
|
+
return this;
|
126
|
+
};
|
127
|
+
|
128
|
+
/** @private */
|
129
|
+
pv.Layout.Matrix.prototype.buildImplied = function(s) {
|
130
|
+
if (pv.Layout.Network.prototype.buildImplied.call(this, s)) return;
|
131
|
+
|
132
|
+
var nodes = s.nodes,
|
133
|
+
links = s.links,
|
134
|
+
sort = this.$sort,
|
135
|
+
n = nodes.length,
|
136
|
+
index = pv.range(n),
|
137
|
+
labels = [],
|
138
|
+
pairs = [],
|
139
|
+
map = {};
|
140
|
+
|
141
|
+
s.$matrix = {labels: labels, pairs: pairs};
|
142
|
+
|
143
|
+
/* Sort the nodes. */
|
144
|
+
if (sort) index.sort(function(a, b) { return sort(nodes[a], nodes[b]); });
|
145
|
+
|
146
|
+
/* Create pairs. */
|
147
|
+
for (var i = 0; i < n; i++) {
|
148
|
+
for (var j = 0; j < n; j++) {
|
149
|
+
var a = index[i],
|
150
|
+
b = index[j],
|
151
|
+
p = {
|
152
|
+
row: i,
|
153
|
+
col: j,
|
154
|
+
sourceNode: nodes[a],
|
155
|
+
targetNode: nodes[b],
|
156
|
+
linkValue: 0
|
157
|
+
};
|
158
|
+
pairs.push(map[a + "." + b] = p);
|
159
|
+
}
|
160
|
+
}
|
161
|
+
|
162
|
+
/* Create labels. */
|
163
|
+
for (var i = 0; i < n; i++) {
|
164
|
+
var a = index[i];
|
165
|
+
labels.push(nodes[a], nodes[a]);
|
166
|
+
}
|
167
|
+
|
168
|
+
/* Accumulate link values. */
|
169
|
+
for (var i = 0; i < links.length; i++) {
|
170
|
+
var l = links[i],
|
171
|
+
source = l.sourceNode.index,
|
172
|
+
target = l.targetNode.index,
|
173
|
+
value = l.linkValue;
|
174
|
+
map[source + "." + target].linkValue += value;
|
175
|
+
if (!s.directed) map[target + "." + source].linkValue += value;
|
176
|
+
}
|
177
|
+
};
|
@@ -0,0 +1,302 @@
|
|
1
|
+
/**
|
2
|
+
* Constructs a new, empty network layout. Layouts are not typically constructed
|
3
|
+
* directly; instead, they are added to an existing panel via
|
4
|
+
* {@link pv.Mark#add}.
|
5
|
+
*
|
6
|
+
* @class Represents an abstract layout for network diagrams. This class
|
7
|
+
* provides the basic structure for both node-link diagrams (such as
|
8
|
+
* force-directed graph layout) and space-filling network diagrams (such as
|
9
|
+
* sunbursts and treemaps). Note that "network" here is a general term that
|
10
|
+
* includes hierarchical structures; a tree is represented using links from
|
11
|
+
* child to parent.
|
12
|
+
*
|
13
|
+
* <p>Network layouts require the graph data structure to be defined using two
|
14
|
+
* properties:<ul>
|
15
|
+
*
|
16
|
+
* <li><tt>nodes</tt> - an array of objects representing nodes. Objects in this
|
17
|
+
* array must conform to the {@link pv.Layout.Network.Node} interface; which is
|
18
|
+
* to say, be careful to avoid naming collisions with automatic attributes such
|
19
|
+
* as <tt>index</tt> and <tt>linkDegree</tt>. If the nodes property is defined
|
20
|
+
* as an array of primitives, such as numbers or strings, these primitives are
|
21
|
+
* automatically wrapped in an object; the resulting object's <tt>nodeValue</tt>
|
22
|
+
* attribute points to the original primitive value.
|
23
|
+
*
|
24
|
+
* <p><li><tt>links</tt> - an array of objects representing links. Objects in
|
25
|
+
* this array must conform to the {@link pv.Layout.Network.Link} interface; at a
|
26
|
+
* minimum, either <tt>source</tt> and <tt>target</tt> indexes or
|
27
|
+
* <tt>sourceNode</tt> and <tt>targetNode</tt> references must be set. Note that
|
28
|
+
* if the links property is defined after the nodes property, the links can be
|
29
|
+
* defined in terms of <tt>this.nodes()</tt>.
|
30
|
+
*
|
31
|
+
* </ul>
|
32
|
+
*
|
33
|
+
* <p>Three standard mark prototypes are provided:<ul>
|
34
|
+
*
|
35
|
+
* <li><tt>node</tt> - for rendering nodes; typically a {@link pv.Dot}. The node
|
36
|
+
* mark is added directly to the layout, with the data property defined via the
|
37
|
+
* layout's <tt>nodes</tt> property. Properties such as <tt>strokeStyle</tt> and
|
38
|
+
* <tt>fillStyle</tt> can be overridden to compute properties from node data
|
39
|
+
* dynamically.
|
40
|
+
*
|
41
|
+
* <p><li><tt>link</tt> - for rendering links; typically a {@link pv.Line}. The
|
42
|
+
* link mark is added to a child panel, whose data property is defined as
|
43
|
+
* layout's <tt>links</tt> property. The link's data property is then a
|
44
|
+
* two-element array of the source node and target node. Thus, poperties such as
|
45
|
+
* <tt>strokeStyle</tt> and <tt>fillStyle</tt> can be overridden to compute
|
46
|
+
* properties from either the node data (the first argument) or the link data
|
47
|
+
* (the second argument; the parent panel data) dynamically.
|
48
|
+
*
|
49
|
+
* <p><li><tt>label</tt> - for rendering node labels; typically a
|
50
|
+
* {@link pv.Label}. The label mark is added directly to the layout, with the
|
51
|
+
* data property defined via the layout's <tt>nodes</tt> property. Properties
|
52
|
+
* such as <tt>strokeStyle</tt> and <tt>fillStyle</tt> can be overridden to
|
53
|
+
* compute properties from node data dynamically.
|
54
|
+
*
|
55
|
+
* </ul>Note that some network implementations may not support all three
|
56
|
+
* standard mark prototypes; for example, space-filling hierarchical layouts
|
57
|
+
* typically do not use a <tt>link</tt> prototype, as the parent-child links are
|
58
|
+
* implied by the structure of the space-filling <tt>node</tt> marks. Check the
|
59
|
+
* specific network layout for implementation details.
|
60
|
+
*
|
61
|
+
* <p>Network layout properties, including <tt>nodes</tt> and <tt>links</tt>,
|
62
|
+
* are typically cached rather than re-evaluated with every call to render. This
|
63
|
+
* is a performance optimization, as network layout algorithms can be
|
64
|
+
* expensive. If the network structure changes, call {@link #reset} to clear the
|
65
|
+
* cache before rendering. Note that although the network layout properties are
|
66
|
+
* cached, child mark properties, such as the marks used to render the nodes and
|
67
|
+
* links, <i>are not</i>. Therefore, non-structural changes to the network
|
68
|
+
* layout, such as changing the color of a mark on mouseover, do not need to
|
69
|
+
* reset the layout.
|
70
|
+
*
|
71
|
+
* @see pv.Layout.Hierarchy
|
72
|
+
* @see pv.Layout.Force
|
73
|
+
* @see pv.Layout.Matrix
|
74
|
+
* @see pv.Layout.Arc
|
75
|
+
* @see pv.Layout.Rollup
|
76
|
+
* @extends pv.Layout
|
77
|
+
*/
|
78
|
+
pv.Layout.Network = function() {
|
79
|
+
pv.Layout.call(this);
|
80
|
+
var that = this;
|
81
|
+
|
82
|
+
/* @private Version tracking to cache layout state, improving performance. */
|
83
|
+
this.$id = pv.id();
|
84
|
+
|
85
|
+
/**
|
86
|
+
* The node prototype. This prototype is intended to be used with a Dot mark
|
87
|
+
* in conjunction with the link prototype.
|
88
|
+
*
|
89
|
+
* @type pv.Mark
|
90
|
+
* @name pv.Layout.Network.prototype.node
|
91
|
+
*/
|
92
|
+
(this.node = new pv.Mark()
|
93
|
+
.data(function() { return that.nodes(); })
|
94
|
+
.strokeStyle("#1f77b4")
|
95
|
+
.fillStyle("#fff")
|
96
|
+
.left(function(n) { return n.x; })
|
97
|
+
.top(function(n) { return n.y; })).parent = this;
|
98
|
+
|
99
|
+
/**
|
100
|
+
* The link prototype, which renders edges between source nodes and target
|
101
|
+
* nodes. This prototype is intended to be used with a Line mark in
|
102
|
+
* conjunction with the node prototype.
|
103
|
+
*
|
104
|
+
* @type pv.Mark
|
105
|
+
* @name pv.Layout.Network.prototype.link
|
106
|
+
*/
|
107
|
+
this.link = new pv.Mark()
|
108
|
+
.extend(this.node)
|
109
|
+
.data(function(p) { return [p.sourceNode, p.targetNode]; })
|
110
|
+
.fillStyle(null)
|
111
|
+
.lineWidth(function(d, p) { return p.linkValue * 1.5; })
|
112
|
+
.strokeStyle("rgba(0,0,0,.2)");
|
113
|
+
|
114
|
+
this.link.add = function(type) {
|
115
|
+
return that.add(pv.Panel)
|
116
|
+
.data(function() { return that.links(); })
|
117
|
+
.add(type)
|
118
|
+
.extend(this);
|
119
|
+
};
|
120
|
+
|
121
|
+
/**
|
122
|
+
* The node label prototype, which renders the node name adjacent to the node.
|
123
|
+
* This prototype is provided as an alternative to using the anchor on the
|
124
|
+
* node mark; it is primarily intended to be used with radial node-link
|
125
|
+
* layouts, since it provides a convenient mechanism to set the text angle.
|
126
|
+
*
|
127
|
+
* @type pv.Mark
|
128
|
+
* @name pv.Layout.Network.prototype.label
|
129
|
+
*/
|
130
|
+
(this.label = new pv.Mark()
|
131
|
+
.extend(this.node)
|
132
|
+
.textMargin(7)
|
133
|
+
.textBaseline("middle")
|
134
|
+
.text(function(n) { return n.nodeName || n.nodeValue; })
|
135
|
+
.textAngle(function(n) {
|
136
|
+
var a = n.midAngle;
|
137
|
+
return pv.Wedge.upright(a) ? a : (a + Math.PI);
|
138
|
+
})
|
139
|
+
.textAlign(function(n) {
|
140
|
+
return pv.Wedge.upright(n.midAngle) ? "left" : "right";
|
141
|
+
})).parent = this;
|
142
|
+
};
|
143
|
+
|
144
|
+
/**
|
145
|
+
* @class Represents a node in a network layout. There is no explicit
|
146
|
+
* constructor; this class merely serves to document the attributes that are
|
147
|
+
* used on nodes in network layouts. (Note that hierarchical nodes place
|
148
|
+
* additional requirements on node representation, vis {@link pv.Dom.Node}.)
|
149
|
+
*
|
150
|
+
* @see pv.Layout.Network
|
151
|
+
* @name pv.Layout.Network.Node
|
152
|
+
*/
|
153
|
+
|
154
|
+
/**
|
155
|
+
* The node index, zero-based. This attribute is populated automatically based
|
156
|
+
* on the index in the array returned by the <tt>nodes</tt> property.
|
157
|
+
*
|
158
|
+
* @type number
|
159
|
+
* @name pv.Layout.Network.Node.prototype.index
|
160
|
+
*/
|
161
|
+
|
162
|
+
/**
|
163
|
+
* The link degree; the sum of link values for all incoming and outgoing links.
|
164
|
+
* This attribute is populated automatically.
|
165
|
+
*
|
166
|
+
* @type number
|
167
|
+
* @name pv.Layout.Network.Node.prototype.linkDegree
|
168
|
+
*/
|
169
|
+
|
170
|
+
/**
|
171
|
+
* The node name; optional. If present, this attribute will be used to provide
|
172
|
+
* the text for node labels. If not present, the label text will fallback to the
|
173
|
+
* <tt>nodeValue</tt> attribute.
|
174
|
+
*
|
175
|
+
* @type string
|
176
|
+
* @name pv.Layout.Network.Node.prototype.nodeName
|
177
|
+
*/
|
178
|
+
|
179
|
+
/**
|
180
|
+
* The node value; optional. If present, and no <tt>nodeName</tt> attribute is
|
181
|
+
* present, the node value will be used as the label text. This attribute is
|
182
|
+
* also automatically populated if the nodes are specified as an array of
|
183
|
+
* primitives, such as strings or numbers.
|
184
|
+
*
|
185
|
+
* @type object
|
186
|
+
* @name pv.Layout.Network.Node.prototype.nodeValue
|
187
|
+
*/
|
188
|
+
|
189
|
+
/**
|
190
|
+
* @class Represents a link in a network layout. There is no explicit
|
191
|
+
* constructor; this class merely serves to document the attributes that are
|
192
|
+
* used on links in network layouts. For hierarchical layouts, this class is
|
193
|
+
* used to represent the parent-child links.
|
194
|
+
*
|
195
|
+
* @see pv.Layout.Network
|
196
|
+
* @name pv.Layout.Network.Link
|
197
|
+
*/
|
198
|
+
|
199
|
+
/**
|
200
|
+
* The link value, or weight; optional. If not specified (or not a number), the
|
201
|
+
* default value of 1 is used.
|
202
|
+
*
|
203
|
+
* @type number
|
204
|
+
* @name pv.Layout.Network.Link.prototype.linkValue
|
205
|
+
*/
|
206
|
+
|
207
|
+
/**
|
208
|
+
* The link's source node. If not set, this value will be derived from the
|
209
|
+
* <tt>source</tt> attribute index.
|
210
|
+
*
|
211
|
+
* @type pv.Layout.Network.Node
|
212
|
+
* @name pv.Layout.Network.Link.prototype.sourceNode
|
213
|
+
*/
|
214
|
+
|
215
|
+
/**
|
216
|
+
* The link's target node. If not set, this value will be derived from the
|
217
|
+
* <tt>target</tt> attribute index.
|
218
|
+
*
|
219
|
+
* @type pv.Layout.Network.Node
|
220
|
+
* @name pv.Layout.Network.Link.prototype.targetNode
|
221
|
+
*/
|
222
|
+
|
223
|
+
/**
|
224
|
+
* Alias for <tt>sourceNode</tt>, as expressed by the index of the source node.
|
225
|
+
* This attribute is not populated automatically, but may be used as a more
|
226
|
+
* convenient identification of the link's source, for example in a static JSON
|
227
|
+
* representation.
|
228
|
+
*
|
229
|
+
* @type number
|
230
|
+
* @name pv.Layout.Network.Link.prototype.source
|
231
|
+
*/
|
232
|
+
|
233
|
+
/**
|
234
|
+
* Alias for <tt>targetNode</tt>, as expressed by the index of the target node.
|
235
|
+
* This attribute is not populated automatically, but may be used as a more
|
236
|
+
* convenient identification of the link's target, for example in a static JSON
|
237
|
+
* representation.
|
238
|
+
*
|
239
|
+
* @type number
|
240
|
+
* @name pv.Layout.Network.Link.prototype.target
|
241
|
+
*/
|
242
|
+
|
243
|
+
/**
|
244
|
+
* Alias for <tt>linkValue</tt>. This attribute is not populated automatically,
|
245
|
+
* but may be used instead of the <tt>linkValue</tt> attribute when specifying
|
246
|
+
* links.
|
247
|
+
*
|
248
|
+
* @type number
|
249
|
+
* @name pv.Layout.Network.Link.prototype.value
|
250
|
+
*/
|
251
|
+
|
252
|
+
/** @private Transform nodes and links on cast. */
|
253
|
+
pv.Layout.Network.prototype = pv.extend(pv.Layout)
|
254
|
+
.property("nodes", function(v) {
|
255
|
+
return v.map(function(d, i) {
|
256
|
+
if (typeof d != "object") d = {nodeValue: d};
|
257
|
+
d.index = i;
|
258
|
+
return d;
|
259
|
+
});
|
260
|
+
})
|
261
|
+
.property("links", function(v) {
|
262
|
+
return v.map(function(d) {
|
263
|
+
if (isNaN(d.linkValue)) d.linkValue = isNaN(d.value) ? 1 : d.value;
|
264
|
+
return d;
|
265
|
+
});
|
266
|
+
});
|
267
|
+
|
268
|
+
/**
|
269
|
+
* Resets the cache, such that changes to layout property definitions will be
|
270
|
+
* visible on subsequent render. Unlike normal marks (and normal layouts),
|
271
|
+
* properties associated with network layouts are not automatically re-evaluated
|
272
|
+
* on render; the properties are cached, and any expensive layout algorithms are
|
273
|
+
* only run after the layout is explicitly reset.
|
274
|
+
*
|
275
|
+
* @returns {pv.Layout.Network} this.
|
276
|
+
*/
|
277
|
+
pv.Layout.Network.prototype.reset = function() {
|
278
|
+
this.$id = pv.id();
|
279
|
+
return this;
|
280
|
+
};
|
281
|
+
|
282
|
+
/** @private Skip evaluating properties if cached. */
|
283
|
+
pv.Layout.Network.prototype.buildProperties = function(s, properties) {
|
284
|
+
if ((s.$id || 0) < this.$id) {
|
285
|
+
pv.Layout.prototype.buildProperties.call(this, s, properties);
|
286
|
+
}
|
287
|
+
};
|
288
|
+
|
289
|
+
/** @private Compute link degrees; map source and target indexes to nodes. */
|
290
|
+
pv.Layout.Network.prototype.buildImplied = function(s) {
|
291
|
+
pv.Layout.prototype.buildImplied.call(this, s);
|
292
|
+
if (s.$id >= this.$id) return true;
|
293
|
+
s.$id = this.$id;
|
294
|
+
s.nodes.forEach(function(d) {
|
295
|
+
d.linkDegree = 0;
|
296
|
+
});
|
297
|
+
s.links.forEach(function(d) {
|
298
|
+
var v = d.linkValue;
|
299
|
+
(d.sourceNode || (d.sourceNode = s.nodes[d.source])).linkDegree += v;
|
300
|
+
(d.targetNode || (d.targetNode = s.nodes[d.target])).linkDegree += v;
|
301
|
+
});
|
302
|
+
};
|