Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highchart disappears in landscape mode #73

Closed
Niravpatel129 opened this issue May 4, 2020 · 5 comments
Closed

Highchart disappears in landscape mode #73

Niravpatel129 opened this issue May 4, 2020 · 5 comments

Comments

@Niravpatel129
Copy link

Niravpatel129 commented May 4, 2020

My highchart which is contained by a View disappears when the iPhone is moved into landscape mode, any way to suppress this behaviour?

Code for highchart:

  return (
    <View style={{ flex: 1 }}>
      <HighchartsReactNative
        useCDN={true}
        useSSL={true}
        styles={styles.container}
        options={chartOptions}
        modules={modules}
      />
    </View>
  );
@Niravpatel129 Niravpatel129 changed the title Highchart disaperes in landscape mode Highchart disappears in landscape mode May 4, 2020
@sebastianbochan
Copy link
Contributor

Hi @Niravpatel129,
Thank you for reporting, I will test it.

@DirkGitS
Copy link

DirkGitS commented Jul 7, 2020

I have the same problem. Everything seems to work fine before the change to Landscape mode. The chart never shows up again, even not when the phone rotates back to portrait mode.

@sebastianbochan
Copy link
Contributor

We are debugging the problem, will let you know when find a reason.

@sebastianbochan
Copy link
Contributor

The problem was caused by declaration param: orientation in the App.js. Please remove that and test once more.

@sebastianbochan
Copy link
Contributor

The new 3.0 version is released.

Im closing this ticket. If you will encounter any problems, please create a new ticket. In this case we will avoid confusing and keep the newest version on track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants