Skip to content

setData bug #8

@skywalkerx86

Description

@skywalkerx86

when I use the setData function and then .draw() the chart clears even if I pass the exact same data as what was originally passed to the plot
ex:
dataChart = $.plot($("#stackchart"), data, options); //this draws the graph fine
oldData = dataChart.getData()
dataChart.setData(oldData);
dataChart.draw(); //after set data, this draw clears the graph

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