This function changes the size of the canvas of an existing g6 graph instance using a proxy object. This allows updating the graph dimensions without completely re-rendering it.
g6_canvas_resize(graph, width, height)
The g6_proxy object (invisibly), allowing for method chaining.
A g6_proxy object created with g6_proxy
.
Numeric value specifying the new width of the canvas in pixels.
Numeric value specifying the new height of the canvas in pixels.
This function can only be used with a g6_proxy object within a Shiny application. It will not work with regular g6 objects outside of Shiny.
See https://g6.antv.antgroup.com/en/api/canvas#graphsetsizewidth-height for more details.
g6_proxy