Skip to content

[Demo] demo of funnel chart #2657

@xile611

Description

@xile611
Contributor
  1. 实现如下漏斗图
image
  1. 交互状态效果如下
image

demo中用到的数据如下

[{
        "label": "进入直播间人数",
        "value": 10000,
        "attach": "万",
        "average": 2000
    }, {
        "label": "商品曝光人数",
        "value": 9000,
        "attach": "万",
        "average": 1000
    }, {
        "label": "商品点击人数",
        "value": 5000,
        "attach": "万",
        "average": 500
    }, {
        "label": "创建订单人数",
        "value": 2000,
        "attach": "万",
        "average": 200
    }]

Activity

changed the title [-]【Demo】 demo of funnel chart[/-] [+][Demo] demo of funnel chart[/+] on May 11, 2024
LofiSu

LofiSu commented on Jul 11, 2024

@LofiSu

你好请问这个issue有人做了吗,没有的话可以给我做吗

xianjianlf2

xianjianlf2 commented on Jul 11, 2024

@xianjianlf2

希望可以参与任务

xile611

xile611 commented on Jul 12, 2024

@xile611
ContributorAuthor

@LofiSu 谢谢你的参与,那我asign给你吧~
@xianjianlf2 可以看一下其他未被认领的issue

LofiSu

LofiSu commented on Jul 13, 2024

@LofiSu

图片下载不了,可以群里发一下吗QAQ。(前面的问题都解决了)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @xile611@xianjianlf2@LofiSu

        Issue actions

          [Demo] demo of funnel chart · Issue #2657 · VisActor/VChart