highcharts / highcharts-ios

iOS wrapper for Highcharts.
Other
127 stars 39 forks source link

Sunburst chart getting cutoff on iPad. #430

Closed jobinsjohn closed 8 months ago

jobinsjohn commented 11 months ago

I am adding mutiple charts in a collection view and each cell holds different kinds of charts. But when sunburst charts are added, the chart goes out of bounds in iPad. There is no issue with the UI in iPhone. Please see the screenshots below.

iPhone ScreenShot

image

iPad Screenshot

image

Can someone help me with the issue?

ihnatmoisieiev commented 11 months ago

Hello @jobinsjohn, is this question actual or already has been resolved? Thank you for the reply.

jobins-musashi commented 11 months ago

The question was relevant and I guess it's a bug. I was able to resolve it by removing the following code which added to the code

chartView.height = 96%

While this code was there, the UI was breaking in iPad.