Skip to content

appendSeries instead of updateSeries #346

@psteh

Description

@psteh

Is there any method to append the chart with new series?

Unlike appendData which seems to append data points on existing series meanwhile updateSeries will overwrite the existing series.

apexChart.appendData([{
    name: l,
    data: point,
}]);

untitled

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