react-financial-charts
react-financial-charts copied to clipboard
Bug Report: Duplicated Lines When Drawing Interactive Indicators
I'm submitting a...
- [x ] bug
- [ ] feature
- [ ] chore
What is the current behavior
When using version 2.0.1 I have encountered a bug where drawing interactive indicators such as trendlines, Fibonacci retracements, etc., sometimes results in duplicated lines appearing on the chart before mouse up. This issue seems to occur randomly when adding these indicators.
What is the expected behavior
The expected behavior is that each interactive indicator should be drawn once without duplication. When a user draws a trendline or any other indicator, only a single line should appear.