Bilge edited a comment on issue #14312: URL: https://github.com/apache/echarts/issues/14312#issuecomment-811499667
@jbaron Thanks, that is a helpful workaround indeed. You must have a deep understanding of this software. Here is a [live demo](https://codepen.io/bilge-the-encoder/pen/bGggLwv) of @jbaron's workaround which hinges upon ` encode: { y: 2 }` which forces the y-axis to be mapped to the third set of data points. Although I must say, I am surprised this works, because it looks like the x-axis is the one that's mis-mapped in the [original reproduction](https://codepen.io/bilge-the-encoder/pen/eYBGOGN), but this seems to just be an artefact of the renderer not knowing what to do with the mis-mapped data. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
