Cullen
Cullen
### 问题描述 当我给 encode.series 指定了某一个值时, tooltip.items 自定义函数返回的 name 会失效,会强制返回为 series 指定的值; ` items: [ () => { return { name: '定制名字', // 失败 value: 10000, // 成功的 } } ]`...
### 问题描述 视图宽度缩小后,X轴的label全部转成90度,接着把宽度拉大,X轴的label不会恢复原状; ### 重现链接 https://codesandbox.io/p/sandbox/crazy-bhabha-lmd64k?file=%2Findex.ts ### 重现步骤 1. 进入页面  2. 缩小视图,label 角度变更  3. 再次恢复宽度,label 无法恢复原有的角度  ### 预期行为 宽度变更,label rotate角度恢复正常 ### 平台 - 操作系统: [macOS, Windows, Linux,...
### 问题描述 当data/options(scale)变更后图例的顺序出现了异常,scale.color.domain 配置的顺序失效 ### 重现链接 https://codesandbox.io/p/sandbox/xmgl3j ### 重现步骤 1. 正常加载数据A,此时的图例顺序是正常的  2. 切换成数据B并更新了scale.color配置,因为数据B只有1组数据,目前为止一切正常 ``` scale: { color: { domain: ["无情感"], range: ["#65789B"], } } ```  4. 再切切回数据A并更新了scale.color配置,图例的顺序就错了 ```...
### 问题描述 场景:X轴600个 + 分组10个 + 开启 labels ; 即使 labels 开启了 overlapHide 也是会卡顿(比如拖动slider,没法很丝滑) ### 重现链接 https://codesandbox.io/p/sandbox/line-point-3xmy4x ### 重现步骤 _No response_ ### 预期行为 不卡顿; ### 平台 - 操作系统: [macOS, Windows,...