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 - PyInstaller UAC not working in onefile mode -

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -