Skip to content

markdown-it-vue 1.1.7版本不支持展示柱状图表的title、tooltip、图例legend吗? #88

@CaoRuimiao

Description

@CaoRuimiao

{
"title": {
"text": "World Population"
},
"tooltip": {
"trigger": "axis",
"axisPointer": {
"type": "shadow"
}
},
"legend": {},
"xAxis": {
"type": "category",
"data": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
},
"yAxis": {
"type": "value"
},
"series": [
{
"name": "test1",
"data": [120, 200, 150, 80, 70, 110, 130],
"type": "bar",
"stack": "total"
},
{
"name": "test2",
"data": [12, 20, 35, 88, 7, 11, 13],
"type": "bar",
"stack": "total"
},
{
"name": "test3",
"data": [120, 200, 150, 80, 70, 110, 130],
"type": "line"
}
]
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions