Skip to content

if PieEntry(1f, "STRINGKEY") is set then NO COLOR (BUG) #2385

@azaabudeen

Description

@azaabudeen

i have found a bug,
when ever we enter 1f or less then 1f in the entries....it doesnt add color in the piechart,this issue is not only for my app..but the sample app is also having same issue,

    entries.add(new PieEntry(1f, "Monday"));
    entries.add(new PieEntry(1f,"Tuesday"));
    entries.add(new PieEntry(1f,"Wednesday"));
    setPieChart(entries);

I will get 3 entities but with no color,
Please fix this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugconfirmed bugs or otherwise incorrect behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions