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
Hello hongyin163,
I found a small mistake in the RadarChart example you forget to import RadarChart.
var { BarChart, CombinedChart }=require('../index.android');
to
var { RadarChart }=require('../index.android');
additional could you add an example of the pie chart and rewrite your setup that the code match to the newer react native version :) ?
Best greeting Jeremy Teichmann.
The text was updated successfully, but these errors were encountered:
@IPrototypeI ok,I will update it ,thanks!
Sorry, something went wrong.
No branches or pull requests
Hello hongyin163,
I found a small mistake in the RadarChart example you forget to import RadarChart.
var { BarChart, CombinedChart }=require('../index.android');
to
var { RadarChart }=require('../index.android');
additional could you add an example of the pie chart and rewrite your setup that the code match to the newer react native version :) ?
Best greeting Jeremy Teichmann.
The text was updated successfully, but these errors were encountered: