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

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -