- Allow
tp.call
to take arguments and makethis
the plot object.
- Add
tp.call
.
- Add helpers:
tp.group
,tp.groupCount
,tp.bin
,tp.binCount
,tp.layer
,tp.facet
,tp.hStack
,tp.vStack
,tp.range
,tp.linSpace
. - Remove
tp.stack
. - Add
xReverse
andyReverse
options. - Change
ease
channel default to'linear'
.
- Add updates: updatable channels,
tp.update
,tp.mergeUpdate
. - Add marks:
circle
,path
. - Add channels:
front
,listen
,delay
,duration
,ease
. - Change
click
,mouseenter
,mouseleave
,subplot
from options to channels. - Can use
borderRadius
channel with bars. - Remove channels:
callback
,attach
,noteAttach
,noteClass
,noteName
. - Dataset can be a flat array or a positive integer.
- Non-xy channels for single-mark types can use accessor functions — only called once so are passed the entire dataset rather than a datum.
- Add
tp.lookup
helper function. - Remove
drop
method. - Add
setPaneSize
option; removepaneWidth
andpaneHeight
options. - Allow
'preserve'
forwidth
orheight
. areaScale
option must be an array or a function.
- Initial Release