Enhancement in documentation: Chart description documentation is outdated #3987
Comments
|
Yes, since the library has been... er... ignored... for the most part... for around a year now, the documentation in the Wikis is very limited and sometimes wrong. Step one will be updating the javadoc, and then step two is updating the Wiki to be more extensive. As far as I know, I'm the only one left who is working on this project. This is definitely on my to-do list. |
Yeah, that would be great.
I can understand that it is quite impossible for one person to deal with about 1500 issues and support topics here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your documentation for the description methods for a chart is outdated.
https://github.com/PhilJay/MPAndroidChart/wiki/General-Chart-Settings-&-Styling:
However, the Chart.java class only contains a method to set a Description object as a total object:
So, to set e.g. the titel of a description to the chart, you need to do the following (assuming Kotlin, but is quite equal to Java):
I think, the documentation should be updated as this is really confusing otherwise.
The text was updated successfully, but these errors were encountered: