刘玉田

Results 3 issues of 刘玉田

**Is your feature request related to a problem? Please describe.** I what to change the NodeId generate rule. At ![image](https://user-images.githubusercontent.com/25813059/232372423-0155baa4-5c38-42e2-b72d-c5d4322ff77b.png) ```ts import { nanoid } from 'nanoid'; // By default...

- `rctx-contextmenu` version: 1.3.5 - `node` version: 16.13.2 - `npm` (or `yarn`) version: 8.1.2 **Relevant code or config** ```javascript 无 升序 降序 ``` **What you did:** I want to add...

### 问题描述 官方demo为例。https://g2-v3.antv.vision/zh/examples/point/scatter#bubble 代码中,size修改为40 ```javascriptconst { Global } = G2; const colorMap = { Asia: Global.colors[0], Americas: Global.colors[1], Europe: Global.colors[2], Oceania: Global.colors[3] }; fetch('../data/bubble.json') .then(res => res.json()) .then(data => {...