VMind
VMind copied to clipboard
[unit test] add test case of `getChartSpecWithContext` when chartType is liquid
Please assign to me.
另外我发现一个问题,getChartSpecWithContext中执行流水线获取valueField和indicator.content[0].style.text的逻辑不太相同,直接设置valueField时直接取的cell.value,
而另一个则是使用cell.y兜底
如果只设置cell.y,数据可以正确获取,但是没有设置valueField会图形绘制有问题,这里是不是应该统一一下逻辑?