Home Forums Chart Support Chart not showing above certain height on iOS web view

Chart not showing above certain height on iOS web view

Viewing 2 posts - 1 through 2 (of 2 total)
  • #9319

    Hi there,

    Currently we went into a critical issue where the chart cannot be showing on iPad web view on iOS 8.4 lower.
    We identified this is something to do with the height of the chart div. In our case, we set it to height: 2500.
    One of the way we can think of to fix this is by reducing the height to 1800px.
    BUT by doing this, that gave us another issue which the chart is not showing all of its labels.

    Here’s the JSFiddle link that can reproduce the problem, you can set the height of the chart and see the different results.
    http://jsfiddle.net/QwZuf/271/

    Any help or hot fix would be appreciated.
    Thank you very much!

    Regards,
    Vincent

    #9322

    vincentp,

    This is not a bug. It is a feature which automatically skips the label to avoid any overlapping. You can override the behavior by setting interval to 1. Here is the jsfiddle which doesn’t skip any label.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.