We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to use NSRange in my overriden drawLabel function to further attribute my label String
I expect my label , for example "NorthSouth" to have the part "North" bolded and "South" with the normal font
I cannot format my label this way as we can only work with String and NSAttributedString separately in this function
**Charts version/Branch/Commit Number: 3.3.0 **Xcode version: 10.2.1 **Swift version:10 **Platform(s) running Charts:ios 9.0 **macOS version running Xcode:10.14.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What did you do?
I would like to use NSRange in my overriden drawLabel function to further attribute my label String
What did you expect to happen?
I expect my label , for example "NorthSouth" to have the part "North" bolded and "South" with the normal font
What happened instead?
I cannot format my label this way as we can only work with String and NSAttributedString separately in this function
Charts Environment
**Charts version/Branch/Commit Number: 3.3.0
**Xcode version: 10.2.1
**Swift version:10
**Platform(s) running Charts:ios 9.0
**macOS version running Xcode:10.14.5
Demo Project
The text was updated successfully, but these errors were encountered: