zmcode

Results 10 issues of zmcode

Change the h2 tag end

### 功能描述 之前也有issue提过 https://github.com/antvis/X6/issues/845, 就是拖动某个节点,其他节点会随之变动 不知道如何实现这个需求呢, 而且例子中,我尝试将shape改成html, 无法实现 ![image](https://user-images.githubusercontent.com/48686959/173815607-2b7f6526-6c23-4888-a87b-49df95556cdb.png) 我在想是否可以尝试使用d3-force https://github.com/d3/d3-force 来实现这个需求? 奈何我技术有限, 期待出一个demo ### 期望解决方案 期待增加力导向动态布局, 可以使用html来自定义节点

resolution: needs demos 需要复现

既然是想开源, 为啥不开放出来,让大家共同学习维护呢

### 问题描述 开启边的框选功能, 在框中拖动边, 边的位置不是鼠标的位置, 包括多选了节点和边的情况 ### 重现链接 https://stackblitz.com/edit/react-vt9xkk?file=src/index.js ### 重现步骤 1. 进入页面 2. 多选节点和边, 移动边,不是移动节点, 或者单独选中边来移动边 3. 会出现边的位置于鼠标位置不符的情况 ### 预期行为 单独移动边, 边的位置位置跟鼠标的位置一致 ### 平台 Google Chrome x6版本: 1.33.1 或者最新版本...

type: bug 缺陷

用的antd-design-vue做的菜单栏, ![image](https://user-images.githubusercontent.com/48686959/186361155-99b9491a-5ca7-4a63-ad8a-5e5b14db27a1.png) ![image](https://user-images.githubusercontent.com/48686959/186361193-5cd378ec-cdee-4006-a98d-468067ffce0e.png) 蓝色包裹的是listItem数据 ![image](https://user-images.githubusercontent.com/48686959/186361241-732c86a7-044d-42cb-be19-a21b9a17c8b8.png) 拖拽的函数 按文档来的, 最终结果是 ![image](https://user-images.githubusercontent.com/48686959/186361309-673375d0-e55b-49ae-9d26-48fc8649a5a0.png) 会多次运行, 第一次运行2次, 后面就会4次, 8次这样来, 不知道问题在哪里

![image](https://user-images.githubusercontent.com/48686959/186559275-ff802453-ee8c-4438-bc52-c66d4cf601ab.png)

![image](https://github.com/vbenjs/vite-plugin-svg-icons/assets/48686959/d9c34967-1d00-4740-8398-d5facb519d2f) 在一些场景中, 需要使用到g这个标签, 例如自带动画的svg

我最近在用electron写主题配置的功能 ![2023-10-09_222152](https://github.com/apache/echarts-theme-builder/assets/48686959/bfd0e31a-5a66-4fb1-8649-5a15061653e3) 但是我想基于官网的配置再增加其他, 可是我并不知道完整的配置都有哪些, [在echarts issue没人回答](https://github.com/apache/echarts/issues/19159), 而且目前的主题配置, 时间戳(timeline.itemStyle.borderWidth)不起作用 @Ovilia , 希望作者能出来解答下

### 需要增强的组件/模块 PlusTable ### 描述 一般业务场景下, 表格只是渲染文本, 但是PlusTableColumn组价内部嵌套了很多组件, 虽然使用了 if 判断, 但是首次渲染的时候, 会导致 很多组件需要执行第一次的componentUpdate 这个 副作用函数, 而如果只是使用普通的el-table-column来完成普通的业务场景, 那么只需要对应列数量的组件更新即可 所以我建议, 像选择栏、序号、拖拽行、展开行、操作栏这些把它们都放到 default 插槽外面, 而default 插槽 允许用户自己写普通的el-table-column 循环, 而又保留 选择栏、序号 这样的基础功能 ![image](https://github.com/user-attachments/assets/547de772-bddb-4d41-a735-4a6df2042f84)...

feature
need discussion

### 需要增强的组件/模块 PlusTable ### 描述 Type 'PlusColumn[] | { [x: string]: any; label?: string | undefined; prop: string; width?: string | number | undefined; minWidth?: string | number | undefined;...

has workaround