plainheart commented on issue #9962: series custom change the string value to 
NaN via api.value when the first string value is numeric string like '0'.
URL: 
https://github.com/apache/incubator-echarts/issues/9962#issuecomment-468886340
 
 
   It may be not a bug, please refer to 
[series-custom.dimensions](https://echarts.baidu.com/option.html#series-custom.dimensions)
 for detailed infomation.
   If you don't want to make data type changed, you need to specify data type 
for each data dimension manually instead of letting echarts judge 
automatically. After all, mechanical judgement and conversion are not always 
perfect.
   For this case, you can add simply `dimensions` option to specify ordinal 
data type for each dimension.
   
   
![image](https://user-images.githubusercontent.com/26999792/53677502-c2852e80-3ceb-11e9-95b0-95f54386cb04.png)
   
   
![image](https://user-images.githubusercontent.com/26999792/53677553-b2218380-3cec-11e9-98e2-b44049a1ea84.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.
 
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