Huangjiahui2233

Results 1 issues of Huangjiahui2233

### What problem does this feature solve? 指标过多时可以自定义指标的分组,能够解决不同人查看同一个图表时能够迅速着重关心自己需要查看的数据。 类似ListTable中columns嵌套columns的效果 ### What does the proposed API look like? ![image](https://github.com/VisActor/VTable/assets/64945423/69d327a7-15f0-4e9b-805d-9a3b7282e493) _图中仅为测试数据_ 分别将前两个指标和后两个指标分组为A类B类,指标在行时左侧新增一列显示分组,指标在列时上方新增一行显示分组。 和ListTable中columns相似的配置成这样应该就可以 ```TypeScript const option = { indicator: [{ title: 'A类',...