Socket
Socket
Sign inDemoInstall

d3-funnel

Package Overview
Dependencies
15
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

2.1.1

Diff

jzatecky
published 2.1.0 •

Changelog

Source

v2.1.0 (2022-02-25)

Other

  • [#156]: Add TypeScript index file
jzatecky
published 2.0.1 •

jzatecky
published 2.0.0 •

Changelog

Source

v2.0.0 (2021-06-04)

Bug Fixes

  • [#138]: Fix an issue with tooltip alignment in newer versions of Chrome

Dependencies

  • Breaking: Upgrade to using D3 v6 (changes events.click.block(d) to events.click.block(event, d))
jzatecky
published 1.2.2 •

Changelog

Source

v1.2.2 (2019-01-26)

Performance

  • [#97]: Significantly reduce package size to around 27% of its original size
jzatecky
published 1.2.2-alpha.0 •

jzatecky
published 1.2.1 •

Changelog

Source

v1.2.1 (2018-10-13)

Build Process

  • [#93]: Fix issue where dist/d3-funnel.js was being minified alongside dist/d3-funnel.min.js
jzatecky
published 1.2.0 •

Changelog

Source

v1.2.0 (2018-06-25)

Dependencies

  • [#87]: Add official support for D3 v5 (while continuing support for D3 v4)

Bug Fixes

  • [#86]: Fix issue where heights were being calculated incorrectly when the sum of values was zero
jzatecky
published 1.1.1 •

Changelog

Source

v1.1.1 (2017-07-31)

This is a patch for the npm release, which was shipped without the updated /dist directory.

jzatecky
published 1.1.0 •

Changelog

Source

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.

Deprecations

  • [#73]: The old array-of-arrays data structure has been deprecated in favor of a data objects

New Features

  • [#45]: Add support for tooltips via tooltip.enabled and tooltip.format
  • [#71]: Add hideLabel option to the data object
  • [#74]: Add label.enabled chart option
  • [#79]: Add support for HTMLElement in the D3Funnel constructor

Bug Fixes

  • [#77]: Fix an issue where containers with zero width and/or height would not inherit from the default dimensions
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc