南丁格尔玫瑰图

qianming 3 years ago
parent b43937dfaa
commit 21e5626fcc

@ -22,17 +22,14 @@ export default {
toolbox: { toolbox: {
show: true, show: true,
feature: { feature: {
mark: {show: true}, mark: {show: true}
dataView: {show: true, readOnly: false},
restore: {show: true},
saveAsImage: {show: true}
} }
}, },
series: [ series: [
{ {
name: '面积模式', name: '面积模式',
type: 'pie', type: 'pie',
radius: [50, 250], radius: ["10%", "50%"],
center: ['50%', '50%'], center: ['50%', '50%'],
roseType: 'area', roseType: 'area',
itemStyle: { itemStyle: {
@ -335,8 +332,6 @@ export default {
.echarts { .echarts {
width: 100%; width: 100%;
height: 100%; height: 100%;
min-width: 200px;
min-height: 200px;
overflow: hidden; overflow: hidden;
} }
</style> </style>

Loading…
Cancel
Save