Home
Analytics
Rotate or flip a data element upside down
rhauschildt
<p>Hi I am using 4.2.2 and I have tried to use this plugin I found here <a data-ipb='nomediaparse' href='
http://code.google.com/a/eclipselabs.org/p/birt-controls-lib/'>http://code.google.com/a/eclipselabs.org/p/birt-controls-lib/</a>
; to rotate a data element. I was able to have the tool appear in my palate but once i rotated anything it just outputs very blurred text which isn't acceptable for its use.</p><p> </p><p>The plugin is for 2.5 i believe but i haven't found anything for more recent versions. Is there a way to do this with JavaScript or with a plugin?</p><p> </p><p>thanks</p><p>Ryan</p>
Find more posts tagged with
Comments
Ka Lai
<p>Hello</p>
<p> </p>
<p>Has no one a idea how to flip text in BIRT?</p>
<p> </p>
<p>Is there a similar plugin, or better is there a solution without plugins? Our reports runs on a unix server and there is no eclipse installation and never would be. So plugins for eclipse doesn't work for me.</p>
<p> </p>
<p>Thanks for any help.</p>
Clement Wong
<p>The plugins will work for on your UNIX server because the plugin is for the BIRT Engine, and not for Eclipse itself.</p>
<p> </p>
<p>The other alternative for rotated text <em>without </em>a plugin is to use a Dynamic Text Control and CSS. However, this method will not export to PDF, but works well in the web viewer.</p>
<p> </p>
<p>See attached for an example. The example code is:</p>
<pre class="_prettyXprint">
<div style="padding:0px;position:absolute;transform:rotate(45deg);transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);">
Rotated text!
</div></pre>
Susanne
<blockquote class="ipsBlockquote">
<p> </p>
<p> </p>
<span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">I was able to have the tool appear in my palate but once i rotated anything it<strong> just outputs very blurred text which isn't acceptable for its use</strong>.</span></blockquote>
<p> </p>
<p>Hello,</p>
<p>is this bug fixed anyhow yet? I had no problem with the plugin as well but the output was illegible with Web Viewer as well as with PDF or HTML. I am using Birt Version 4.5.0</p>
<p> </p>
<p>thanks in advance</p>