You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is an issue happening when you have a multiple Horizontal bar charts displaying in one page. It seems to be causing a sort of a memory leak. It happens exactly when you have [yAxis] and [xAxis] set to "true".
To Reproduce
Steps to reproduce the behavior:
Render multiple ngx-charts-bar-horizontal toghether with different data inside one single page
refresh the page (preferabilly multiple times, each time will be slower)
Expected behavior
Multiple charts can be shown in the same page with different data, while also showing xAxis and yAxis. When refreshing page, it should also show properly
Screenshots
If applicable, add screenshots to help explain your problem.
ngx-charts version
"@swimlane/ngx-charts": "^20.5.0",
The text was updated successfully, but these errors were encountered:
Describe the bug
There is an issue happening when you have a multiple Horizontal bar charts displaying in one page. It seems to be causing a sort of a memory leak. It happens exactly when you have [yAxis] and [xAxis] set to "true".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Multiple charts can be shown in the same page with different data, while also showing xAxis and yAxis. When refreshing page, it should also show properly
Screenshots
If applicable, add screenshots to help explain your problem.
ngx-charts version
"@swimlane/ngx-charts": "^20.5.0",
The text was updated successfully, but these errors were encountered: