Skip to content

FLErrorRange inversion ?Β #2031

@mc59fr

Description

@mc59fr

I tried to implement sample #13 kind of chart with version 1.1.1 of the library.
I get an inversion of the draw

Image

my plots :
FlSpot(
index,
(100*stats.avg).round().toDouble()/100,
yError: FlErrorRange(
lowerBy: (stats.avg - stats.min),
upperBy: (stats.max - stats.avg),
),
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions