Home
Analytics
Move chart and labels within area
chris_w
I would like to move the chart and appropriate labels within the area...
Is that possible...?
I attached an image to show the problem.
Thx
Find more posts tagged with
Comments
mwilliams
Go to the "Plot" section of the chart editor and click on the "Area Format" button. Then, change the left inset of the area within the axes to a negative value that moves your plot closer to the axis. Hope this helps.
chris_w
Thanks, but this isn't helping.
This option moves or scales the axes and has no affect on the chart position.
Does it really make sense to scale or move axes? I think no. What is the use for that?
It would be much more better to move the chart using that or a flag, that indicates the left alignment...
chris_w
Please vote for this enhancement...<br />
<br />
<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=356159'>VOTE
here</a>
mcremer
<blockquote class='ipsBlockquote' data-author="'chris_w'" data-cid="82052" data-time="1314688046" data-date="30 August 2011 - 12:07 AM"><p>
Please vote for this enhancement...<br />
<br />
<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=356159'>VOTE
here</a><br /></p></blockquote>
<br />
have you looked in the DevShare for example <a class='bbc_url' href='
https://www.birt-exchange.org/org/devshare/designing-birt-reports/1313-build-professional-looking-charts-with-b/'>BIRT
Chart Da Vinci</a>Unlocks some more options its a java script library that wraps around the Chart Api giving you a few more options in comparacain of others. I know for example you can move the chart aria.
chris_w
Thanks, but it gives no solution for the problem and produces the same faults using the BIRT designer.<br />
<br />
As you can see in the image below, the design of the chart crashes completly using <em class='bbc'>Chart Da Vinci</em>.<br />
<br />
1. Missing Y-axis title<br />
2. Space between Y-axis and chart area<br />
3. Right X-axis label is cut<br />
<br />
Image settings:<br />
1. image: s2[202] = "0,0,0,0";<br />
2. image: s2[202] = "0,0,-25,-26";<br />
<br />
<br />
I think thats not a desired behavior of the chart design.
mwilliams
<blockquote class='ipsBlockquote' data-author="'chris_w'" data-cid="82047" data-time="1314685776" data-date="29 August 2011 - 11:29 PM"><p>
Thanks, but this isn't helping.<br />
<br />
This option moves or scales the axes and has no affect on the chart position.<br />
<br />
<br />
Does it really make sense to scale or move axes? I think no. What is the use for that?<br />
It would be much more better to move the chart using that or a flag, that indicates the left alignment...<br /></p></blockquote>
<br />
<br />
If using isCategoryAxis for your x-axis, this simply moves the plot over with no problem (at least in the example that I tested it on). I see the issue shifting the plot if isCategoryAxis is not checked. In this case, if you set the scale of your axis in script, you might be able to use the same plot shifting to move the plot closer to the axis. Or maybe I'm not seeing the same issue you're talking about.