-
Notifications
You must be signed in to change notification settings - Fork 94
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
(Drilldown) TypeError: Cannot read property 'turboThreshold' of undefined #207
Comments
Ok :(, @whawker Thank you for your response. Let us know once it supports |
Hi, @whawker, How to rerender Series forcefully? |
this sample helps to reproduce the issue https://stackblitz.com/edit/react-4ippjp?file=DrillChart.js step to reproduce: click any category |
You could try with: getChart = chart => {
this.chart = chart;
this.chart.update.bind(chart);
} |
@anajavi , Thank you for your suggestion, Unfortunately, it is not working as expected. It throws the same error. |
when drill down is clicked on bar chart and data is updated im getting this error.
Versions
The text was updated successfully, but these errors were encountered: