VisActor / VisActor/VChart

[Demo] demo of funnel chart

Open
#2,657 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

demos good first issue
Dominant language
TypeScript
Stars
1.8k
Forks
221
Avg merge
1d 6h
Merged PRs (30d)
26

Description

  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
    }]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named in the issue. Review the existing demo structure and funnel-chart examples first, then use the supplied data to reproduce the attached funnel chart and its interaction states. Done means the demo matches both reference images.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data-visualization
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.