Skip to content

BarChartView if all chartitem.value = 0 will crash #59

Description

@xufeitt

like sample set all chartitem.value = 0 , app will crash
ObservableCollection _chartCollection = new ObservableCollection()
{
{new ChartItem(){ Value= 0, Label = "a"}},
{new ChartItem(){ Value= 0, Label = "b"} },
{new ChartItem(){ Value= 0, Label = "c"} },
{new ChartItem(){ Value= 0, Label = "d"} },
{new ChartItem(){ Value= 0, Label = "e"} }
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions