littleboyfury commented on issue #18497:
URL: https://github.com/apache/echarts/issues/18497#issuecomment-1506221537

   > 
   
   When the table is a line chart, I don't want to fill column B because the 
point 0 will be drawn.
   
   The result I expect is `[['A', '120'],['B', '-'], ['C', '150']]` or `[['A', 
'120'] ['C', '150']]` not`[['A', '120'], ['B', '0'], ['C', '150']]`
   
   [new code](https://codepen.io/littleboyfury/pen/rNqOGRX)
   
   
![image](https://user-images.githubusercontent.com/73931673/231628058-4167d174-a767-4f26-a864-707ef897be98.png)
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to