Site Notice
hello, world
Difference between revisions of "Template:Radar/character"
From Project-EPB Commons
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
Line 15: | Line 15: | ||
{text: '速度', max: 100}, | {text: '速度', max: 100}, | ||
{text: '范围', max: 100} | {text: '范围', max: 100} | ||
− | ] | + | ], |
+ | radius: 200 | ||
} | } | ||
], | ], |
Revision as of 01:05, 7 January 2020
{ title: { text: '角色能力', subtext:'{{{角色}}}' }, tooltip: { trigger: 'axis' }, radar: [ { indicator: [ {text: '攻击', max: 100}, {text: '防御', max: 100}, {text: '隐蔽', max: 100}, {text: '速度', max: 100}, {text: '范围', max: 100} ], radius: 200 } ], series: [ { type: 'radar', tooltip: { trigger: 'item' }, areaStyle: {}, data: [ { value: [0,0,0,0,0] } ] } ]}