-
Notifications
You must be signed in to change notification settings - Fork 569
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
RowSeries will not show rightly if the value of MinLimit is greater than 0 #1140
Comments
this time is kow fixed in the latest release, thanks for the report. |
@beto-rodriguez Thank you very much. I just test the 2.0.0-beta.900, but I still got wrong result. Maybe I did somthing wrong in the code. using LiveChartsCore.SkiaSharpView; namespace RowSeriesTest /// Interaction logic for MainWindow.xaml /// public partial class MainWindow : Window, INotifyPropertyChanged { private List _seriesValues = new();
} |
Let me give this a second check, I'll re-open to check this out. |
WPF, .net 5.0 with version 2.0.0-beta.860.
One CartesianChart with one RowSeries with a few values ( between 80 ~120), the chart is OK if the value of MinLimit is auto or 0, but if I set it to 20, or 50 e.g., the RowSeries will become a single line.
The text was updated successfully, but these errors were encountered: