goodformandspectacle / v_and_a

1 stars 0 forks source link

Start/End date not reflecting what's entered in the box? #8

Closed george08 closed 9 years ago

george08 commented 9 years ago

Tried to look for -1000 to 0, and got this:

image

Can it just show exactly what I entered?

george08 commented 9 years ago

Note, I'm working on the design now, and planning to put those two inputs where the column labels are. There's redundant stuff as is.

infovore commented 9 years ago

I can make it say exactly what you entered, that's not hard.

What's happened is: it's looked for between -1000 and 0, and found the earliest year_start is -900, and the latest year_end is -1. Hence the column headings, and hence the scale.

So as well as making it show what you say, I'll need to alter how the scale of the graph works. I think that's not horrendously hard because of the way I coded, but just a note.

infovore commented 9 years ago

Ok, this is checked in as 18bc3a76940845e29275c64e6267775c3ffdcb84 and deployed, eg:

http://va.goodformandspectacle.com/completeness?start=-1000&end=0

infovore commented 9 years ago

(I've also deployed caching which will persist per-deployment, and should make a bunch of things faster for the Second User To Do Them.)

george08 commented 9 years ago

Lovely.