Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find anything like "isWordWrapEnabled" in PieChart #244

Closed
sarvaiyac opened this issue Jul 26, 2015 · 3 comments
Closed

Can't find anything like "isWordWrapEnabled" in PieChart #244

sarvaiyac opened this issue Jul 26, 2015 · 3 comments

Comments

@sarvaiyac
Copy link

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.

@liuxuan30
Copy link
Member

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-bar
    public var wordWrapEnabled = false

    /// :returns true if word wrapping the labels is enabled
    public var isWordWrapEnabled: Bool { return wordWrapEnabled }

I don't know if the coming release will support them.

@sarvaiyac
Copy link
Author

Hi liuxuan30,

Thank You for quick reply. I appreciate.

@danielgindi
Copy link
Collaborator

It is planned, but we have a lot on our plate :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants