hughess commented on issue #15928: URL: https://github.com/apache/echarts/issues/15928#issuecomment-952055475
Thanks @pissang. The examples don't do exactly what I was hoping, but the second example seems like it might be close. To illustrate my scenario better, here's an example of a dataset and what I would want to build with it:  Ideally, I could pass echarts the name of my `series` column (`country` in this case) without having to loop through the dataset to create each series individually. If that's not possible, it's not a big deal for me to write the loop through the dataset - I just wanted to check to see if I can avoid that step. -- 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]
