Ovilia opened a new pull request #10553: fix: bug when graph data is number 
typed. Fix #10485
URL: https://github.com/apache/incubator-echarts/pull/10553
 
 
   When data `id` in graph series is in number typed zero `0`, it will use 
`dataIndex` instead of `id`, which may not be expected by the user since it's 
expected to use `id` rather than `dataIndex`, like in the case of #10485.
   
   Also, I found that there is no `id` entry in the document in the graph 
series section. Should I add it?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to