Menu

#88 legendanchor ="east" / "west" doesn't work correctly

closed-fixed
nobody
TagLibrary (33)
5
2010-07-16
2006-05-01
y_masa
No

I wrote these tags in JSP

<cewolf:chart
id="point"
title="myTitle"
type="line"
xaxislabel="x"
yaxislabel="y"
antialias="true"
showlegend="true"
legendanchor="east" >
<cewolf:colorpaint color="#AAAAFFEE" />
<cewolf:data>
<cewolf:producer id="chart"/>
</cewolf:data>
</cewolf:chart>
<cewolf:img chartid="point" renderer="/cewolf"
width="800" height="600" />

I wont to place legend to RIGHT side of the chart.
BUt, Cewolf placed legend to LEFT side of the chart.

I changed "east" to "west" , so, Cewolf lendered
legend to RIGHT SIDE of the chart.

Versions:

JDK 1.4.2:
Cewolf: 1.0.0
JFreeChart: 1.0.1
JCommon 1.0.3

Discussion

  • y_masa

    y_masa - 2006-05-02

    Logged In: YES
    user_id=1513786

    I posted a patch id=1480122

     
  • y_masa

    y_masa - 2006-05-02
    • labels: --> TagLibrary
     
  • y_masa

    y_masa - 2006-05-02
    • summary: landscape ="east" / "west" in chart does not work correctly --> legendanchor ="east" / "west" doesn't work correctly
     
  • Ulf Dittmer

    Ulf Dittmer - 2008-02-22

    Logged In: YES
    user_id=908396
    Originator: NO

    I've put up a version of cewolf that has this bug (and a couple of other issue) fixed at http://www.ulfdittmer.com/code/cewolf.html

     
  • Ulf Dittmer

    Ulf Dittmer - 2010-07-16

    Fixed in version 1.1

     
  • Ulf Dittmer

    Ulf Dittmer - 2010-07-16
    • status: open --> closed-fixed
     

Log in to post a comment.