Browse Source

Bugfix Datenbalken #3

userinfo_gueltigkeit
Daniel Quathamer 7 months ago
parent
commit
8931fe2e9c
  1. 7
      superx/xml/graphtools.xsl

7
superx/xml/graphtools.xsl

@ -163,5 +163,10 @@ dominant-baseline="middle" text-anchor="middle"> @@ -163,5 +163,10 @@ dominant-baseline="middle" text-anchor="middle">
<xsl:value-of select="format-number($barLabel,'###.###.###.###.##0','German')"/></svg:text>
</xsl:if>
</xsl:template>
<xsl:template name="myBarColorBg" >
<xsl:text>blue</xsl:text>
</xsl:template>
<xsl:template name="myBarColorFg" >
<xsl:text>white</xsl:text>
</xsl:template>
</xsl:stylesheet>

Loading…
Cancel
Save