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

Essential JS1 y-axis on left always not at graph area


The first Y-Axis on the left side is not positioned directly at graph area. There is a gap between the axis and the graph area. 
This does not happen to y-Axis on right side or x-Axis on bottom or top. Is there any property for that or what I am doing wrong?

If i pick a random demo from the playground it also does not happen:



Attachment: 0801_2020_132458_f47e42be.7z

3 Replies

DG Durga Gopalakrishnan Syncfusion Team January 9, 2020 12:31 PM UTC

Hi Martin, 
 
We have analyzed your query. We have prepared sample based on your requirement. We are unable to reproduce the reported issue at our end. Kindly find the code and sample below. 
 
Code Snippet 
$("#container").ejChart({ 
           //…. 
           primaryXAxis:  {  opposedPosition: true }, 
           primaryYAxis:  { opposedPosition: true }, 
          axes: [ 
                { name: 'yAxis' } 
            ] 
           //…. 
}); 
 
Screenshot 
 
 
Sample  

Can you please provide your sample code or reproduce the issue in the sample we shared. 
 
Regards, 
Durga G 



MA Martin Aumair January 9, 2020 02:37 PM UTC


Thanks for your help. I upgraded to Version 17.4.0.39 and now the problem is gone. Do'nt know what it was.


DG Durga Gopalakrishnan Syncfusion Team January 10, 2020 04:30 PM UTC

Hi Martin, 
 
Most welcome. Kindly get in touch with us, if you require any further assistance. We are always happy in assisting you. 
 
Regards, 
Durga G 


Loader.
Live Chat Icon For mobile
Up arrow icon