Closed tratteo closed 2 weeks ago
For the moment I fixed the issue by using a MutationObserver to listen to changes in the status of the dialog
element and then forcing re-rendering whenever the dialog
is opened.
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 DaisyUI to style my application. I have an
apexchart
placed inside a dialog tag styled with the DaisyUI modal. The problem I am facing is with chart hot reload capabilities in general and more specifically, the annotations labels. My annotations options are the following.The chart is not rendered correctly, basically the label is not correctly placed and the text is not rendered. There are no errors in the console.
As I stated, the chart also has problem hot reloading. Whenever I change the code i need to completely refresh the page.
dialog
is in a#top-layer
?Thanks