We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

pie chart not showing connector line

hi,
what will be reason that connector lines are not showing for pie chart
pls help
thanks

1 Reply

SK Sanjith Kesavan Syncfusion Team May 19, 2016 12:09 PM UTC

Hi Kalpa, 

Thanks for contacting Syncfusion support. We have analyzed your query and replicated the scenario in our sample. Reported issue is not reproduced at our end. In the below link, we have attached the sample for your reference.  

In the above sample, we have set the connector line color as black and set the label position as outside. Please find the below code example. 

[JS] 
series:[{ 
                    marker:{  
                        dataLabel:{  
                                                visible:true,  
                                                font: { size: '20px' }, 
                                           connectorLine: {color:'black'}, 
                                                }                                                                                               
                         }, 
                  type: 'pie',  
                    labelPosition:'outside',  
                                } 
            ], 

Now the chart will render like below.  
 
If we did not set any color for connector line, then connector line will render in the specific region color. Please find the below screenshot.  

 
So please check your sample for connector line color.  

To know more about connector line properties, please follow the below link. 

If you still face any concern, kindly let us know by modifying the above sample along with replication procedure. Or else please provide us the sample in which reported issue is reproduced. And also please mentioned the Essential Studio version you are using. This will be helpful for us to find and fix the issue sooner.  
 
Regards, 
Sanjith. 


Loader.
Live Chat Icon For mobile
Up arrow icon