Question Con Skordis · May 5, 2021 ZEN Gradient color bar with values #ZEN #Caché Is there a way of coding in ZEN for the graphic below for ZEN PDF reports? Product version: Caché 2018.1
Con Skordis May 5, 2021 to Marc Mundt Marc, I'm trying to use background: linear-gradient(to right, red,orange, yellow, green) to do this but ZEN PDF errors Do you know of a widget that can be applied to ZEN PDF reports.
Marc Mundt May 5, 2021 to Con Skordis I'm not aware of third-party widgets for ZEN Reports -- maybe someone else knows more. Something else you could explore is generating SVG code to draw the graphic and output the SVG directly into an xsl-fo element using Zen Reports' <write>.
To get the gradient, you could assign a background image to a <container>.
Marc,
I'm trying to use background: linear-gradient(to right, red,orange, yellow, green) to do this but ZEN PDF errors
Do you know of a widget that can be applied to ZEN PDF reports.
I'm not aware of third-party widgets for ZEN Reports -- maybe someone else knows more.
Something else you could explore is generating SVG code to draw the graphic and output the SVG directly into an xsl-fo element using Zen Reports' <write>.
Marc,
Could you give me an example please.