Skip to content

setData bug #8

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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