Protovis Tests, Partially Applying SVGWeb

This protovis pre-3.2 includes a small number of changes over the top of protovis 3.2 that allow it to work with SVGWeb.

You can find a fork of the official Protovis source code with these changes at gitorious (http://gitorious.org/~jlove/protovis/jloves-protovis).

Downloads

Or you can download the necessary files here:

How-To

To make protovis work using SVGWeb, you need to alter your coding style slightly, basically because you need to make it work under IE. Namely:

Bugs using SVGWeb

This SVGWeb implementation is not perfect. There are a few bugs and what-not to work out still:

Tests

The following links are links that have been altered to work with this version of protovis. They have been configured to run SVGWeb in flash on all browsers, so you see what happens using the flash renderer even in FireFox and Chrome.

./interaction/bar1.html
./interaction/reverseScale.html
./mark/bar-column-grouped.html
./mark/label-decoration.html
./mark/cursor.html
./mark/area-segmented.html
./mark/line.html
./mark/bar.html
./mark/wedge-pie.html
./mark/def-type.html
./mark/render-partial.html
./mark/bar-column-stacked.html
./mark/line-fill.html
./mark/area-stacked.html
./mark/event.html
./mark/line-step.html
./mark/area.html
./mark/bar-stacked.html
./mark/bar-column.html
./mark/panel-transform.html
./mark/panel-canvas.html
./mark/panel-fill.html
./mark/line-polar.html
./mark/dot-stroke.html
./mark/bar-grouped.html
./mark/property-cast.html
./mark/anchor.html
./mark/area-anchor-chain.html
./mark/title.html
./mark/wedge-donut.html
./mark/line-segmented.html
./mark/dot.html
./examples/antibiotics.html
./examples/wheat.html
./examples/polarclock.html
./data/scale-date.html
./layout/cluster-radial2.html
./layout/cluster-radial-group-fill.html
./layout/partition-fill3.html
./layout/cluster2.html
./layout/cluster-fill.html
./layout/indent2.html
./layout/arc2.html
./layout/arc-radial.html
./layout/arc.html
./layout/cluster-fill-group.html
./layout/indent.html
./layout/partition-fill2.html
./layout/partition-fill.html
./layout/partition-radial-fill.html
./layout/force3.html
./layout/force.html
./layout/partition-radial.html
./layout/partition-radial2.html
./layout/tree.html
./layout/force2.html
./layout/tree-radial.html
./layout/partition.html
./layout/partition-radial-fill2.html
./layout/partition-radial-fill3.html
./layout/pack.html
./layout/pack2.html
./layout/partition2.html
./layout/cluster-radial-fill.html
./layout/cluster.html
./layout/tree-radial2.html
./layout/arc-directed.html
./layout/tree2.html
./layout/cluster-radial.html
./physics/dorling.html
./physics/simulation.html
./text/format-number.html
./text/format-csv.html
./lang/init.html