daisy

Results 5 issues of daisy

### Describe the bug 当前使用的布局是 ` type: "dagre", rankdir: "LR", align: "UL", controlPoints: true, nodesep: 10, ranksep: 50, ` 当使用addItem 添加节点后,节点不是根据新增节点的source起点绘制,而是在容器的开头绘制了。 ![image](https://user-images.githubusercontent.com/11910330/182614646-bb377402-c69b-45d0-bdbe-29206b439579.png) ### Your Example Website or App 无 ###...

### Summary 简述 ### Expect 期望结果 ### Reproduce 重现示例

### 🖋 Description 希望能支持自适应列宽和列高,当前单元格数据比较长,希望可以能以当前列的数据的最大宽度作为列宽,另外单元格支持换行,不希望...折叠了 ### 🏞 What problem does this feature solve ### 🧐 Suggest the API | name | type | default | description | |----|----|----|----| | - |...

🙏feature request
💤 pending
💤 inactive

## 猫头鹰图表库开发总结 ### 背景 由于之前使用的开源v-charts (https://v-charts.js.org/#/) 不再有人维护且官网文档展示不了图表,echarts只能使用v4版本以下,故近一月来开发了猫头鹰图表库包(基于echarts)。 技术栈:vue + iview ui库 + echarts 图表库 支持基础图(线图,柱图,柱线图,条形图,堆积图),高级计算图(维度交叉图,差异计算图,多纵向y轴图),支持KMB,percent格式化。支持label展示峰值谷值最新值等。 ### 过程 #### 初始化项目 - npm初始化 `npm init owl-chart-component` - 创建.babelrc ``` { "presets": [...

### What problem does this feature solve? 当我使用双y轴的时候,主y轴有负值,次y轴没有负值,这样导致0刻度不对齐,容易误导看数, ![image](https://user-images.githubusercontent.com/11910330/233575116-f9d74fac-98f1-431e-b627-97a1d3d8688b.png) ### What does the proposed API look like? y轴支持配置0刻度对齐,次y轴的0刻度和主y轴的0刻度对齐

new-feature
pending