-
Notifications
You must be signed in to change notification settings - Fork 66
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
Strange behavior in RN 0.26 #36
Comments
Hello! To fix the background you would have to set the background color as part of your styles instead.
I'll take a look at the data duplication issue |
I can't seem to reproduce the duplication issue on my end in the ChartsExplorer. |
hmm, i will try to reinstall lib, may be some thing wrong when i install it. Thanks guy 👍 |
Hey, did it work for you or do you still have the issue? |
i still got that issue :(, i try reinstall many times but it still On Wed, Jun 29, 2016 at 10:42 AM, Jose Padilla [email protected]
|
I update the new version of charts and after that the result is:
I cannot change background color of chart and seem other config is not working too. My code for chart is
<LineChart config={{ dataSets: dataSet, labels: label, backgroundColor: 'white', minOffset: 20, scaleYEnabled: false, legend: { textSize: 12 }, xAxis: { axisLineWidth: 0, drawLabels: false, position: 'bottom', drawGridLines: false }, leftAxis: { customAxisMax: 1, customAxisMin: -1, labelCount: 11, startAtZero: false }, rightAxis: { enabled: false, drawGridLines: false }, valueFormatter: { minimumSignificantDigits: 1, type: 'regular', maximumDecimalPlaces: 1 } }} style={styles.chart} />
and when i click to chart it show duplicate line like that:
:( Any ideas about this issue.
The text was updated successfully, but these errors were encountered: