IanMayo / d3sonar

0 stars 0 forks source link

Show update window at same time as graph #14

Closed IanMayo closed 10 years ago

IanMayo commented 10 years ago

Hopefully this is an easy one that you can "tick off" in a few minutes.

Currently the sonar control is set to fill 100% of the vertical space. This means that the time input control cannot be visible at the same time as the bearing axis.

I won't have a time input control in the final simulator, but there will be other controls visible.

Could you just demonstrate that the control doesn't rely on 100% height by reducing it's height slightly so that the update box/button are visible at the bottom?

git-ashish commented 10 years ago

Say you've a place holder for this sonar in the app. Now, assuming that the place holder dimensions ( width and height ) both change as per the screen size, then this placeholder can be mentioned as the reference for sonar viz size.

I've done some modifications. Please check the resize() function in sonar-d.html

IanMayo commented 10 years ago

yes - the new version is just fine - thanks for demonstrating it.