-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Export data table update issue #14320
Comments
Workaround: Plugin: (function(H) {
H.addEvent(H.Chart, 'render', function() {
if (this.dataTableDiv) {
this.dataTableDiv.innerHTML = this.getTable();
}
});
})(Highcharts); Internal note: |
Hi ! 👋 I have the same issue on my project. Is there any progress to fix it ? I saw the PullRequest but there is no activity since May 2021... |
Hi, @sarahLardeau thanks for bringing this up! We will get back to the PR, and hopefully have this resolved. Thanks again! |
Expected behaviour
Last properly working version is 8.1.2: https://jsfiddle.net/BlackLabel/gf8bum23/
Actual behaviour
In the actual version, the data table doesn't update after the series updating.
Live demo with steps to reproduce
Demo of the current version: https://jsfiddle.net/BlackLabel/7vx1uykj/
Product version
Highcharts JS v8.2.0 (2020-08-20)
The text was updated successfully, but these errors were encountered: