8000 [Demo] add demo of a bar chart · Issue #2658 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Demo] add demo of a bar chart #2658
Closed
@xile611

Description

@xile611
  1. 实现条形图
image
  1. 交互细节如下:
image image

demo中用到的数据参考如下:

[{
        "x": "北京",
        "y": 3080,
        "type": "top1"
    }, {
        "x": "天津",
        "y": 2880,
        "type": "top2"
    }, {
        "x": "重庆",
        "y": 880,
        "type": "top3"
    }, {
        "x": "深圳",
        "y": 780,
        "type": "common"
    }, {
        "x": "广州",
        "y": 680,
        "type": "common"
    }, {
        "x": "山东",
        "y": 580,
        "type": "common"
    }, {
        "x": "浙江",
        "y": 480,
        "type": "common"
    }, {
        "x": "福建",
        "y": 100,
        "type": "common"
    }, {
        "x": "石家庄",
        "y": 100,
        "type": "common"
    }, {
        "x": "广西壮族自治区",
        "y": 100,
        "type": "common"
    }]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0