Hello

Results 5 issues of Hello

### 📍 Which page are you reading? https://g6.antv.antgroup.com/manual/element/node/custom-node#%E5%85%83%E7%B4%A0%E7%BA%A6%E5%AE%9A ### 💭 What's on your mind? Could be clearer / 需要更清晰的解释 ### 🤔 Tell us more 关于v5版本的自定义节点,基本就是在 render方法中用this.upsert()插入节点,组成业务节点。 文档中的描述: > 元素约定 >...

documentation 📖

@antv/g : v6.1.25 @antv/g-plugin-box2d: v2.0.35 官网案例,渲染白屏。

bug

版本:v6.1.25 > 基础的缩放动画,scale(0)->scale(1)->scale(0),动画结束之后元素不会消失,会在另一个位置(A)渲染出来。 > 导致的问题是,每次刷新页面会闪烁一下,位置A会闪烁一下元素。 ``` Document import { Canvas, Group, Circle, Line, CanvasEvent } from "@antv/g"; import { Renderer } from "@antv/g-canvas"; const containerEl = document.getElementById("container"); const canvas =...

bug

### Describe the feature / 功能描述 部分配置 ```js { "fields": { "rows": [ "province", "city" ], "columns": [ "type", "sub_type" ], "values": [ "number" ], "valueInCols": true }, "meta": [...

🙏feature request
💤 inactive