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

Legend not showing up properly if hidden using jQuery #94

Open
kaustavbhattacharjee opened this issue Feb 18, 2020 · 0 comments
Open

Legend not showing up properly if hidden using jQuery #94

kaustavbhattacharjee opened this issue Feb 18, 2020 · 0 comments

Comments

@kaustavbhattacharjee
Copy link

Issue:
Legend does not load properly when hidden using jQuery.hide().

Steps for reproduction:

  1. Load a sequential scale legend. Works properly at first.
  2. Use $("#myLegend").hide() while the document is loaded.
  3. The legend shows up too compressed when used $("#myLegend").show() the element.

On further inspection, checked that the data values are passed properly, but the translate function for the cells as defined by this library is not passing proper values.

Please help!

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

1 participant