How to render a graph within an LVGL object? Is it possible?

I would like to use the graph: component to track key data in my system, I use LVGL for display and control. Is there any mechanism to render the graph object in LVGL?

Can I use the display component to render the graphs into (or over) an LVGL display?