We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
radius isn't rendered correctly for each bar shape.
bb.generate({ data: { columns: [ ["data1", 80, 250, -200, 200, 250, 150], ["data2", 170, -350, 240, 200, -250, 150], ["data3", -120, 100, 240, -300, 350, 350], ["data4", 180, 130, 340, 200, 250, -250] ], type: "bar" }, axis: { rotated: true, y: { inverted: true } }, bar: { radius: { ratio: 0.5 } } });
The text was updated successfully, but these errors were encountered:
fix(bar): Fix bar radius on inverted axis
aac5a28
- Fix negative values drawn radius on rotated axis - Fix path command to draw correctly on inveted axis Ref naver#3054
21b7004
chore(release): 3.7.3 [skip ci]
1cde2ae
## [3.7.3](3.7.2...3.7.3) (2023-01-26) ### Bug Fixes * **bar:** Fix bar radius on inverted axis ([21b7004](21b7004)), closes [#3054](#3054) * **data:** Fix ratio calculation ([519cd0d](519cd0d)), closes [#3055](#3055) * **type:** align grid api with option interface ([b89b74a](b89b74a)), closes [#3037](#3037)
netil
No branches or pull requests
Description
radius isn't rendered correctly for each bar shape.
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: