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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -