Skip to content
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

Not able to style target in bullet chart to have a Rounded Corner even while using the plugin #32

Open
cgandhamQB opened this issue May 5, 2021 · 1 comment

Comments

@cgandhamQB
Copy link

Description of the issue

Target bar should have a rounded edge. May be add a borderRadius or make it able to use the rounded corner plugin.

Live demo with steps to reproduce

https://jsfiddle.net/chandanasri/zwrqspej/2/

@KacperMadej
Copy link

Bullet series provides no easy access to the target drawing function properties and shape arguments for the target graphic are not stored (only used for the shape calculations), so this is why the below PoC has a lot of code that overwrites the original function used for drawing the target.

PoC: https://jsfiddle.net/BlackLabel/74nwhg16/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants