AntV官方案例中有這樣子的一個,右側的圖不確定是否可修改,你可以看下官方的文檔,有繪制連線區域的代碼和右側放大內容的渲染代碼import { Chart } from '@antv/g2';const otherRatio = 6.67 / 100; // Other 的占比const otherOffsetAngle = otherRatio * Math.PI; // other 占的角度的一半const data = [ { type: '微博', value: 93.33 }, { type: '其他', value: 6.67 },];const other = [ { type: '論壇', value: 1.77 }, { type: '網站', value: 1.44 }, { type: '微信', value: 1.12 }, { type: '客戶端', value: 1.05 }, { type: '新聞', value: 0.81 }, { type: '視頻', value: 0.39 }, { type: '博客', value: 0.37 }, { type: '報刊', value: 0.17 },];const chart = new Chart({ container: 'container', autoFit: true, height: