Updating multiple traces textsList
in the live server does not update for each value
#53
Labels
fixed in dev
Fixed in development version
Hi me again with another bug I'm afraid
0.3.0 fixes the issue raised in #51 however there remains a very similar issue, this time it is the
textsList
property that is not updated correctly, however I suspect the source of the issue is different as the data going through the websocket appears correct.Repro based on the example one
See my two
// <-- LINE ADDED
comments for the diff.When running this example you would expect the hover label to contain the text
"Updated value of this datapoint is: ${it}"
whereit
is the y value of that bar, however the value appears to be being set to the value of the first bar in that series always.The text was updated successfully, but these errors were encountered: