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

example


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -