|
@@ -325,9 +325,9 @@ export const testConfigVent: Config[] = [
|
|
|
table: [],
|
|
|
chart: [
|
|
|
{
|
|
|
- type: 'pie_drag',
|
|
|
+ type: 'pie_halo',
|
|
|
readFrom: '',
|
|
|
- legend: { show: false },
|
|
|
+ legend: { show: false, formatter: '{b}:{c}\n{d}%' },
|
|
|
xAxis: [{ show: false }],
|
|
|
yAxis: [{ show: false, name: '风量', position: 'left' }],
|
|
|
series: [{ readFrom: 'piechart', xprop: 'label', yprop: 'valMock', label: '' }],
|