Skip to content
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

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. #495

Open
anilwarbhe opened this issue Dec 9, 2024 · 3 comments

Comments

@anilwarbhe
Copy link

          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)

@anilwarbhe
Copy link
Author

Also the
"""
label(text: str)

Updates the label of the horizontal line.

"""
does not work.

@csanchez-aureum
Copy link

For the line deletion issue I fixed it changing in 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)
            }}

@martinbouhier
Copy link

Any update related to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants