// An example that uses the new SVG mouseover technique that is the default with ploticus 
// 2.30+.  Mouseover is completely handled from within the SVG document, with assistance
// from two javascripts.
//





#proc getdata
delim: tab
data:  
  02feb2004	5
  05feb2004	7
  08feb2004	12

#proc areadef
rectangle: 1 1 5 3
xscaletype: date ddmmmyyyy
xautorange: datafield=1 margin=1
yrange: 0 15
xaxis.stubs: inc 1 day
xaxis.stubformat: Mmmdd
yaxis.stubs: inc
       
#proc bars
locfield: 1
lenfield: 2
color: green
clickmaplabel: @@1