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

Multiple pie chart apps on the same page #467

Closed
cyrill-martin opened this issue Jun 9, 2020 · 2 comments
Closed

Multiple pie chart apps on the same page #467

cyrill-martin opened this issue Jun 9, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@cyrill-martin
Copy link
Member

I tried to add 3 pie charts to a page. There are now 3 pie chart windows on that page with according titles and correct data management settings but the actual pie charts are all shown in only one of the three windows.

http://test-nieos.nie-ine.ch/page?actionID=5e5f5801fd54d5001ea466e3&page=5ed8c610ac94d1001e4793c7

@cyrill-martin cyrill-martin added the bug Something isn't working label Jun 10, 2020
@janCstoffregen janCstoffregen mentioned this issue Jun 11, 2020
18 tasks
@janCstoffregen
Copy link
Member

it should work now, please reopen this if it's still a bug.
there were several aspects that caused this bug.

  • due to refactoring, the variable "numberOfInitialisedComponent" in the d3.js apps did not arrive in the component instance
  • due to query speedup, the appInputQueryMapping and page variable were loaded too late and the data-assignment.component was triggered by ngOnChanges too early, thus not all variables were defined for the routine "startPathUpdateProcess()" in data-assignment.component.

@janCstoffregen
Copy link
Member

I'll update the testserver soon and will write sth on slack then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants