Skip to content

Allow for comma in last row of data  #347

@vikjung

Description

@vikjung

Process data with comma on the last row of data so dont have to do specific logic to identify last row for bar charts I am using it inside a lit component

data='[["Month", "Days"], ["Jan", 31],["Feb", 28]]' --- works
data='[["Month", "Days"], ["Jan", 31],["Feb", 28],]' --- fails

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