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
CandleStickChartView shows first and last (which one is especially important to see in financial charts) candles cut in half. I have this issue in CombinedChartView with CandleChartData, but as I can see in demo - plain Candle Stick Chart has the same issue. Chart is fully zoomed out. I know about fitBars property for BarChart, but it's not applicable for candle stick chart(
Calculating and setting xAxis.axisMaximum manually to be (candleWidth/2) larger than last candle's X-value would be the best decision? Is there any way to do it automatically like with fitBars for BarChart?
Charts v3/Xcode 8, latest master (as of 2016-10-17).
The text was updated successfully, but these errors were encountered:
PSTDev
changed the title
CandleStickChart last candle cut in half
CandleStickChart last candlestick cut in half
Oct 17, 2016
PSTDev
changed the title
CandleStickChart last candlestick cut in half
CandleStickChart - last CandleStick cut in half
Oct 17, 2016
Thanks for fix! This solves problem in demo with plain CandleStickChartView, but not in CombinedChartView with CandleChartData - still shows only half of last candle.
CandleStickChartView shows first and last (which one is especially important to see in financial charts) candles cut in half. I have this issue in CombinedChartView with CandleChartData, but as I can see in demo - plain Candle Stick Chart has the same issue. Chart is fully zoomed out. I know about fitBars property for BarChart, but it's not applicable for candle stick chart(
Calculating and setting xAxis.axisMaximum manually to be (candleWidth/2) larger than last candle's X-value would be the best decision? Is there any way to do it automatically like with fitBars for BarChart?
Charts v3/Xcode 8, latest master (as of 2016-10-17).
The text was updated successfully, but these errors were encountered: