Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to show legends like following image...
Thanks
Naresh
Seems, Till here we have the feature. I even not sure whether we can make the Line for each sector
try the extension posted here
Re: Where is the whisker pie chart extension?
Hi Anil,
Please let me know, how can we achieve as you shown with out text in chart option .
Inline Memory
LOAD * Inline [
Company, Sal
A, 100
B, 200
C, 300
D, 400
E, 500
];
Create Pie Chart
Dimension as Company
Expression
Dual( Company & '-' & Num(sum(Sal), '#,##0') & Repeat(chr(13)&chr(10), rank(Sum(Sal))-6), sum(Sal))
Thank you Anil Babu
If you got clue or expert in JS i would ask you to create script in D3.js that would be better offer with Label Leader lines. Seems, They may arrange in next version.
PS - Please close this thread if you got answer by flag correct answer