MCPcopy
hub / github.com/apache/echarts / renderContent

Method renderContent

src/component/helper/thumbnailBridge.ts:76–76  ·  view source on GitHub ↗

* Trigger content rendering. * Some series, such graph force layout, will update elements asynchronously, * therefore rendering and register are separated.

(opt: {
        roamType: RoamOptionMixin['roam'];
        // `viewportRect`:
        //  - If clip is suppored, this should be the clip rect.
        //  - Otherwise (can pass NullUndefined), this should be the canvas rect.
        viewportRect: BoundingRect;
        group: Group;
        targetTrans: ThumbnailTargetTransformRawToViewport;
        api: ExtensionAPI;
    })

Source from the content-addressed store, hash-verified

74 * therefore rendering and register are separated.
75 */
76 renderContent(opt: {
77 roamType: RoamOptionMixin['roam'];
78 // `viewportRect`:
79 // - If clip is suppored, this should be the clip rect.

Callers 2

_renderThumbnailMethod · 0.65
renderContentMethod · 0.65

Implementers 1

ThumbnailBridgeImplsrc/component/thumbnail/ThumbnailBridg

Calls

no outgoing calls

Tested by

no test coverage detected