Hello,
This Line Chart example doesn't work correctly in Chrome and Edge.
https://docs.sencha.com/extjs/6.5.3/...ries.Line.html
Printable View
Hello,
This Line Chart example doesn't work correctly in Chrome and Edge.
https://docs.sencha.com/extjs/6.5.3/...ries.Line.html
Thank you so much for your post. I apologize for the delay. I have shared this with the support staff to look into at their earliest convenience. Your patience is greatly appreciated!
Thanks again,
Michele
Hello,
It seems the issue is with triton theme and found it is working fine with other themes.You can test it over the below fiddle
https://fiddle.sencha.com/#view/editor&fiddle/2spu
Workaround : Add the below css in your project (in case of triton)
Regards,Quote:
.x-surface,
.x-surface-canvas {
position: absolute;
}
Kumar
Sencha Support.