2023年政策修订增补工作正在进行中,欢迎参与!
User:Ceasar/Sandbox
跳转到导航
跳转到搜索
这是一个个人沙盒页面,通常会被作为Templete设计草稿页面并被引用或作为移动端版式测试页面以浏览效果
以下是沙盒内容
{
"tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow", "animation": false } }, "legend": { "data": [ "版本最大值", "本家" ] }, "grid": { "left": "3%", "right": "4%", "bottom": "3%", "containLabel": true }, "xAxis": [ { "type": "value" } ], "yAxis": [ { "type": "category", "axisTick": { "show": true }, "data": [ "能量", "生命(临时)", "防御", "攻击", "会心" ] } ], "series": [ { "name": "版本最大值", "type": "bar", "barGap": "-40%", "label": { "show": true, "position": "insideTopRight", "backgroundColor": { "image": "", "width": 30 } }, "data": [ 100, 400, 400, 300, 100 ] }, { "color": [ "#3366DD" ], "name": "本家", "type": "bar", "stack": "总量", "label": { "show": true, "position": "insideTopRight", "backgroundColor": { "image": "", "width": 30 } }, "data": [ 204, 353, 523, 584, 75 ] } ]}