I have an NVD3 SparklinePlus that I am updating with new data when it comes through. The line itself updates as expected but the hover values are as if the original data is still there. Example code is below and here is a link to a jsfiddle with a working example of the problem:
I have an NVD3 SparklinePlus that I am updating with new data when it comes through. The line itself updates as expected but the hover values are as if the original data is still there. Example code is below and here is a link to a jsfiddle with a working example of the problem:
Am I doing something incorrect in the update function, in terms of how I replace the data, or is this a bug in the SparklinePlus?