Site Notice
hello, world
Difference between revisions of "ECharts/radar"
From Project-EPB Commons
< ECharts
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
Line 1: | Line 1: | ||
− | + | {{Radar/character | |
− | + | | 角色 = 东方龙 | |
− | + | | 攻击 = 40 | |
− | + | | 防御 = 25 | |
− | + | | 隐蔽 = 90 | |
− | + | | 速度 = 100 | |
− | + | | 压制 = 30 | |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } |
Latest revision as of 01:09, 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: 80 } ], series: [ { type: 'radar', tooltip: { trigger: 'item' }, areaStyle: {}, data: [ { value: [40,25,90,100,30], name: '能力值' } ] } ]}