I created this chart using Apex charts
https://i.sstatic.net/j34Wc.png
However, I am facing an issue where the 'Chart' title and caption are not properly aligned. The title should align with the graph horizontally, and the caption vertically.
I managed to align the title by adding the property align: 'center'
But my main concern lies with the legend. After referring to the documentation, I discovered that verticalAlign: 'middle'
should be placed inside the ´legend:´ property in order to address this alignment issue.
Is there anyone who knows how to resolve this problem effectively?