Alex Bigelow

Results 38 comments of Alex Bigelow

I would argue the other way around—I've been thinking about rolling up the series of icons at the top of each widget into a menu. Menus are usually better than...

I kind of like the idea of having both the menu and the toolbar (in both places). But I agree that this should be on the backlog.

Yeah, we're already doing the wipe-and-re-render approach as the default behavior in Resonant Lab if an `update()` function doesn't exist—moving that logic into `VisComponent` makes a lot of sense to...

I imagine this will be part of #123 ?

I'm rolling this into a separate project with much broader ambitions: https://github.com/alex-r-bigelow/join-technique When it's finally working, the way that I'm writing it should make it trivial to add it back...

Yeah, it's still very much a work in progress 🚧

Embed as image / data url / interactive...?

Note: there was a specific internal user request for DIVifying behavior (export encapsulated javascript to render the view on a separate page)

Agreed. I'd lean toward creating a separate functional boxplot component for a single line (not just because it's easier, but from a vis perspective, a line with that much detail...

The new component should accept one (?) attribute for the center curve (e.g. mean, median), _n_ **pairs** of attributes as envelopes (e.g. lower / upper bounds of confidence intervals), and...