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
Use the candlestick chart with multiline text enabled, however if it's enabled or not, the xAxis is still getting small width labels when zoomed out, from what I see it seems to be the same width as the assigned's candle width
What did you expect to happen?
For the xAxis to show the labels correctly whatever the zoom level is, what I've done to kind of circumvent this is to set the X minimum range to 6 candles but I actually need to freely zoom the xAxis too
What happened instead?
The xAxis gets rendered like this xAxis wrong label width
with the candle's width instead of the text's width
Charts Environment
Charts version/Branch/Commit Number: 3.4.0 Xcode version:10.2 Swift version:5 Platform(s) running Charts:iOS macOS version running Xcode:Mojave 10.14.5
The text was updated successfully, but these errors were encountered:
Actually nevermind, my bad for not closing the issue this was a mistake on my end, the labels work properly when I set multiline (which I readed somewhere it was wordWrapEnabled) property to false, I thought that you needed to set it up to true in order for labels have multiple lines, but the labels work as intended with the \n to make the line break
What did you do?
Use the candlestick chart with multiline text enabled, however if it's enabled or not, the xAxis is still getting small width labels when zoomed out, from what I see it seems to be the same width as the assigned's candle width
What did you expect to happen?
For the xAxis to show the labels correctly whatever the zoom level is, what I've done to kind of circumvent this is to set the X minimum range to 6 candles but I actually need to freely zoom the xAxis too
What happened instead?
The xAxis gets rendered like this
xAxis wrong label width
with the candle's width instead of the text's width
Charts Environment
Charts version/Branch/Commit Number: 3.4.0
Xcode version:10.2
Swift version:5
Platform(s) running Charts:iOS
macOS version running Xcode:Mojave 10.14.5
The text was updated successfully, but these errors were encountered: