1
I’m creating some graphics using Jqplot, but I came across a difficult situation.
Test graph:
As you can see the caption is in vertical sequence and I would like to place it in horizontal sequence.
However, while researching (obviously mainly here in the stack) I found several ways to do it, however, none of it worked.
var optLegend = {
renderer: $.jqplot.EnhancedLegendRenderer,
show:true,
placement: 'outsideGrid',
rendererOptions: {
numberRows: 1,
numberColumns: 3
},
This is the definition code of the current legend, but I did not get the desired result.
Can someone help me?
Post the rest of the code, html, css etc.
– Israel Sousa
Thank you Israel, really the fault was elsewhere. In the case of importing the jqplot plugin.
– Rafael Maciel