I'm currently working on implementing a timeline chart with Google Charts. The chart is displayed within its own component, which I later invoke from a higher-level parent component. However, I've run into an issue where the drawChart function relies on getElementById, but it consistently returns null when using Vue. Is there a workaround to render the chart using ref instead?