GitHubWebStudioMakerPerfect commented on issue #20584: URL: https://github.com/apache/echarts/issues/20584#issuecomment-2542286877
@helgasoft you are right!! >Read the [docs](https://echarts.apache.org/option.html) Find in [examples](https://echarts.apache.org/examples/) Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/echarts) HAHHAHA OK! But I think I figured out where the problem is after debugging for a whole day. When I go to get the data for the update from `myChart.getOption().dataset[0].source` ECharts returns me an array of arrays, not an array of collections. So when I rework them using the new data it's a mess. What you did in your example works great. There's nothing wrong. Instead, I'd like to point out another small problem. When you pass the values ββto the graph as strings instead of numbers on two different series and the first value of one of the two series is zero (intended as a string `0`) the first point skips for both series and starts from the second (reading the strings correctly even if in numeric format). This was another thing that drove me crazy. Thank you very much for your help and for your kindness (except for the last answer π₯Έπ). Bye. You guys at ECharts are fantastic! ππ -- 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]
