Closed paulodfavero closed 2 months ago
Can you provide codepen, to reproduce/test it. @paulodfavero
Can you provide codepen, to reproduce/test it. @paulodfavero
Unfortunately I can't right now. Is it possible to figure out why this happening only with video? Do you need more data to understand? I can provide you more codebase, if you want.
It looks like an issue with data, but it's impossible to determine without actually seeing it.
Make sure your data is sorted in ascending order.
It looks like an issue with data, but it's impossible to determine without actually seeing it.
Make sure your data is sorted in ascending order.
Thanks for the answer. It is ordered by asc and with no repeated data.
If I change GaplessDataAxis
to DataAxis
this giant candle doesn't display. A gap in the chart display, but a weird candle doesn't.
Hi guys! I found the problem. locationX: 0
set on CandlestickSeries
.
If I remove the locationX: 0
the giant candle disappears.
I think this is a bug.
without locationX: 0
with locationX:0
We'll need a way to reproduce it in order to verify if it's a bug.
Can you post your chart code and data on CodePen?
Thanks. We were able to reproduce it and are looking into it.
Reduced case for testing: https://codepen.io/team/amcharts/pen/BagVMza/e9b09a75b3436f3db946de808db3efd5?editors=0010
Thanks. We were able to reproduce it and are looking into it.
Reduced case for testing: https://codepen.io/team/amcharts/pen/BagVMza/e9b09a75b3436f3db946de808db3efd5?editors=0010
I appreciate your attention.
Fixed in 5.10.4.
showTooltipOn: "click"
elements will toggle tooltip, rather than keep it open."Horizontal Line"
and "Horizontal Ray"
lines are now allow for longer overzoom / X-axis scope.GaplessDateAxis
could some time become too wide.Make sure you clear your browser cache after upgrading. And feel free to contact us again if you are still experiencing this issue.
When I load more data, the gap between datas works fine, but create a weird giant column in the chart.
https://github.com/user-attachments/assets/500ff802-a3ec-4c93-b543-e694091e0000
If I change to line version it works fine.
https://github.com/user-attachments/assets/142ef8b3-851a-45b6-9ec3-5ff5b19b89ab