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

Charts not show data #105

Open
kvrscream opened this issue Jul 10, 2019 · 4 comments
Open

Charts not show data #105

kvrscream opened this issue Jul 10, 2019 · 4 comments

Comments

@kvrscream
Copy link

data:
Captura de Tela 2019-07-10 às 09 49 54

result:
Captura de Tela 2019-07-10 às 10 32 43

@njt1982
Copy link

njt1982 commented Jul 23, 2019

Likely related to #96 - either the deprecated webview issue OR the originWhitelist issue...

@rgordon95
Copy link

I am having a similar issue where passing in data such as [
1564600076000,
-1.0469641205323788
],
[
1564340876000,
-1.0469641205323788
],
[
1564081676000,
-1.0469641205323788
],
[
1563822476000,
-1.0469641205323788
],

the time will show or the data will show but I can't seem to get both to display.

@lkum11
Copy link

lkum11 commented Oct 25, 2019

@kvrscream did you find any solution?
I am facing the same issue, It's rendering fine on android but IOS is showing just white space.

@njt1982
Copy link

njt1982 commented Oct 25, 2019

@lkum11 I had to do two things to get this working:

  1. Add scalesPageToFit={undefined} to the element:
    <ChartView style={styles.chart} config={conf} scalesPageToFit={undefined} />

  2. Switch to this PR: Updated WebView library (the one being used is gonna be removed) and iOS error #96

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

4 participants