goodformandspectacle / v_and_a

1 stars 0 forks source link

Be nice to add sparklines for objects over time #11

Closed george08 closed 9 years ago

george08 commented 9 years ago

Something like bar charts from here: http://omnipotent.net/jquery.sparkline/#s-about

Views like this:

Bit hard with ranges for start/end year though, to be sure.

infovore commented 9 years ago

Also a bit hard with the volume of data: each page would have to return an aggregation of (number of things per year) in order to generate a sparkline. Which, for this database, is a really, really big query and a lot of overhead. It could be precalculated, or restricted to a small period of time... but as it stands, it's going to be challenging to do and remain remotely performant.

george08 commented 9 years ago

Good. Decision made (to table the idea).

On 17 Dec 2014, at 19:28, Tom Armitage notifications@github.com wrote:

Also a bit hard with the volume of data: each page would have to return an aggregation of (number of things per year) in order to generate a sparkline. Which, for this database, is a really, really big query and a lot of overhead. It could be precalculated, or restricted to a small period of time... but as it stands, it's going to be challenging to do and remain remotely performant.

— Reply to this email directly or view it on GitHub.