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 am facing the same issue in latest version 2.1 when I change it to 2.0.1 it works. I really appreciate you help to fix it up.
Originally posted by @anilwarbhe in #388 (comment)
The text was updated successfully, but these errors were encountered:
Also the """ label(text: str)
Updates the label of the horizontal line.
""" does not work.
Sorry, something went wrong.
For the line deletion issue I fixed it changing in Line.delete
Line.delete
if ({self.id}legendItem) {{ {self._chart.id}.legend.div.removeChild({self.id}legendItem.row) }}
by
if ({self.id}legendItem) {{ {self._chart.id}.legend.seriesContainer.removeChild({self.id}legendItem.row) }}
Any update related to this?
No branches or pull requests
Originally posted by @anilwarbhe in #388 (comment)
The text was updated successfully, but these errors were encountered: