helgasoft commented on issue #19545:
URL: https://github.com/apache/echarts/issues/19545#issuecomment-1909461073

   > Expected Behavior:  The value of the corresponding series is not displayed
   
   So you are expecting the series with the wrong column name to **not show 
up**?
   ECharts concept is different though. Instead of ignoring the series, it 
tries to find a suitable replacement.
   When an _encode_ column name is not found, the next non-assigned column is 
taken. In the example above, since column 'no' is assigned to _x_ and 'value2' 
does not exist, then the next column 'value' is assigned to _y_.
   
   Or another experiment - remove _encode_ for both series. They will still 
display correctly because columns are auto-assigned in order.


-- 
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-unsubscr...@echarts.apache.org

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