kianj2 commented on issue #7937: URL: https://github.com/apache/echarts/issues/7937#issuecomment-2458175035
+1 @helgasoft I appreciate your explanation, as it is the most thorough one I have found in this thread. I personally do not feel it addresses the comments made by @gggdomi. I see your point that preprocessing needs to be done, but that is mentioned no where in the documentation nor do I feel that is implied when using a time axis. In your example playground, we need to add `[7,null]` so that `[7, 130]` stacks nicely. But if we remove `[7, null]` then the `[7, 130]` bar is stacked floating in the air? That does not seem correct or predictable. @th1under @Xalio08 I see that the use case you needed is the same use case I have. Did you end up finding solutions? @100pah > Currently, stack is only supported on 'category' axis. Is there any update on this? Is this still true in 2024? If so, can the documentation be updated? If it is only supported on 'category' axis can you please explain why the specific example of @helgasoft works? -- 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]
