MercurialWebTheme

Change of themes/mercurialweb/graph.tmpl

52:84c2b3fdf0b9
themes/mercurialweb/graph.tmpl
     1.1 --- a/themes/mercurialweb/graph.tmpl	Fri Dec 02 00:26:18 2011 +0100
     1.2 +++ b/themes/mercurialweb/graph.tmpl	Sat Apr 28 00:35:28 2012 +0200
     1.3 @@ -36,13 +36,13 @@
     1.4  <div class="graph" style="padding-left:{canvaswidth}px;">
     1.5  <table class="graph" style="height:{truecanvasheight}px;">
     1.6    <tbody>
     1.7 -{svgdata%graphlabel}
     1.8 +{jsdata%graphlabel}
     1.9    </tbody>
    1.10  </table>
    1.11  <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
    1.12   style="width:{canvaswidth}px; height:{truecanvasheight}px; position:absolute; top:0; left:0; z-index:-1;">
    1.13  <g transform="scale({bg_height}) translate(0.5 0.5)">
    1.14 -{svgdata%graphnode}
    1.15 +{jsdata%graphnode}
    1.16  </g>
    1.17  </svg>
    1.18  </div>