总是报:Dataset and renderer should be not null and should have the same number of series
java.lang.IllegalArgumeException : Dataset and renderer should be not null and should have the same number of series
看了n久..发现是参数的个数不对.......
render和dataset的数目要一致...也就是说数量要一致
ok了...
java.lang.IllegalArgumeException : Dataset and renderer should be not null and should have the same number of series
看了n久..发现是参数的个数不对.......
render和dataset的数目要一致...也就是说数量要一致
ok了...

本文解决了在图表绘制过程中出现的Datasetandrenderershouldbenotnullandshouldhavethesamenumberofseries错误。问题在于Dataset与Renderer的数量不一致导致,通过调整二者数量的一致性即可解决问题。

6547

被折叠的 条评论
为什么被折叠?



