Skip to content
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

Closed
Basts opened this issue Oct 8, 2020 · 3 comments · Fixed by #17137
Closed

Export data table update issue #14320

Basts opened this issue Oct 8, 2020 · 3 comments · Fixed by #17137
Assignees

Comments

@Basts
Copy link
Contributor

Basts commented Oct 8, 2020

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)

@pawelfus
Copy link
Contributor

pawelfus commented Oct 8, 2020

Workaround:
Demo: https://jsfiddle.net/BlackLabel/gf8bum23/2/

Plugin:

(function(H) {
  H.addEvent(H.Chart, 'render', function() {
    if (this.dataTableDiv) {
      this.dataTableDiv.innerHTML = this.getTable();
    }
  });
})(Highcharts);

Internal note:
Bisected to commit 256ba9e (or 2b610c2) - FYI @karolkolodziej

@sarahLardeau
Copy link

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...

@pawellysy
Copy link
Member

Hi, @sarahLardeau thanks for bringing this up! We will get back to the PR, and hopefully have this resolved. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants