Home › Forums › Chart Support › Div rows are not aligned with chart horizontal rows › Reply To: Div rows are not aligned with chart horizontal rows
https://imgtr.ee/image/2WxEA
Look at the above screenshot. I gave the below code for the height. But the 2nd section is misaligned again. It should be aligned properly for all the sections in the page.
computed:{ chartContainerHeight() { return (section) => section.sectionDetails.length * 22.6 + “px”; } },
As mentioned before, please see what exactly is the issue.