Hello SciChart team,
I noticed that setting dataEvenlySpacedInX
in column and candle series doesn’t seem to take effect. You can observe it in this codesandbox where columns (candles) are overlapping because of unevenly spaced X values. I would expect the columns not to overlap.
Please let me know if my expectation is not correct.
Thank you,
Timo Betina
- Timo Betina asked 1 month ago
- You must login to post comments
I found out the issue was on my side. Instead of dataEvenlySpacedInX
I should have used dataPointWidthMode: EDatapointWidthMode.Range
. That works perfectly!
- Timo Betina answered 1 month ago
-
Hi Timo, that’s right! We’ve just added this property dataPointWidthMode and created some documentation here to show the different modes and how they work. https://www.scichart.com/documentation/js/current/ColumnSeriesDataPointWidthMode.html Hope this helps!
-
Thanks Andrew, Unless I’m missing some settings, I noticed one potential bug. Zoom extents doesn’t seem to be correctly applied for candlestick series when EDatapointWidthMode.Range is enabled. It zooms out very far out. You can observe it here: https://codesandbox.io/p/sandbox/zoomextents-for-rangedatapointwidthmode-g65r48 Please let me know if I am doing something wrong or if I should report a bug. Thanks, Timo
- You must login to post comments
Please login first to submit.