Ovilia commented on issue #14785:
URL: https://github.com/apache/echarts/issues/14785#issuecomment-826291750


   First, you may define the name of the series and it does not have to be in 
the legend if you don't want to. Just don't put it inside `legend.data` will do.
   
   If you wish to use id, most likely you have to specify the id in the series 
otherwise you may not know the default logic of series id (in fact, it looks 
like `"\u0000Series Name\u00000"`). So that won't be much difference if you 
specify `id` or `seriesName`.
   
   I tried with `seriedId` and it does not work. I don't know why it is not 
supported by now. But if you still have this requirement, we can discuss it 
more.


-- 
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.

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

Reply via email to