-
Notifications
You must be signed in to change notification settings - Fork 325
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
Gauge with negative range does not work correctly #722
Comments
Thank you for the issue. I'm going to fix it. |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
The issue is still relevant |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
The issue is still relevant |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
The issue is still relevant |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
The issue is still relevant |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
Still relevant |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
Still relevant |
Describe the bug
Setting a gauge chart with negative range (
scale: { min: -100, max: 100 }
) does not show the correct position of clockHand. The drawing of bands also does not match the specified rangesTo Reproduce
Steps to reproduce the behavior:
0
but points to-100
)Expected behavior
The clockHand should point to the corresponding value defined in data series. The bands should visually match the defined ranges
Screenshots
I'm trying to implement Net Promoter Score chart like below. The values can be from -100 to 100
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: