We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After upgrading to the newest prerelease version, 0 values are no longer displayed on gauges.
To Reproduce Steps to reproduce the behavior:
var pieChart = GaugeGenerator.BuildSolidGauge(new GaugeItem(0, series => { series.Fill = new SolidColorPaint(new SkiaSharp.SKColor(186, 12, 47)); series.DataLabelsSize = 50; series.DataLabelsPosition = LiveChartsCore.Measure.PolarLabelsPosition.ChartCenter; series.InnerRadius = 175; }), new GaugeItem(GaugeItem.Background, series => { series.InnerRadius = 175; series.Fill = new SolidColorPaint(new SkiaSharp.SKColor(243, 243, 243)); })); var stockValueGaugeChart = new SKPieChart { MaxValue = 100, Series = pieChart, InitialRotation = -180, MaxAngle = 180 }; stockValueGaugeChart.SaveImage("D:\test.png");
Expected behavior The gauge should show '0', like in the previous version. (The % is added through a formatter)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
6c98697
No branches or pull requests
Describe the bug
After upgrading to the newest prerelease version, 0 values are no longer displayed on gauges.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
![image](https://private-user-images.githubusercontent.com/2319986/264262551-1aad3ea8-5767-44d8-b870-2598873f9dbd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTg4NzksIm5iZiI6MTczOTU5ODU3OSwicGF0aCI6Ii8yMzE5OTg2LzI2NDI2MjU1MS0xYWFkM2VhOC01NzY3LTQ0ZDgtYjg3MC0yNTk4ODczZjlkYmQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDU0OTM5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWNmYzFhOWVlNWJmOGM1YjA3ZTBiYzNlNDc3MmNjYzZhOGRkNWVkMTAwMjg3ZTVjMzk4ZmQ5MGM1NmMyY2QzOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.8bL7Bm04rd8wAbkGYKNo3iYSqQHhH8Zuf5JfSYQFd04)
The gauge should show '0', like in the previous version. (The % is added through a formatter)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: