-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
How to move data labels outside the chart. #1687
Comments
@danielgindi @petester42 I did succeeded in the above goal by doing some tweaks in library but i am still not able to find the correct way as changing the library is not a ideal way please guide |
just override them with your sub classes or change the library code. Sometimes customizations are needed if it does met your requirement. |
can't it be like different public setting in library without setting it by changing the code in library as if i update it to newer version i again need to do the change in new code of library |
Yes, that's true. because it's your customizations; however you could make a pull request for features you think it's helpful and get merged and you won't need to change again; if you can't make it public, then what you should do is to subclass and override in your sub class. That's why we use OOP |
Is it ok if i create a pull request to master branch |
Hello i have created the pull request by updating my solution #1712 |
Thanks! Just wait and keep tuned. The review process will take some time for code styles or other things. |
@danielgindi
I want the data labels to be outside the chart like below.
Please Guide
The text was updated successfully, but these errors were encountered: