I have three charts that I want all to be in the center of the HTML page. I know that this question has been asked before but none of the solutions worked for me:
I tried this and this references.
Can you give me a feedback on this Plunker in order to have charts in the center of the page?
svg{
display: block;
margin: auto;
}