Ovilia commented on issue #15960: URL: https://github.com/apache/echarts/issues/15960#issuecomment-954623546
In your demo, the yAxis is typed in `'category'` rather than value. It has no difference where the data is `data: [1, 5, 10, 40, 55, 59, 60]` or `data: ['1', '5', '10', '40', '55', '59', '60']`. They both give you a category yAxis. -- 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]
