You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/10/26 15:29:01 UTC

[GitHub] [echarts] hughess commented on issue #15928: Define multiple series from dataset

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:
   
   ![CleanShot 2021-10-26 at 11 25 33](https://user-images.githubusercontent.com/12602440/138910915-b6099883-ed09-4016-a8f6-dc2ee78a38be.png)
   
   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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org