Open arlener3 opened 6 years ago
I want to display customized 2 lines Labels outside the donut chart. I'm using the donutLabelsOutside as "true". I went through "How to create multiline label for pie chart with arrow mark" (https://github.com/krispo/angular-nvd3/issues/480) - http://plnkr.co/edit/ftXnRYd4STfYyitTNMa1?p=preview
*However in my data set the Key and Value are relatively lengthy values. I want to display the label as below: Line 1 --- > y Line 2 ----> Key - (Value as a percentage) However the labels seems to overlap.
With this example when i changed the data values also the overlapping issue is there. http://plnkr.co/edit/EKD43EFTugLHxOyIJ162?p=preview
I have modified the code, so that i can manually calculate the values to display the values.
Heres the plunker
http://plnkr.co/edit/3qcGEFYBvtQp5CSQbTYX?p=preview
It should display properly for any value that is there in the data.
Any solution for this ?
@krispo ? Any solution ?
Any idea?
I want to display customized 2 lines Labels outside the donut chart. I'm using the donutLabelsOutside as "true". I went through "How to create multiline label for pie chart with arrow mark" (https://github.com/krispo/angular-nvd3/issues/480) - http://plnkr.co/edit/ftXnRYd4STfYyitTNMa1?p=preview
*However in my data set the Key and Value are relatively lengthy values. I want to display the label as below: Line 1 --- > y Line 2 ----> Key - (Value as a percentage) However the labels seems to overlap.
With this example when i changed the data values also the overlapping issue is there. http://plnkr.co/edit/EKD43EFTugLHxOyIJ162?p=preview
I have modified the code, so that i can manually calculate the values to display the values.
Heres the plunker
http://plnkr.co/edit/3qcGEFYBvtQp5CSQbTYX?p=preview
It should display properly for any value that is there in the data.
Any solution for this ?