f2-demo
f2-demo copied to clipboard
referenceError:cannot find variable:document
注释的这行,只要放开,RN就挂了,referenceError:cannot find variable:document
求助!
chart.pieLabel({
skipOverlapLabels: false,
sidePadding: 40,
label1: function label1(data, color) {
return {
//text: data.name,
fill: color,
};
},
}
});