<VChartFull> will render a chart on the server then on the client once mounted in the browser.
Usage of VChartFull is almost the same as VChart. Besides, VChartFull provides functionality of Server-side Rendering.
<VChartFull> is based on Nuxt client-only component which is rendered only after being mounted. To access the rendered template using onMounted(), add await nextTick() in the callback of the onMounted() hook.Please see the usage of VChart
height and width property in init-options for SSR.