Age | Commit message (Collapse) | Author | Files | Lines |
|
This also adjusts the method for comparing filters, allowing a chart to
define a "filterCompare" method that will be used to compare filters if
available.
This finally removes the date chart special case for setting filters.
Array instance checking will now use foo instanceof Array instead of
typeof(foo) == "array", which was unreliable (sometimes it's "object").
Trellis chart brush containers will now redraw the brush when set
externally.
renderBrush no longer takes brushG as a parameter. I'm not sure what I
was thinking when I made it so.
The deselected area will not yet fade.
The trellis chart still requires substantial refactoring and consistency
fixes; I'm not sure that the parameter specifications are currently
correct.
|
|
|
|
No broadcasting functionality yet.
|
|
d3.select(this) is wasteful and not always reliable
|
|
Deselecting areas, applying filters, and broadcasting filters are not
implemented yet.
|
|
This is by no means even close to comprehensive (legacy compatability for
determining browser width is a total mess in and of itself).
However, this is enough for manavis to work on recent versions of Firefox.
It's not quite as fast as chromium, but it is entirely workable.
Older versions aren't really worth testing, as the entire application is very
js intensive.
|
|
|
|
Massive cleanup of margins and offsets.
|
|
|
|
|
|
|