I tried this. It didn't work for me. The legend moved from 'nw' to
'ne'.
I am trying to get all legend items into one row. So, I tried 'noRows:
1' option too. Still no change. I am using the latest dist (0.9.6).
I have the following CSS references.
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" /
>
<link type="text/css" href="jquery-ui/css/overcast/jquery-
ui-1.7.2.custom.css" rel="Stylesheet" />
Anything else need to be added?
Bhuvan
On Nov 23, 2:09 am, SvL <
stefvanliesh...@gmail.com> wrote:
> You can specify the nr of clumns... And you could even place thelegendoutside the graph. So, for example the options below will place
> yourlegendin the div with id "legendBox" and has 1 column (so all
> items vertically aligned)
>
> var options = {legend: { show:true, noColumns: 1, container: $
> ('#legendBox') } }
>
> On Nov 20, 8:47 pm, jqu_sjc <
bhuvanrac...@gmail.com> wrote:
>
> > Hi,
>
> > Did any one try to drawlegenditems in horizontal fashion? I did not
> > find that inlegendobject options. Can it be fixed via CSS? Vertical
> >legendsometimes draws over the chart lines and some times goes out of