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/04/25 09:34:47 UTC

[GitHub] [echarts] Ovilia commented on issue #14785: dispatchAction does not support component IDs

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:
users@infra.apache.org



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