From 79b028cbea404545bf1c5c7e847165ccd5e0efcc Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Tue, 2 Jan 2024 10:45:25 +0100 Subject: [PATCH] Bugfix PDF Export von Datenbalken #3 (cherry picked from commit 6d55dcd200d0dc50d68e35b162f0b8c92c322ee1) --- superx/xml/graphtools.xsl | 32 ++++++++++++++++++++---------- superx/xml/pageComponents_html.xsl | 7 +++++++ superx/xml/tabelle_fo_pdf.xsl | 13 +++++++++++- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/superx/xml/graphtools.xsl b/superx/xml/graphtools.xsl index f86d6ba..5e97e52 100644 --- a/superx/xml/graphtools.xsl +++ b/superx/xml/graphtools.xsl @@ -1,6 +1,7 @@ +xmlns:xsl="http://www.w3.org/1999/XSL/Transform" +xmlns:svg="http://www.w3.org/2000/svg"> @@ -23,10 +24,14 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + + + + - - - + + + @@ -89,8 +94,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - - + + @@ -143,15 +148,20 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - + + + + -<xsl:value-of select="format-number($barLabel,'###.###.###.###.##0,00','German')"/> +rx="5" ry="5" fill="{$barColorFg}"> + - - + + diff --git a/superx/xml/pageComponents_html.xsl b/superx/xml/pageComponents_html.xsl index d043633..27211d4 100644 --- a/superx/xml/pageComponents_html.xsl +++ b/superx/xml/pageComponents_html.xsl @@ -2200,4 +2200,11 @@ jQuery.ajaxPrefilter( function( s ) { + + +steelblue + + +#cccccc + diff --git a/superx/xml/tabelle_fo_pdf.xsl b/superx/xml/tabelle_fo_pdf.xsl index 6472a78..9f46b5f 100644 --- a/superx/xml/tabelle_fo_pdf.xsl +++ b/superx/xml/tabelle_fo_pdf.xsl @@ -436,6 +436,18 @@ foUserAgent.setBaseURL("file:///"+ getServletConfig().getServletContext().getRea line-height="{$font_size_normal}" language="en" hyphenate="true"> + + + + + + + + + + + + end @@ -499,7 +511,6 @@ line-height="{$font_size_normal}" language="en" hyphenate="true"> -