DMOAbove commented on issue #17649: URL: https://github.com/apache/echarts/issues/17649#issuecomment-1803685105
> liunanchenFYJJ Having the same issue, the way I am thinking to bypass that yAxis issue is to put the data not with the sum but with an index [0, 1, 2, 3, 4, 5] and after that I can use the formatter(params) and return the sum data array like this sumData[params.value] , params-value will be the index array, so we can access each value. In your case the graph will go to 15 only, since the biggest index number is 5. Best regards -- 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]
