VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
955 stars 67 forks source link

[Demo] demo of funnel chart #2657

Open xile611 opened 5 months ago

xile611 commented 5 months ago
  1. 实现如下漏斗图

    image
  2. 交互状态效果如下

    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
    }]
LofiSu commented 3 months ago

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

xianjianlf2 commented 3 months ago

希望可以参与任务

xile611 commented 3 months ago

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

LofiSu commented 3 months ago

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