charts - How can I have both a legend and data labels, with different labels, in Highcharts? -


I need to create a pie chart with label, which indicates what each area means, but Another information is emphasized on each area. If I use both data labels and a legend, they will show the same text. How can I be with different texts, or can I follow that effect?

What I want is a fake:

What do I want A fake

  Pie: {dataLabels: {Enabled: true Is, formatter: function () {return 'y value:' + this.y; // y value}}, showInLegend: true}   

instant.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -