xiaochong444
xiaochong444
### What problem does this feature solve? 因为颜色配置的项目比较多,配置起来比较繁琐,希望增加s2的主题色功能,提供根据主色自动生成色板功能 类似s2下面这样 https://s2.antv.antgroup.com/examples/theme/custom/#custom-generate-palette ### What does the proposed API look like? 类似s2提供根据主色自动生成色板的函数
### What problem does this feature solve? 在数据透视分析的过程中有可能透视表只有行和值,当值的字段又非常多的时候,希望通过自定义列头的形式对指标进行分组。 类似如下的一种bi分析形式,实际上列上的表头都是虚拟的,并没有维度字段去绑定,层级数也不确定。使用s2的自定义列头很容易做到,但是用vtable现在无法实现  ### What does the proposed API look like? 功能上和下面s2的例子一样,透视表绑定行和值,列头用自定义树生成,由于整个列都是自定义的,所以列的小计总计问题无须考虑,由用户自己负责 https://s2.antv.antgroup.com/examples/layout/custom-header-group/#custom-pivot-col-header
### What problem does this feature solve? 最近想把s2替换成vtable,发现s2的自定义行列头的功能,vtable暂时不支持。如下面s2的示例。 https://s2.antv.antgroup.com/examples/layout/custom-header-group/#custom-pivot-col-header 如果透视表只有行,列没有绑定字段。想把如果值很多,想把他们组合成不同的分组。 ### What does the proposed API look like? 类似S2这样可以自动义透视表的列