Skip to content

Data in plot is not displayed in Compose preview  #51

@natanfudge

Description

@natanfudge

code:

    XYGraph(
        rememberLinearAxisModel(data.autoScaleXRange()),
        rememberLinearAxisModel(data.autoScaleYRange())
    ) {
        LinePlot(
            data,
            lineStyle = LineStyle(SolidColor(Color.Blue))
        )
    }

Desktop app:

image

Desktop @Preview:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions