-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Documentation on gauge dial path
#11816
Comments
Hi @danielbartsch, FYI @bre1470 is it possible in TS too? |
There is no indication that this is something that should be official. It does not refresh and goes directly as a SVG attribute into the point. The dial type in TypeScript though is wrong and has to be fixed independently. @TorsteinHonsi Your opinion about making |
imo, it makes sense to be able to customize the dial. Think of maybe showing a threshold with for example a dashed line. |
Yes, I agree that something like this could be useful. The path property though is not a forgotten option, but instead an internal property on the options instance. There has to be something implemented for the idea to work. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! |
Any update on this? |
Hello @kaguya3222! We haven't scheduled work for this feature since there wasn't much interest in this feature. We will move this ticket higher in the backlog though. |
Expected behaviour
There should be documentation about the
path
property in thedial
property ofgauge
series.I have seen in the code that the property can be used, and it can be used. But it is unclear to me how to actually use it.
It seems to be hard to make responsive paths like the default one with just the
path
property.As you can see in the live demo below (if the chart gets bigger or smaller, the custom dial stays the same size, as there are no variables to incorporate into the path)
Actual behaviour
Live demo with steps to reproduce
https://jsfiddle.net/gj3z2ucr/
Product version
latest
Affected browser(s)
every
The text was updated successfully, but these errors were encountered: