这是我的测试用例
@Test
public void testChart() throws Exception {
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
String[] categories = new String[]{"aa","bb", "cc…...0); Chart chart = shape.getChart(); chart.getSeries()...getSeries().clear(); chart.getSeries().add("测试复合饼图", categories, values);...