Changelog
v1.1.0 (2017-07-31)
Release v1.1.0 adds a variety of new functionality to the funnel, and introduces a new data structure that allows for more flexibility on a row level than previously capable:
funnel.draw([{
label: 'Prospects',
value: 5000,
backgroundColor: '#d33',
}]);
The old structure of an array-of-arrays has been deprecated and will be removed in the v2.0 release. Please update to the newest data structure as soon as possible. Refer to the README for the list of available options, which includes all of the capabilities previously held in the data array.
tooltip.enabled
and tooltip.format
hideLabel
option to the data objectlabel.enabled
chart optionHTMLElement
in the D3Funnel constructor