plainheart commented on issue #21282: URL: https://github.com/apache/echarts/issues/21282#issuecomment-3316651883
This [`article`](https://echarts.apache.org/handbook/concepts/dataset/#default-series.encode) may be helpful for you. It says the default encoding strategy may not fulfill the requirememts and users can explicitly set the [`encode`](https://echarts.apache.org/option.html#series-scatter.encode) option. For your code, adding `encode: { x: 0, y: 1 }` to make it work. -- 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]
