Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-27 | Initial brushable trellis chart | Freeyorp | 1 | -4/+13 | |
Deselecting areas, applying filters, and broadcasting filters are not implemented yet. | |||||
2013-05-27 | Disable controls until init has finished | Freeyorp | 1 | -0/+8 | |
Before, if you were quick or your connection was slow, you could select the files before mv.init registers the callback. This left things stuck, either requiring another set of files to be selected, or a refresh of the page. This closes #18. | |||||
2013-05-26 | Set sensible min-height | Freeyorp | 1 | -1/+1 | |
2013-05-26 | Implement remote resource loading | Freeyorp | 1 | -0/+32 | |
mv.loader.use takes an array of URLs, which are fetched via d3.xhr. This also restructures mv.loader to refactor out some shared functionality between mv.loader.use and the file selector change events. mv.loader could still use some cleanup. http://css-tricks.com/examples/ButtonMaker/ makes a pretty neat css button. Hopefully, it's visually attractive enough so people in a hurry know where to go. :) | |||||
2013-05-26 | Make map chart and user list bigger | Freeyorp | 1 | -5/+5 | |
2013-05-26 | Style changes | Freeyorp | 1 | -0/+19 | |
Based off bootstrap | |||||
2013-05-16 | Show the active filter, display reset in a nicer way | Freeyorp | 1 | -0/+10 | |
2013-05-16 | Add axis labels and help text | Freeyorp | 1 | -1/+43 | |
2013-05-15 | Add a note about possible UI lockups | Freeyorp | 1 | -2/+2 | |
2013-05-15 | Add a thin line of separation between charts | Freeyorp | 1 | -0/+7 | |
2013-05-15 | Remove column backgrounds | Freeyorp | 1 | -14/+0 | |
Almost everything is white anyway due to the svg backgrounds, and having just the titles tinted looks strange. | |||||
2013-05-14 | Remove debug spam, show visible warning on disconnect | Freeyorp | 1 | -0/+10 | |
2013-05-14 | Describe how and why records needs to be loaded | Freeyorp | 1 | -1/+1 | |
2013-05-14 | Add channels | Freeyorp | 1 | -1/+12 | |
Active filters will only be applied from users in the same channel. This closes #14. | |||||
2013-05-14 | Separate connection status, hide while offline | Freeyorp | 1 | -1/+8 | |
2013-05-13 | Add domain labels to trellis chart | Freeyorp | 1 | -0/+16 | |
Massive cleanup of margins and offsets. | |||||
2013-05-13 | Restructure trellis-chart DOM, add separators | Freeyorp | 1 | -1/+1 | |
2013-05-13 | White chart backgrounds, pad userlist | Freeyorp | 1 | -1/+5 | |
2013-05-13 | Faint backgrounds for each column | Freeyorp | 1 | -1/+14 | |
Also push vis-hide structure up to contain the columns, rather than each column having its own vis-hide div | |||||
2013-05-13 | Update documentation | Freeyorp | 1 | -1/+1 | |
2013-05-13 | Move served files to a public/ directory | Freeyorp | 1 | -0/+134 | |