提交 d77672b2 编写于 作者: O Ovilia

test(radar): add test for radar radius: [r0, r] form #8717

上级 56c93b6f
......@@ -52,6 +52,7 @@ under the License.
data: ['预算分配(Allocated Budget)', '实际开销(Actual Spending)']
},
radar: {
radius: [50, '70%'],
name: {
formatter:'【{value}】',
color:'#72ACD1'
......@@ -59,7 +60,7 @@ under the License.
triggerEvent: true,
// shape: 'circle',
indicator: [
{ text: '销售(sales)', max: 6500},
{ text: '销售(sales)', max: 100},
{ text: '管理(Administration)', max: 16000},
{ text: '信息技术(Information Techology)', max: 30000},
{ text: '客服(Customer Support)', max: 38000},
......@@ -78,11 +79,11 @@ under the License.
// areaStyle: {normal: {}},
data : [
{
value : [4300, 10000, 28000, 35000, 50000, 19000],
value : [0, 10000, 28000, 35000, 50000, 19000],
name : '预算分配(Allocated Budget)'
},
{
value : [5000, 14000, 28000, 31000, 42000, 21000],
value : [50, 14000, 28000, 31000, 42000, 21000],
name : '实际开销(Actual Spending)'
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册