VTable
VTable copied to clipboard
VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
### What problem does this feature solve? 为了解决,透视图表和vchart的主题配置时,能够统一通过主题配置,(这些配置包括 轴线、轴网格线、轴标题、轴标签、图例、数据标签、提示信息标题、提示信息keylabel、提示信息valuelabel,图元配置)等。 ### What does the proposed API look like? 与vchart主题配置方式一致。通过 全局样式、色板、图元、系列和组件样式,来实现透视图表中的图表的绘制。
场景 setRecords 调用时是滚动到中间的情况下 场景场景树浪费了首屏创建的时间 https://github.com/VisActor/VTable/pull/1482 已关闭,可以新建分支
### What problem does this feature solve? 增加旋转90度或者180度的功能,目前使用css样式旋转90度后,交互出现了问题。 ### What does the proposed API look like? :)
### What problem does this feature solve? 在有的编辑器场景中,columns 配置会交给高级用户自行填写([VTable 已用于开源知识库应用太微 Tiddlywiki 的表格插件](https://github.com/VisActor/VTable/discussions/1651)) 但标签渲染是一个常用的功能,如果每次都需要用单元格自定义渲染(CustomRender)去配置,会导致复制黏贴很长的配置项。希望我能将定义好的某种自定义渲染,例如标签字段 ([如何为 tags 字段绘制标签丸 (圆角矩形)](https://github.com/VisActor/VTable/discussions/1688)),封装为高级用户开箱即用的单元格类型,类似 `link` `text`,高级用户就能直接使用 `cellType: 'tags',` 了。 ### What does the proposed API look like?...
### Version 0. 25.2 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 400 列,400 行时卡顿明显 ### Current Behavior 无 ### Expected Behavior 无 ### Environment ```markdown - OS:...
[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...
``` "showColumnHeader": false, "showRowHeader": false, "hideIndicatorName": true ``` 2个show, 1个hide, 才能实现完全的隐藏, 理解起来成本很高, 需要优化一下.
### Version 0.25.2 ### Link to Minimal Reproduction -1 ### Steps to Reproduce   ### Current Behavior { "columnTree": [ { "dimensionKey": "col_fld_tmp_mg_1", "value": "重庆" }, { "dimensionKey": "col_fld_tmp_mg_1",...
### What problem does this feature solve? 为了实现表格总计在最上方显示 ### What does the proposed API look like? 为了实现表格总计在最上方显示