funnel-graph-js icon indicating copy to clipboard operation
funnel-graph-js copied to clipboard

SVG Funnel Graph Javascript Library

Results 27 funnel-graph-js issues
Sort by recently updated
recently updated
newest added

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

It's working perfectly without defining any width and height. The goal is to display the graph about 1/3 the original size. Using this code ``` this._recrutingFunnel = new FunnelGraph({ container:...

Hi, - I would like to add some hover action to display more data - click on a section/ part and do eg. navigation. Therefore I need to access the...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When i use 11186.89, 6101.85 for values, the display of label is: 17,288.739,999,999,998 If i use 11186.83, 6101.85 i get 17,288.68 Once i do 11186.84, 6101.85 17,288.690,000,000,002 Any fix to...

Hi! I would love the option to set labels like this: **[100000]**, [50000, 50000], [2000, 1000] etc... This helps with funnels if you want let's say the total users. And...

Hi greghub, thanks for building this awesome and beautiful funnel graph library. I am experiencing the issue where either styles are not applied correctly or the SVG funnel is not...

This makes the package work with [snowpack](https://www.snowpack.dev/).

I've been adding a TypeScript interface to use `funnel-graph-js` in my project. Follows the code if you want to create a TypeScript version here 😄 ```ts export interface IFunnelGraph {...