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
Was wondering if there is a way to do this for a line chart? I was looking for a delegate similar to the x-axis labels, but wasn't able to find it.
The text was updated successfully, but these errors were encountered:
you want add some string ONLY for the last value?
Sorry, something went wrong.
Yes, it saves me the trouble of having a legend and allows me to have both lines have the same color.
well.. this customization can be done by overriding line chart renderer's drawValues(), when it comes to the last value, you manually add the text.
drawValues()
No branches or pull requests
Was wondering if there is a way to do this for a line chart? I was looking for a delegate similar to the x-axis labels, but wasn't able to find it.
The text was updated successfully, but these errors were encountered: