We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When rendering a bar chart on screen, it always displays improperly:
I initialize the chart with the standard init() and then set it's data property with a BarChartData instance.
init()
data
BarChartData
Any ideas?
The text was updated successfully, but these errors were encountered:
initWithFrame()!
Sorry, something went wrong.
Worked like a charm, turns out it was a react native issue; I had to add a method to the class to have it set the frame appropriately.
@justinmakaila How do you use this library in React Native?
No branches or pull requests
When rendering a bar chart on screen, it always displays improperly:
I initialize the chart with the standard
init()
and then set it'sdata
property with aBarChartData
instance.Any ideas?
The text was updated successfully, but these errors were encountered: