VMind icon indicating copy to clipboard operation
VMind copied to clipboard

[unit test] add test case of `getChartSpecWithContext` when chartType is liquid

Open xile611 opened this issue 7 months ago • 2 comments

xile611 avatar May 06 '25 02:05 xile611

Please assign to me.

yatbfm avatar May 31 '25 12:05 yatbfm

另外我发现一个问题,getChartSpecWithContext中执行流水线获取valueFieldindicator.content[0].style.text的逻辑不太相同,直接设置valueField时直接取的cell.value

Image

而另一个则是使用cell.y兜底

Image

如果只设置cell.y,数据可以正确获取,但是没有设置valueField会图形绘制有问题,这里是不是应该统一一下逻辑?

yatbfm avatar Jun 02 '25 07:06 yatbfm