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: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org