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

Vue.js component drawing SVG Funnel Graphs

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

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hi. Would be worth adding additional prop for setting color of `.label__value`, as now its invisible on white background without writing custom styling. Also when going this way would be...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

I want to be able to save space for my component, is it possible for it to look like this? ![half-funnel](https://user-images.githubusercontent.com/22409044/99196275-50f25a00-27c6-11eb-8447-fc741f7ec15b.jpg) Thanks for anyone who can give me any suggestions!...

I have created a plugin vue-funnel-graph: `import Vue from 'vue'; import { VueFunnelGraph } from 'vue-funnel-graph-js'; Vue.use(VueFunnelGraph);` Then added into plugins array: `{ src: '~/plugins/vue-funnel-graph.js', ssr: false }` In console,...

After install I get the following: `Invalid CSS after "...load the styles": expected 1 selector or at-rule, was "var content = requi" in \node_modules\funnel-graph-js\src\scss\theme.scss (line 1, column 1)` I was...

Is there an easy way to implement full width? Fixed width is not an option in this day and age. Thank you for the great plugin!

Feature Request