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.  
---------------------------------------------------------------- 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]
