fix(bar): Fixing a missing bar in log scaled stack. close 19517 - #19518
fix(bar): Fixing a missing bar in log scaled stack. close 19517#19518kawsndriy wants to merge 1 commit into
Conversation
|
Thanks for your contribution! |
|
@gooroodev review |
1. Summary of ChangesThis pull request addresses an issue with missing bars in a log-scaled stacked bar chart. The changes include:
2. Issues, Bugs, or TyposCode Issues
Proposed ImprovementsImprovement 1: Add Newline at the End of File @@ -123,4 +123,4 @@
</body>
-</html>
\ No newline at end of file
+</html>3. General Review of Code Quality and Style
Specific Comments:
Overall, the changes are well-implemented and address the issue effectively. Once the newline issue is resolved, this pull request should be ready for merging. Yours, Gooroo.dev. To receive reviews automatically, install Github App |
|
This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR. We are sorry for this but 2 years is a long time and the code base has been changed a lot. Thanks for your contribution anyway. |
|
This PR has been automatically closed because it has not had recent activity. Sorry for that and we are looking forward to your next contribution. |
Brief Information
This pull request is in the type of:
What does this PR do?
This change fixes a log scale of stacked bar chart - where some rectangles were getting Infinite height due to the log.
Fixed issues
Details
Before: What was the problem?
After: How does it behave after the fixing?
After the fix, the bar is rendered as expected.
Document Info
One of the following should be checked.
Misc
ZRender Changes
Related test cases or examples to use the new APIs
N.A.
Others
Merging options
Other information