Chart.BarFunnel.js icon indicating copy to clipboard operation
Chart.BarFunnel.js copied to clipboard

iOS rendering issue

Open DanieleTassone opened this issue 7 years ago • 3 comments

Some rendering issue on iOS img_0998

DanieleTassone avatar Mar 07 '17 07:03 DanieleTassone

Is somebody still involved in this project?

danieler1981 avatar Mar 14 '17 14:03 danieler1981

@DanieleTassone Unfortunately, I haven't tested it in iOS. I'm assuming this is related to the chart being "responsive".

Maybe try setting responsive to false in mobile? options: { responsive: false }

jorgecgll avatar Mar 21 '17 00:03 jorgecgll

My understanding is that this plugin was created for chart.js v1. One possibility here is to ensure that the canvas is display: block otherwise 4px of extra space are added at the bottom of the canvas which breaks a lot of the resizing behaviour.

etimberg avatar Mar 21 '17 10:03 etimberg