====SVG Vertical Barchart==== This example shows how [[webbind:start|Web Binding]] can be used to make an SVG-based vertical bar-chart. There are actually **many** ways you can build a barchart using SVGs. This first example adjusts the //height// and //y// attributes of an SVG **rect** to show the value. TESTING [[https://ardi.com.au/downloads/webbind_svg.svg|See Example]]. This second example is very similar, but instead of adjusting the width and height, we adjust the **transform** to scale the object up and down. TESTING [[https://ardi.com.au/downloads/webbind_svg2.svg|See Example]]