Skip to content

How can i make xAxisLabel to get multiple data instead of one value for one xAxisLabel ? #430

@MehdiAbdi

Description

@MehdiAbdi

LineChartDataPoint will get something like this
LineChartDataPoint(value: 23.0 , xAxisLabel: "A")

but i want it to get an array of value like this
LineChartDataPoint(value: [23.0, 10.0, 20.2, 33.6] , xAxisLabel: "A" )

How can i achieve this !!!
Thank You All ❤️.

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