You must be logged in to post your query.
Home › Forums › Chart Support › Charts Colliding on small screen
Tagged: Help Charts
Hello, I am having a problem with my charts colliding when the screen is resized. How can it be fixed? Thanks, Teva
Teva,
Can you please create a JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code, understand the scenario better and help you out?
— Ranjitha R Team CanvasJS
Hello Ranjitha,
Here is the JSFiddle: https://jsfiddle.net/nzqxugt9/ The code presented is the code after i tried debugging it. The following are the images of the bug embedded in the actual application: https://drive.google.com/drive/folders/1i-3S_MiKV92HK_vHgdZ8DsD8366NaDJC?usp=sharing I also included an image of what i think is the problem – a right border is missing in the left chart.
Thank you in advance for your help, Teva
Based on the JSFiddle shared by you, there seems to be an issue with CSS padding. Removing padding-left:50px should work fine in your case.
padding-left:50px
Also, kindly check this updated JSFiddle for a working example.
You must be logged in to reply to this topic. Login/Register