horizontal legend at the bottom of graph in jqplot -


i m able horizontal legend of jqplot graph using enhancedlegendrenderer plugin.but need horizontal legend @ bottom of graph .any suggestion?

you should show work when posting stack overflow. helps understand problem.

i think having problem enhancedledgendrenderer based on description.

this code looks achieve 1 row, 3 column legend.

          legend: {         // renderer needed advance legends.         renderer: jquery.jqplot.enhancedlegendrenderer,         show: true,          location: 's',          placement: 'outside',         // breaks ledgend horizontal.         rendereroptions: {           numberrows: '1',           numbercolumns: '3'         },         seriestoggle: true       }, 

also, getting down voted because of punctuation , lack of capitalization.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -