-
-
Notifications
You must be signed in to change notification settings - Fork 6k
#4968 - Added support for corner radius in bar chart #4969
New issue
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
base: master
Are you sure you want to change the base?
#4968 - Added support for corner radius in bar chart #4969
Conversation
Added the barCornerRadiusFactor property in Dataset for barchat. If you set the value different from 0.0 the bars will have the round corners
|
no offence, have you checked out #4339 ? There was some legacy discussion that not seeing a perfect solution - mainly when then bar is thin, the rounded corner is more like an oval - making it not favorable merging into master |
|
@liuxuan30 any news? |
|
Thanks this work, but it rounded all corners. I change code with rounded top use pmairoldi code but change - |
|
cool, this
yes, this should be an option (choose the corner to rounding and by default .all) |
|
Is this already available in Release 5.0.0? Would really need the rounded corner support for bar charts |
|
Any updates about this feature? |
I write how do it. Please dive into the code to understand how it works. |
|
Haven't added this feature yet? really needed |
when will you add it? |
Added the barCornerRadiusFactor property in Dataset for barchat. If you set the value different from 0.0 the bars will have the round corners
Issue Link π
#4968
Goals β½
Get the chance for drawing the corner in the bar when you use the Bar Chart
Implementation Details π§
Create a property called
barCornerRadiusFactor. We can set the factor for barWidth and create the appropriate corner in the barTesting Details π
for testing, you can set the value in the demo project and see the behavior