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
I have a gallery of charts and data changes dynamically. So sometimes there are just two values in pie chart and sometimes more than 10. Now I tried to find something related to word wrap but this setting is only in other charts. I have followed some issues. I found the isWordWrapEnabled in other renderers not in PieChartRenderer. Can you give me idea how can I make this possible ? Am I missing something or still that thing is left to implement ?
Thank You,
Chintan.
The text was updated successfully, but these errors were encountered:
If you tried to search it, you will see NOTE: currently supports all charts except pie/radar/horizontal-bar:
/// if set to true, word wrapping the labels will be enabled./// word wrapping is done using (value width * labelWidth)/// NOTE: currently supports all charts except pie/radar/horizontal-barpublicvarwordWrapEnabled= false
/// :returns true if word wrapping the labels is enabledpublicvarisWordWrapEnabled:Bool{return wordWrapEnabled }
I don't know if the coming release will support them.
Hi,
I have a gallery of charts and data changes dynamically. So sometimes there are just two values in pie chart and sometimes more than 10. Now I tried to find something related to word wrap but this setting is only in other charts. I have followed some issues. I found the isWordWrapEnabled in other renderers not in PieChartRenderer. Can you give me idea how can I make this possible ? Am I missing something or still that thing is left to implement ?
Thank You,
Chintan.
The text was updated successfully, but these errors were encountered: