andrus commented on issue #21520: URL: https://github.com/apache/echarts/issues/21520#issuecomment-4086544843
In my understanding, `row` / `column` switch in `seriesLayoutBy` refers to the way data is pulled from the `dataset`, so coordinate system type is not relevant. FWIW, this happened [in the context of DFLib Java library ](https://github.com/dflib/dflib/issues/617) that can generate ECharts JS code from Java, with dataset made from the Java DataFrame object. DFLib prefers "row" dataset layout as more compact and human-readable and this works with all other chart types we tried so far (except heatmaps, which is an unrelated issue). E.g., non-Cartesian pie chart works well with row layout. -- 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]
