-
Notifications
You must be signed in to change notification settings - Fork 13
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
demo pages #6
Comments
The above does the trick, assuming the container has appropriate size and styles. It's probably a good idea to throttle the resize handler function. Working on a demo showing this. |
(1). Ah, thanks for pointing that out; I completely missed it. It would be cool if, by default and irrespective of whether the range is maxed out, the slider had handles like the range sliders you see in Google finance charts, dygraphs, and Boundary itself. (2). Sounds good. I tried a simple experiment inside a bootstrap container, and the resize call worked well. (3). If it is possible, that would be great. |
(2). Created a new demo for this: https://github.com/boundary/firespray/blob/master/demo/responsive-demo.html |
Thanks. Looks like it is worth noting the api for generating data from is different between 0.1.2 and 0.1.3. 0.1.2: 0.1.3: If it helps, here also is a responsive demo using bootstrap and firespray 0.1.3.
|
Thanks for sharing the sample! Indeed, we should update the demos that use 0.1.2. |
The old time slider example looks great; the slider works and the chart itself is responsive to browser re-sizing.
http://bl.ocks.org/biovisualize/raw/bdf17be85fc96d629ade/
However, the slider-demo in the github project does not work for me. All that displays is a crosshair cursor with no sliding action. The charts are not responsive to browser re-sizing, either.
https://github.com/boundary/firespray/blob/master/demo/slider-demo.html
The text was updated successfully, but these errors were encountered: