Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Value position in charts legend
sgiesbers
Hi all,
Is it possible to change the position of the values in the chart legend? behind the categorie?(see attachment).
Maybe with a script (on render)?
Thanx for your help!
Find more posts tagged with
Comments
mwilliams
Hi sgiesbers,
I don't know that this can be done. This seems like it'd be something that'd be a code change to achieve. I could be wrong though. The only way I can think of to do it otherwise would be to figure the values outside the chart, store them in variables, then retrieve them and add them to custom labels that you replace the original legend labels with in script.
Hope this helps.
sgiesbers
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="67324" data-time="1281626214" data-date="12 August 2010 - 08:16 AM"><p>
Hi sgiesbers,<br />
<br />
I don't know that this can be done. This seems like it'd be something that'd be a code change to achieve. I could be wrong though. The only way I can think of to do it otherwise would be to figure the values outside the chart, store them in variables, then retrieve them and add them to custom labels that you replace the original legend labels with in script.<br />
<br />
Hope this helps.<br /></p></blockquote>
ill give it a try, thanx