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,78 @@
|
|
1
|
+
/**
|
2
|
+
* Returns all of the property names (keys) of the specified object (a map). The
|
3
|
+
* order of the returned array is not defined.
|
4
|
+
*
|
5
|
+
* @param map an object.
|
6
|
+
* @returns {string[]} an array of strings corresponding to the keys.
|
7
|
+
* @see #entries
|
8
|
+
*/
|
9
|
+
pv.keys = function(map) {
|
10
|
+
var array = [];
|
11
|
+
for (var key in map) {
|
12
|
+
array.push(key);
|
13
|
+
}
|
14
|
+
return array;
|
15
|
+
};
|
16
|
+
|
17
|
+
/**
|
18
|
+
* Returns all of the entries (key-value pairs) of the specified object (a
|
19
|
+
* map). The order of the returned array is not defined. Each key-value pair is
|
20
|
+
* represented as an object with <tt>key</tt> and <tt>value</tt> attributes,
|
21
|
+
* e.g., <tt>{key: "foo", value: 42}</tt>.
|
22
|
+
*
|
23
|
+
* @param map an object.
|
24
|
+
* @returns {array} an array of key-value pairs corresponding to the keys.
|
25
|
+
*/
|
26
|
+
pv.entries = function(map) {
|
27
|
+
var array = [];
|
28
|
+
for (var key in map) {
|
29
|
+
array.push({ key: key, value: map[key] });
|
30
|
+
}
|
31
|
+
return array;
|
32
|
+
};
|
33
|
+
|
34
|
+
/**
|
35
|
+
* Returns all of the values (attribute values) of the specified object (a
|
36
|
+
* map). The order of the returned array is not defined.
|
37
|
+
*
|
38
|
+
* @param map an object.
|
39
|
+
* @returns {array} an array of objects corresponding to the values.
|
40
|
+
* @see #entries
|
41
|
+
*/
|
42
|
+
pv.values = function(map) {
|
43
|
+
var array = [];
|
44
|
+
for (var key in map) {
|
45
|
+
array.push(map[key]);
|
46
|
+
}
|
47
|
+
return array;
|
48
|
+
};
|
49
|
+
|
50
|
+
/**
|
51
|
+
* Returns a map constructed from the specified <tt>keys</tt>, using the
|
52
|
+
* function <tt>f</tt> to compute the value for each key. The single argument to
|
53
|
+
* the value function is the key. The callback is invoked only for indexes of
|
54
|
+
* the array which have assigned values; it is not invoked for indexes which
|
55
|
+
* have been deleted or which have never been assigned values.
|
56
|
+
*
|
57
|
+
* <p>For example, this expression creates a map from strings to string length:
|
58
|
+
*
|
59
|
+
* <pre>pv.dict(["one", "three", "seventeen"], function(s) s.length)</pre>
|
60
|
+
*
|
61
|
+
* The returned value is <tt>{one: 3, three: 5, seventeen: 9}</tt>. Accessor
|
62
|
+
* functions can refer to <tt>this.index</tt>.
|
63
|
+
*
|
64
|
+
* @param {array} keys an array.
|
65
|
+
* @param {function} f a value function.
|
66
|
+
* @returns a map from keys to values.
|
67
|
+
*/
|
68
|
+
pv.dict = function(keys, f) {
|
69
|
+
var m = {}, o = {};
|
70
|
+
for (var i = 0; i < keys.length; i++) {
|
71
|
+
if (i in keys) {
|
72
|
+
var k = keys[i];
|
73
|
+
o.index = i;
|
74
|
+
m[k] = f.call(o, k);
|
75
|
+
}
|
76
|
+
}
|
77
|
+
return m;
|
78
|
+
};
|
@@ -0,0 +1,267 @@
|
|
1
|
+
/**
|
2
|
+
* Returns an ordinal scale for the specified domain. The arguments to this
|
3
|
+
* constructor are optional, and equivalent to calling {@link #domain}.
|
4
|
+
*
|
5
|
+
* @class Represents an ordinal scale. <style
|
6
|
+
* type="text/css">sub{line-height:0}</style> An ordinal scale represents a
|
7
|
+
* pairwise mapping from <i>n</i> discrete values in the input domain to
|
8
|
+
* <i>n</i> discrete values in the output range. For example, an ordinal scale
|
9
|
+
* might map a domain of species ["setosa", "versicolor", "virginica"] to colors
|
10
|
+
* ["red", "green", "blue"]. Thus, saying
|
11
|
+
*
|
12
|
+
* <pre> .fillStyle(function(d) {
|
13
|
+
* switch (d.species) {
|
14
|
+
* case "setosa": return "red";
|
15
|
+
* case "versicolor": return "green";
|
16
|
+
* case "virginica": return "blue";
|
17
|
+
* }
|
18
|
+
* })</pre>
|
19
|
+
*
|
20
|
+
* is equivalent to
|
21
|
+
*
|
22
|
+
* <pre> .fillStyle(pv.Scale.ordinal("setosa", "versicolor", "virginica")
|
23
|
+
* .range("red", "green", "blue")
|
24
|
+
* .by(function(d) d.species))</pre>
|
25
|
+
*
|
26
|
+
* If the mapping from species to color does not need to be specified
|
27
|
+
* explicitly, the domain can be omitted. In this case it will be inferred
|
28
|
+
* lazily from the data:
|
29
|
+
*
|
30
|
+
* <pre> .fillStyle(pv.colors("red", "green", "blue")
|
31
|
+
* .by(function(d) d.species))</pre>
|
32
|
+
*
|
33
|
+
* When the domain is inferred, the first time the scale is invoked, the first
|
34
|
+
* element from the range will be returned. Subsequent calls with unique values
|
35
|
+
* will return subsequent elements from the range. If the inferred domain grows
|
36
|
+
* larger than the range, range values will be reused. However, it is strongly
|
37
|
+
* recommended that the domain and the range contain the same number of
|
38
|
+
* elements.
|
39
|
+
*
|
40
|
+
* <p>A range can be discretized from a continuous interval (e.g., for pixel
|
41
|
+
* positioning) by using {@link #split}, {@link #splitFlush} or
|
42
|
+
* {@link #splitBanded} after the domain has been set. For example, if
|
43
|
+
* <tt>states</tt> is an array of the fifty U.S. state names, the state name can
|
44
|
+
* be encoded in the left position:
|
45
|
+
*
|
46
|
+
* <pre> .left(pv.Scale.ordinal(states)
|
47
|
+
* .split(0, 640)
|
48
|
+
* .by(function(d) d.state))</pre>
|
49
|
+
*
|
50
|
+
* <p>N.B.: ordinal scales are not invertible (at least not yet), since the
|
51
|
+
* domain and range and discontinuous. A workaround is to use a linear scale.
|
52
|
+
*
|
53
|
+
* @param {...} domain... optional domain values.
|
54
|
+
* @extends pv.Scale
|
55
|
+
* @see pv.colors
|
56
|
+
*/
|
57
|
+
pv.Scale.ordinal = function() {
|
58
|
+
var d = [], i = {}, r = [], band = 0;
|
59
|
+
|
60
|
+
/** @private */
|
61
|
+
function scale(x) {
|
62
|
+
if (!(x in i)) i[x] = d.push(x) - 1;
|
63
|
+
return r[i[x] % r.length];
|
64
|
+
}
|
65
|
+
|
66
|
+
/**
|
67
|
+
* Sets or gets the input domain. This method can be invoked several ways:
|
68
|
+
*
|
69
|
+
* <p>1. <tt>domain(values...)</tt>
|
70
|
+
*
|
71
|
+
* <p>Specifying the domain as a series of values is the most explicit and
|
72
|
+
* recommended approach. However, if the domain values are derived from data,
|
73
|
+
* you may find the second method more appropriate.
|
74
|
+
*
|
75
|
+
* <p>2. <tt>domain(array, f)</tt>
|
76
|
+
*
|
77
|
+
* <p>Rather than enumerating the domain values as explicit arguments to this
|
78
|
+
* method, you can specify a single argument of an array. In addition, you can
|
79
|
+
* specify an optional accessor function to extract the domain values from the
|
80
|
+
* array.
|
81
|
+
*
|
82
|
+
* <p>3. <tt>domain()</tt>
|
83
|
+
*
|
84
|
+
* <p>Invoking the <tt>domain</tt> method with no arguments returns the
|
85
|
+
* current domain as an array.
|
86
|
+
*
|
87
|
+
* @function
|
88
|
+
* @name pv.Scale.ordinal.prototype.domain
|
89
|
+
* @param {...} domain... domain values.
|
90
|
+
* @returns {pv.Scale.ordinal} <tt>this</tt>, or the current domain.
|
91
|
+
*/
|
92
|
+
scale.domain = function(array, f) {
|
93
|
+
if (arguments.length) {
|
94
|
+
array = (array instanceof Array)
|
95
|
+
? ((arguments.length > 1) ? pv.map(array, f) : array)
|
96
|
+
: Array.prototype.slice.call(arguments);
|
97
|
+
|
98
|
+
/* Filter the specified ordinals to their unique values. */
|
99
|
+
d = [];
|
100
|
+
var seen = {};
|
101
|
+
for (var j = 0; j < array.length; j++) {
|
102
|
+
var o = array[j];
|
103
|
+
if (!(o in seen)) {
|
104
|
+
seen[o] = true;
|
105
|
+
d.push(o);
|
106
|
+
}
|
107
|
+
}
|
108
|
+
|
109
|
+
i = pv.numerate(d);
|
110
|
+
return this;
|
111
|
+
}
|
112
|
+
return d;
|
113
|
+
};
|
114
|
+
|
115
|
+
/**
|
116
|
+
* Sets or gets the output range. This method can be invoked several ways:
|
117
|
+
*
|
118
|
+
* <p>1. <tt>range(values...)</tt>
|
119
|
+
*
|
120
|
+
* <p>Specifying the range as a series of values is the most explicit and
|
121
|
+
* recommended approach. However, if the range values are derived from data,
|
122
|
+
* you may find the second method more appropriate.
|
123
|
+
*
|
124
|
+
* <p>2. <tt>range(array, f)</tt>
|
125
|
+
*
|
126
|
+
* <p>Rather than enumerating the range values as explicit arguments to this
|
127
|
+
* method, you can specify a single argument of an array. In addition, you can
|
128
|
+
* specify an optional accessor function to extract the range values from the
|
129
|
+
* array.
|
130
|
+
*
|
131
|
+
* <p>3. <tt>range()</tt>
|
132
|
+
*
|
133
|
+
* <p>Invoking the <tt>range</tt> method with no arguments returns the
|
134
|
+
* current range as an array.
|
135
|
+
*
|
136
|
+
* @function
|
137
|
+
* @name pv.Scale.ordinal.prototype.range
|
138
|
+
* @param {...} range... range values.
|
139
|
+
* @returns {pv.Scale.ordinal} <tt>this</tt>, or the current range.
|
140
|
+
*/
|
141
|
+
scale.range = function(array, f) {
|
142
|
+
if (arguments.length) {
|
143
|
+
r = (array instanceof Array)
|
144
|
+
? ((arguments.length > 1) ? pv.map(array, f) : array)
|
145
|
+
: Array.prototype.slice.call(arguments);
|
146
|
+
if (typeof r[0] == "string") r = r.map(pv.color);
|
147
|
+
return this;
|
148
|
+
}
|
149
|
+
return r;
|
150
|
+
};
|
151
|
+
|
152
|
+
/**
|
153
|
+
* Sets the range from the given continuous interval. The interval
|
154
|
+
* [<i>min</i>, <i>max</i>] is subdivided into <i>n</i> equispaced points,
|
155
|
+
* where <i>n</i> is the number of (unique) values in the domain. The first
|
156
|
+
* and last point are offset from the edge of the range by half the distance
|
157
|
+
* between points.
|
158
|
+
*
|
159
|
+
* <p>This method must be called <i>after</i> the domain is set.
|
160
|
+
*
|
161
|
+
* @function
|
162
|
+
* @name pv.Scale.ordinal.prototype.split
|
163
|
+
* @param {number} min minimum value of the output range.
|
164
|
+
* @param {number} max maximum value of the output range.
|
165
|
+
* @returns {pv.Scale.ordinal} <tt>this</tt>.
|
166
|
+
* @see #splitFlush
|
167
|
+
* @see #splitBanded
|
168
|
+
*/
|
169
|
+
scale.split = function(min, max) {
|
170
|
+
var step = (max - min) / this.domain().length;
|
171
|
+
r = pv.range(min + step / 2, max, step);
|
172
|
+
return this;
|
173
|
+
};
|
174
|
+
|
175
|
+
/**
|
176
|
+
* Sets the range from the given continuous interval. The interval
|
177
|
+
* [<i>min</i>, <i>max</i>] is subdivided into <i>n</i> equispaced points,
|
178
|
+
* where <i>n</i> is the number of (unique) values in the domain. The first
|
179
|
+
* and last point are exactly on the edge of the range.
|
180
|
+
*
|
181
|
+
* <p>This method must be called <i>after</i> the domain is set.
|
182
|
+
*
|
183
|
+
* @function
|
184
|
+
* @name pv.Scale.ordinal.prototype.splitFlush
|
185
|
+
* @param {number} min minimum value of the output range.
|
186
|
+
* @param {number} max maximum value of the output range.
|
187
|
+
* @returns {pv.Scale.ordinal} <tt>this</tt>.
|
188
|
+
* @see #split
|
189
|
+
*/
|
190
|
+
scale.splitFlush = function(min, max) {
|
191
|
+
var n = this.domain().length, step = (max - min) / (n - 1);
|
192
|
+
r = (n == 1) ? [(min + max) / 2]
|
193
|
+
: pv.range(min, max + step / 2, step);
|
194
|
+
return this;
|
195
|
+
};
|
196
|
+
|
197
|
+
/**
|
198
|
+
* Sets the range from the given continuous interval. The interval
|
199
|
+
* [<i>min</i>, <i>max</i>] is subdivided into <i>n</i> equispaced bands,
|
200
|
+
* where <i>n</i> is the number of (unique) values in the domain. The first
|
201
|
+
* and last band are offset from the edge of the range by the distance between
|
202
|
+
* bands.
|
203
|
+
*
|
204
|
+
* <p>The band width argument, <tt>band</tt>, is typically in the range [0, 1]
|
205
|
+
* and defaults to 1. This fraction corresponds to the amount of space in the
|
206
|
+
* range to allocate to the bands, as opposed to padding. A value of 0.5 means
|
207
|
+
* that the band width will be equal to the padding width. The computed
|
208
|
+
* absolute band width can be retrieved from the range as
|
209
|
+
* <tt>scale.range().band</tt>.
|
210
|
+
*
|
211
|
+
* <p>If the band width argument is negative, this method will allocate bands
|
212
|
+
* of a <i>fixed</i> width <tt>-band</tt>, rather than a relative fraction of
|
213
|
+
* the available space.
|
214
|
+
*
|
215
|
+
* <p>Tip: to inset the bands by a fixed amount <tt>p</tt>, specify a minimum
|
216
|
+
* value of <tt>min + p</tt> (or simply <tt>p</tt>, if <tt>min</tt> is
|
217
|
+
* 0). Then set the mark width to <tt>scale.range().band - p</tt>.
|
218
|
+
*
|
219
|
+
* <p>This method must be called <i>after</i> the domain is set.
|
220
|
+
*
|
221
|
+
* @function
|
222
|
+
* @name pv.Scale.ordinal.prototype.splitBanded
|
223
|
+
* @param {number} min minimum value of the output range.
|
224
|
+
* @param {number} max maximum value of the output range.
|
225
|
+
* @param {number} [band] the fractional band width in [0, 1]; defaults to 1.
|
226
|
+
* @returns {pv.Scale.ordinal} <tt>this</tt>.
|
227
|
+
* @see #split
|
228
|
+
*/
|
229
|
+
scale.splitBanded = function(min, max, band) {
|
230
|
+
if (arguments.length < 3) band = 1;
|
231
|
+
if (band < 0) {
|
232
|
+
var n = this.domain().length,
|
233
|
+
total = -band * n,
|
234
|
+
remaining = max - min - total,
|
235
|
+
padding = remaining / (n + 1);
|
236
|
+
r = pv.range(min + padding, max, padding - band);
|
237
|
+
r.band = -band;
|
238
|
+
} else {
|
239
|
+
var step = (max - min) / (this.domain().length + (1 - band));
|
240
|
+
r = pv.range(min + step * (1 - band), max, step);
|
241
|
+
r.band = step * band;
|
242
|
+
}
|
243
|
+
return this;
|
244
|
+
};
|
245
|
+
|
246
|
+
/**
|
247
|
+
* Returns a view of this scale by the specified accessor function <tt>f</tt>.
|
248
|
+
* Given a scale <tt>y</tt>, <tt>y.by(function(d) d.foo)</tt> is equivalent to
|
249
|
+
* <tt>function(d) y(d.foo)</tt>. This method should be used judiciously; it
|
250
|
+
* is typically more clear to invoke the scale directly, passing in the value
|
251
|
+
* to be scaled.
|
252
|
+
*
|
253
|
+
* @function
|
254
|
+
* @name pv.Scale.ordinal.prototype.by
|
255
|
+
* @param {function} f an accessor function.
|
256
|
+
* @returns {pv.Scale.ordinal} a view of this scale by the specified accessor
|
257
|
+
* function.
|
258
|
+
*/
|
259
|
+
scale.by = function(f) {
|
260
|
+
function by() { return scale(f.apply(this, arguments)); }
|
261
|
+
for (var method in scale) by[method] = scale[method];
|
262
|
+
return by;
|
263
|
+
};
|
264
|
+
|
265
|
+
scale.domain.apply(scale, arguments);
|
266
|
+
return scale;
|
267
|
+
};
|
@@ -0,0 +1,180 @@
|
|
1
|
+
/**
|
2
|
+
* Constructs a default quantile scale. The arguments to this constructor are
|
3
|
+
* optional, and equivalent to calling {@link #domain}. The default domain is
|
4
|
+
* the empty set, and the default range is [0,1].
|
5
|
+
*
|
6
|
+
* @class Represents a quantile scale; a function that maps from a value within
|
7
|
+
* a sortable domain to a quantized numeric range. Typically, the domain is a
|
8
|
+
* set of numbers, but any sortable value (such as strings) can be used as the
|
9
|
+
* domain of a quantile scale. The range defaults to [0,1], with 0 corresponding
|
10
|
+
* to the smallest value in the domain, 1 the largest, .5 the median, etc.
|
11
|
+
*
|
12
|
+
* <p>By default, the number of quantiles in the range corresponds to the number
|
13
|
+
* of values in the domain. The {@link #quantiles} method can be used to specify
|
14
|
+
* an explicit number of quantiles; for example, <tt>quantiles(4)</tt> produces
|
15
|
+
* a standard quartile scale. A quartile scale's range is a set of four discrete
|
16
|
+
* values, such as [0, 1/3, 2/3, 1]. Calling the {@link #range} method will
|
17
|
+
* scale these discrete values accordingly, similar to {@link
|
18
|
+
* pv.Scale.ordinal#splitFlush}.
|
19
|
+
*
|
20
|
+
* <p>For example, given the strings ["c", "a", "b"], a default quantile scale:
|
21
|
+
*
|
22
|
+
* <pre>pv.Scale.quantile("c", "a", "b")</pre>
|
23
|
+
*
|
24
|
+
* will return 0 for "a", .5 for "b", and 1 for "c".
|
25
|
+
*
|
26
|
+
* @extends pv.Scale
|
27
|
+
*/
|
28
|
+
pv.Scale.quantile = function() {
|
29
|
+
var n = -1, // number of quantiles
|
30
|
+
j = -1, // max quantile index
|
31
|
+
q = [], // quantile boundaries
|
32
|
+
d = [], // domain
|
33
|
+
y = pv.Scale.linear(); // range
|
34
|
+
|
35
|
+
/** @private */
|
36
|
+
function scale(x) {
|
37
|
+
return y(Math.max(0, Math.min(j, pv.search.index(q, x) - 1)) / j);
|
38
|
+
}
|
39
|
+
|
40
|
+
/**
|
41
|
+
* Sets or gets the quantile boundaries. By default, each element in the
|
42
|
+
* domain is in its own quantile. If the argument to this method is a number,
|
43
|
+
* it specifies the number of equal-sized quantiles by which to divide the
|
44
|
+
* domain.
|
45
|
+
*
|
46
|
+
* <p>If no arguments are specified, this method returns the quantile
|
47
|
+
* boundaries; the first element is always the minimum value of the domain,
|
48
|
+
* and the last element is the maximum value of the domain. Thus, the length
|
49
|
+
* of the returned array is always one greater than the number of quantiles.
|
50
|
+
*
|
51
|
+
* @function
|
52
|
+
* @name pv.Scale.quantile.prototype.quantiles
|
53
|
+
* @param {number} x the number of quantiles.
|
54
|
+
*/
|
55
|
+
scale.quantiles = function(x) {
|
56
|
+
if (arguments.length) {
|
57
|
+
n = Number(x);
|
58
|
+
if (n < 0) {
|
59
|
+
q = [d[0]].concat(d);
|
60
|
+
j = d.length - 1;
|
61
|
+
} else {
|
62
|
+
q = [];
|
63
|
+
q[0] = d[0];
|
64
|
+
for (var i = 1; i <= n; i++) {
|
65
|
+
q[i] = d[~~(i * (d.length - 1) / n)];
|
66
|
+
}
|
67
|
+
j = n - 1;
|
68
|
+
}
|
69
|
+
return this;
|
70
|
+
}
|
71
|
+
return q;
|
72
|
+
};
|
73
|
+
|
74
|
+
/**
|
75
|
+
* Sets or gets the input domain. This method can be invoked several ways:
|
76
|
+
*
|
77
|
+
* <p>1. <tt>domain(values...)</tt>
|
78
|
+
*
|
79
|
+
* <p>Specifying the domain as a series of values is the most explicit and
|
80
|
+
* recommended approach. However, if the domain values are derived from data,
|
81
|
+
* you may find the second method more appropriate.
|
82
|
+
*
|
83
|
+
* <p>2. <tt>domain(array, f)</tt>
|
84
|
+
*
|
85
|
+
* <p>Rather than enumerating the domain values as explicit arguments to this
|
86
|
+
* method, you can specify a single argument of an array. In addition, you can
|
87
|
+
* specify an optional accessor function to extract the domain values from the
|
88
|
+
* array.
|
89
|
+
*
|
90
|
+
* <p>3. <tt>domain()</tt>
|
91
|
+
*
|
92
|
+
* <p>Invoking the <tt>domain</tt> method with no arguments returns the
|
93
|
+
* current domain as an array.
|
94
|
+
*
|
95
|
+
* @function
|
96
|
+
* @name pv.Scale.quantile.prototype.domain
|
97
|
+
* @param {...} domain... domain values.
|
98
|
+
* @returns {pv.Scale.quantile} <tt>this</tt>, or the current domain.
|
99
|
+
*/
|
100
|
+
scale.domain = function(array, f) {
|
101
|
+
if (arguments.length) {
|
102
|
+
d = (array instanceof Array)
|
103
|
+
? pv.map(array, f)
|
104
|
+
: Array.prototype.slice.call(arguments);
|
105
|
+
d.sort(pv.naturalOrder);
|
106
|
+
scale.quantiles(n); // recompute quantiles
|
107
|
+
return this;
|
108
|
+
}
|
109
|
+
return d;
|
110
|
+
};
|
111
|
+
|
112
|
+
/**
|
113
|
+
* Sets or gets the output range. This method can be invoked several ways:
|
114
|
+
*
|
115
|
+
* <p>1. <tt>range(min, ..., max)</tt>
|
116
|
+
*
|
117
|
+
* <p>The range may be specified as a series of numbers or colors. Most
|
118
|
+
* commonly, two numbers are specified: the minimum and maximum pixel values.
|
119
|
+
* For a color scale, values may be specified as {@link pv.Color}s or
|
120
|
+
* equivalent strings. For a diverging scale, or other subdivided non-uniform
|
121
|
+
* scales, multiple values can be specified. For example:
|
122
|
+
*
|
123
|
+
* <pre> .range("red", "white", "green")</pre>
|
124
|
+
*
|
125
|
+
* <p>Currently, only numbers and colors are supported as range values. The
|
126
|
+
* number of range values must exactly match the number of domain values, or
|
127
|
+
* the behavior of the scale is undefined.
|
128
|
+
*
|
129
|
+
* <p>2. <tt>range()</tt>
|
130
|
+
*
|
131
|
+
* <p>Invoking the <tt>range</tt> method with no arguments returns the current
|
132
|
+
* range as an array of numbers or colors.
|
133
|
+
*
|
134
|
+
* @function
|
135
|
+
* @name pv.Scale.quantile.prototype.range
|
136
|
+
* @param {...} range... range values.
|
137
|
+
* @returns {pv.Scale.quantile} <tt>this</tt>, or the current range.
|
138
|
+
*/
|
139
|
+
scale.range = function() {
|
140
|
+
if (arguments.length) {
|
141
|
+
y.range.apply(y, arguments);
|
142
|
+
return this;
|
143
|
+
}
|
144
|
+
return y.range();
|
145
|
+
};
|
146
|
+
|
147
|
+
/**
|
148
|
+
* Returns a view of this scale by the specified accessor function <tt>f</tt>.
|
149
|
+
* Given a scale <tt>y</tt>, <tt>y.by(function(d) d.foo)</tt> is equivalent to
|
150
|
+
* <tt>function(d) y(d.foo)</tt>.
|
151
|
+
*
|
152
|
+
* <p>This method is provided for convenience, such that scales can be
|
153
|
+
* succinctly defined inline. For example, given an array of data elements
|
154
|
+
* that have a <tt>score</tt> attribute with the domain [0, 1], the height
|
155
|
+
* property could be specified as:
|
156
|
+
*
|
157
|
+
* <pre>.height(pv.Scale.linear().range(0, 480).by(function(d) d.score))</pre>
|
158
|
+
*
|
159
|
+
* This is equivalent to:
|
160
|
+
*
|
161
|
+
* <pre>.height(function(d) d.score * 480)</pre>
|
162
|
+
*
|
163
|
+
* This method should be used judiciously; it is typically more clear to
|
164
|
+
* invoke the scale directly, passing in the value to be scaled.
|
165
|
+
*
|
166
|
+
* @function
|
167
|
+
* @name pv.Scale.quantile.prototype.by
|
168
|
+
* @param {function} f an accessor function.
|
169
|
+
* @returns {pv.Scale.quantile} a view of this scale by the specified
|
170
|
+
* accessor function.
|
171
|
+
*/
|
172
|
+
scale.by = function(f) {
|
173
|
+
function by() { return scale(f.apply(this, arguments)); }
|
174
|
+
for (var method in scale) by[method] = scale[method];
|
175
|
+
return by;
|
176
|
+
};
|
177
|
+
|
178
|
+
scale.domain.apply(scale, arguments);
|
179
|
+
return scale;
|
180
|
+
};
|