-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bar draw issue with
borderWidth
. (#3680)
Fix bar draw issue. 1. `Chart.elements.Rectangle.draw` function supports both horizontal and vertical bar. 2. Corrected bar position at minus. 3. Adjust bar size when `borderWidth` is set. 4. Adjust bar size when `borderSkipped` is set. 5. Adjust `borderWidth` with value near 0(base). 6. Update test.
- Loading branch information
Showing
3 changed files
with
53 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters