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
I am using ng-apexcharts for my angular project and encapsulated a piechart inside a certain component. For some reason sometimes when refreshing the page the piechart is overlapping the legend after data is loaded to the chart (screenshot). The chart is only rendered when the data is not null using ngIf.
Below is the chart config that is used. The bug only appears on screens width larger than 1100 when the legend is configured to be to the right of the piechart.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am using ng-apexcharts for my angular project and encapsulated a piechart inside a certain component. For some reason sometimes when refreshing the page the piechart is overlapping the legend after data is loaded to the chart (screenshot). The chart is only rendered when the data is not null using ngIf.
Below is the chart config that is used. The bug only appears on screens width larger than 1100 when the legend is configured to be to the right of the piechart.
The text was updated successfully, but these errors were encountered: