[bknr-cvs] r1990 - branches/xml-class-rework/projects/bos/statistics
bknr at bknr.net
bknr at bknr.net
Sat Oct 14 09:33:54 UTC 2006
Author: hhubner
Date: 2006-10-14 05:33:53 -0400 (Sat, 14 Oct 2006)
New Revision: 1990
Modified:
branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl
Log:
Increase Y-Label font size
Modified: branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl
===================================================================
--- branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl 2006-10-14 07:51:44 UTC (rev 1989)
+++ branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl 2006-10-14 09:33:53 UTC (rev 1990)
@@ -446,7 +446,7 @@
<xsl:value-of select="1000-1000* (($yvalue - ($min)) div ($max - $min))"/>
)</xsl:attribute>
- <text x="-10" >
+ <text x="-10" font-size="20pt">
<xsl:attribute name="style">text-anchor:
<xsl:choose>
<xsl:when test="$axis=1">end</xsl:when>
More information about the Bknr-cvs
mailing list