-
Notifications
You must be signed in to change notification settings - Fork 50
fix: update Gauge arc length to 1.5 PI when using Giraffe #2022
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
Conversation
| lineCount: 5, | ||
| smallLineCount: 10, | ||
| lineColor: `${InfluxColors.Platinum}`, | ||
| labelColor: `${InfluxColors.Storm}`, | ||
| labelFontSize: 13, | ||
| lineStrokeSmall: 1, | ||
| lineColor: `${InfluxColors.Platinum}`, | ||
| lineCount: 5, | ||
| lineStrokeLarge: 3, | ||
| tickSizeSmall: 9, | ||
| tickSizeLarge: 18, | ||
| lineStrokeSmall: 1, | ||
| minFontSize: 22, | ||
| minLineWidth: 24, | ||
| valueColor: `${InfluxColors.Graphite}`, | ||
| needleColor0: `${InfluxColors.Wolf}`, | ||
| needleColor1: `${InfluxColors.Smoke}`, | ||
| smallLineCount: 10, | ||
| tickSizeLarge: 18, | ||
| tickSizeSmall: 9, | ||
| valueColor: `${InfluxColors.Graphite}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alphabetizing only
| lineCount: 5, | ||
| smallLineCount: 10, | ||
| lineColor: `${InfluxColors.Graphite}`, | ||
| labelColor: `${InfluxColors.Wolf}`, | ||
| labelFontSize: 13, | ||
| lineStrokeSmall: 1, | ||
| lineColor: `${InfluxColors.Graphite}`, | ||
| lineCount: 5, | ||
| lineStrokeLarge: 3, | ||
| tickSizeSmall: 9, | ||
| tickSizeLarge: 18, | ||
| lineStrokeSmall: 1, | ||
| minFontSize: 22, | ||
| minLineWidth: 24, | ||
| valueColor: `${InfluxColors.White}`, | ||
| needleColor0: `${InfluxColors.Smoke}`, | ||
| needleColor1: `${InfluxColors.White}`, | ||
| smallLineCount: 10, | ||
| tickSizeLarge: 18, | ||
| tickSizeSmall: 9, | ||
| valueColor: `${InfluxColors.White}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alphabetizing only
|
russorat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #2021
Updates gauge arc length to 1.5π and moves the gauge value slightly lower to accommodate long prefix/suffix combinations