-
Notifications
You must be signed in to change notification settings - Fork 117
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
containerSize() not defined #7
Comments
I changed containerSize() to sliderLength and it works fine now. |
Had the same issue, |
had the same issue, lolodk's fix worked for me +1 |
same |
same, the fix solved the issue thanks |
foobacca
added a commit
to aptivate/africawatermap
that referenced
this issue
May 22, 2014
with fix to slider js from MasterMaps/d3-slider#7
NullSoldier
added a commit
to BetterWorks/d3.slider
that referenced
this issue
Aug 15, 2014
Bug indicated in MasterMaps#7
NullSoldier
added a commit
to BetterWorks/d3.slider
that referenced
this issue
Aug 15, 2014
Bug indicated in MasterMaps#7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am trying the latest version from the master branch. After opening index.html from browser, there is an exception "containerSize() not defined" whenever I drag the slider.
It seems that this bug was introduced in the commit f4b5c68
where
sliderLength
is changed tocontainerSize()
but the functioncontainerSize
is not defined.The text was updated successfully, but these errors were encountered: