jquery - I'm trying to design custom HTML in legend - jqplot -
i want return code legend can in tooltipcontenteditor
like code
var opts = { seriesdefaults: { renderer: jquery.jqplot.pierenderer, }, legend: { show:true, labels: mylabels, highlighter: { show: true, tooltipcontenteditor: function () { return 'gdfddfs'; }, }, }, }; plot1 = jquery.jqplot ('chart3', [data], opts);
like image
Comments
Post a Comment