helgasoft commented on issue #21520: URL: https://github.com/apache/echarts/issues/21520#issuecomment-4087729530
> E.g., non-Cartesian pie chart works well with row layout. Not quite; only **one row** of data is read for pies - [Demo](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=rVDBSgMxEL0L_sN4yiXQ3cUVDYjouXjxWHoI7tgGYmZJJi3L0n_yH_wxE-O6tqAn3ynv5WVe3lDPhhzcjudnkMBElk2vYISDLFKnWQfkJBWeESj6Z1SwmqWMlVhWQor7GDh6q12XyFN8f_smj-QnBjsM7PWJiMOnuP7KngfvtBWyrqpKNu2VvLy-kW39i6ttW5k8xZLkxQIcMYQt7R3cXcxv1uU4FQ3oDYajUj8qZzj9mkrnlFpIsPjCqk5hx6YyZqkHivwwJLunvTjx8NDnQb1BMV9M__gzuEnB3my2rJr_T54WanGDrlNj1g8f&enc=deflate). Also tested other series types like _funnel_ - same story. I believe the _seriesLayoutBy_ documentation should be revised for all chart types. Accessible for PRs at https://github.com/apache/echarts-doc > ...Java DataFrame object. DFLib prefers "row" dataset layout Not familiar with Java, but searching "_Java DataFrame object transpose rows to columns_" returns some code. Could be worth investigating for conversion to default ```seriesLayoutBy:'column'```. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
