Age | Commit message (Collapse) | Author | Files | Lines |
|
This should make the distinction between loading own files and using the
latest dataset clearer.
The equal height psuedo-columns could be applicable to the chart columns too.
Generic column layout based on:
http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/demo/backgrounds.html
|
|
Deselecting areas, applying filters, and broadcasting filters are not
implemented yet.
|
|
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.
|
|
|
|
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. :)
|
|
|
|
Based off bootstrap
|
|
|
|
|
|
|
|
|
|
Almost everything is white anyway due to the svg backgrounds, and having just
the titles tinted looks strange.
|
|
|
|
|
|
Active filters will only be applied from users in the same channel.
This closes #14.
|
|
|
|
Massive cleanup of margins and offsets.
|
|
|
|
|
|
Also push vis-hide structure up to contain the columns, rather than each
column having its own vis-hide div
|
|
|
|
|