Skip to content

NumericAxis issues with values that are float and have 3 zero decimals after floating point #19

@LugonjaAleksandar

Description

@LugonjaAleksandar

In my app case I work with presenting crypto currencies and their value has different ranges. For Bitcoin ranges are around 9000, but for other currencies it gets to 0.000xxxxx.

When setting data points with values all starting with float 0.000xxxx NumericAxis losses data. I am passing graph info data with 9 digits precision and only leading 3 are zeros, so there should be no problem displaying this, but library doesn't support lower values it seems. Also format displaying in a popup on click shows only "0.0" value, and not floating point values that are passed to the lib.

Any advice how I can work around the issue and display correct graph data on click, and present correct primaryYAxis?
You can find attached screenshot from the device, to see what the problem is.
Screen Shot 2019-09-03 at 3 56 03 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions