11 Commits

Author SHA1 Message Date
Rufus Pollock
dc0dc0b76e [view/flot-graph][s]: tool tips now show true x-axis value in case where non-numeric (e.g. for bar). 2012-03-16 00:13:40 +00:00
Rufus Pollock
d99b4db0ac [#58,flot][s]: tooltips for flot graphs (fixes #58). 2012-03-14 23:12:39 +00:00
Rufus Pollock
a9b65b4d1d [#58,flot-graph][s]: support for new types of graph: bars, points and points and lines. 2012-03-14 22:32:40 +00:00
Rufus Pollock
733a9d3275 [#34,view][s]: query state in url (store into and read from).
* Also change so that query values are not automatically JSON.stringify-ied (bad idea since it leads to repeated jsonification of same value ...)
2012-03-14 19:45:28 +00:00
Rufus Pollock
58c06e5ad7 [view/flot][xs]: remove TODO which had been done. 2012-03-14 19:22:43 +00:00
Rufus Pollock
f6dc590b3c [view/flot-graph,bugfix][xs]: fix exception on data change when flot not visible. 2012-02-24 09:07:59 +00:00
Rufus Pollock
7837105494 [build][s]: add latest build version of recline plus latest built docs. 2012-02-18 09:12:41 +00:00
Rufus Pollock
4074f380d8 [#25,view,refactor][s]: get views working with new field setup (fixes #25).
* One nastiness along the way (30m delay!) that is worth noting: flot graph was a problem because it turned out that a) (re-)render triggered by dataset attributes change and fields only got set *after* core dataset attributes and so info was rendering.
* model.test.js: basic test for Dataset.toTemplateJSON
2012-02-18 09:07:35 +00:00
Rufus Pollock
3ea18aa715 [#25,refactor][s]: rename header(s) -> field(s) throughout. 2012-02-17 23:43:27 +00:00
Rufus Pollock
ed3d20b20f [#42,flot-graph][s]: reinstate configuration of graph from routing info lost in penultimate commit a9cfd4412c8a4b9645e100997a4d1898620b0290.
* view.js: bunch of utility functions for parsing and composing query strings for hash routing (plus tests).
2012-02-17 21:47:51 +00:00
Friedrich Lindenberg
467e27a95d Split views into separate files. fixes #41. 2012-02-16 17:04:49 +01:00