IanMayo / d3sonar

0 stars 0 forks source link

Control should use two separate time scales #8

Closed IanMayo closed 10 years ago

IanMayo commented 10 years ago

To avoid the user having to zoom in on the most recent data, we are going to adopt a strategy where the time axis has two scales.

Here is our earlier discussion on the scales to use:

the time  axis will have two scales.  
The last minute of data will have 25% of the height available. 
The previous 19 minutes will have the remaining 75%.

The most recent commit (57772f207f) introduces two scales, but their proportions are not as described above.

git-ashish commented 10 years ago

Oh I've actually reversed the proportion. I'll correct it.

IanMayo commented 10 years ago

Yes - the current view does have the proportions the correct way around.