-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Funnel Chart type #3449
Comments
This is must have for business eg. e-commerce, crm. thnsk |
Hi @norbertbede, thanks for the suggestion. |
hi. we would sponsor this improvement. i can't find donation button. |
i found these resources/examples built with d3js |
hi @netil. |
@norbertbede, appreciate the offer and interest. I'll be strongly consider to implement on next release. |
great thanks. @netil can we somehow submit some sponsorship ? that would be quite important for us. |
@norbertbede, In terms of the sponsorship, it need some kind of pre-Interpretation of internal policies as this project is maintained under private company. Anyway, thanks for the interest. I'll share for some further updates. |
to share the status, Currently I'm working on it. |
Implement new funnel type Ref naver#3449
Implement new funnel type Ref naver#3449
# [3.12.0-next.2](3.12.0-next.1...3.12.0-next.2) (2024-05-21) ### Bug Fixes * **api:** Fix scatter type loading ([413812d](413812d)), closes [#3740](#3740) * **treemap:** Fix missing element arg on data.onover/out ([22428dc](22428dc)), closes [#3766](#3766) * **types:** Correct typo in BarOptions ([a0ad93a](a0ad93a)), closes [#3749](#3749) ### Features * **axis:** Intent to ship axis.x.forceAsSingle ([6ad0554](6ad0554)), closes [#3764](#3764) * **funnel:** Intent to ship funnel type ([e4cdda1](e4cdda1)), closes [#3449](#3449)
# [3.12.0](3.11.3...3.12.0) (2024-05-27) ### Bug Fixes * **api:** Fix scatter type loading ([413812d](413812d)), closes [#3740](#3740) * **treemap:** Fix missing element arg on data.onover/out ([22428dc](22428dc)), closes [#3766](#3766) * **types:** Add missing arc.needle.value ([e0a30fe](e0a30fe)), closes [#3697](#3697) * **types:** Add missing region.label option ([e03057c](e03057c)), closes [#3732](#3732) * **types:** Correct typo in BarOptions ([a0ad93a](a0ad93a)), closes [#3749](#3749) ### Features * **axis:** Intent to ship axis.tooltip ([54e77cb](54e77cb)), closes [#3603](#3603) * **axis:** Intent to ship axis.x.forceAsSingle ([6ad0554](6ad0554)), closes [#3764](#3764) * **bundler:** Migrate babel -> esbuild ([ff0a98c](ff0a98c)), closes [#3601](#3601) * **funnel:** Intent to ship funnel type ([e4cdda1](e4cdda1)), closes [#3449](#3449)
# [3.12.0](3.11.3...3.12.0) (2024-05-27) ### Bug Fixes * **api:** Fix scatter type loading ([413812d](413812d)), closes [#3740](#3740) * **treemap:** Fix generation w/non-exist node ([02987ab](02987ab)), closes [#3777](#3777) * **treemap:** Fix missing element arg on data.onover/out ([22428dc](22428dc)), closes [#3766](#3766) * **types:** Add missing arc.needle.value ([e0a30fe](e0a30fe)), closes [#3697](#3697) * **types:** Add missing region.label option ([e03057c](e03057c)), closes [#3732](#3732) * **types:** Correct typo in BarOptions ([a0ad93a](a0ad93a)), closes [#3749](#3749) * **types:** Fix missing polar type ([7f5d5b0](7f5d5b0)), closes [#3778](#3778) ### Features * **axis:** Intent to ship axis.tooltip ([54e77cb](54e77cb)), closes [#3603](#3603) * **axis:** Intent to ship axis.x.forceAsSingle ([6ad0554](6ad0554)), closes [#3764](#3764) * **bundler:** Migrate babel -> esbuild ([ff0a98c](ff0a98c)), closes [#3601](#3601) * **funnel:** Intent to ship funnel type ([e4cdda1](e4cdda1)), closes [#3449](#3449)
I didn't notice how it was done. |
Description
I would like ask you about Funnel chart type. Your Roadmap includes this type of chart ?
The text was updated successfully, but these errors were encountered: