You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE 1: Memory Leak: Wait some time and check memory
Result:
ISSUE 2: Wrong cursor info: Check the cursor in the live chart. It shows wrong infos in the tooltip (one can see it at the timestamp. It doesnt match the updated legend. It changes sometimes backwards if the mouse is moved forward. It seems like the cursor data contains ALL elements of ALL Chart updates behind one another)
Wrong cursor infos:
The text was updated successfully, but these errors were encountered:
Having the same symptoms as ISSUE 1 with a real time chart, gigabytes of org.knowm.xchart.internal.chartpart.Cursor$DataPoint held by dataPointList, it seems like. I think Cursor.java and the behaviour of the ArrayLists needs to be investigated.
stmuecke
pushed a commit
to stmuecke/XChart
that referenced
this issue
Jun 20, 2024
How to reproduce:
The text was updated successfully, but these errors were encountered: