Commit fe41c748 by wangweidong

土工平台修改

parent 8e032b00
......@@ -1536,7 +1536,7 @@ public class SoilExperimentServiceImpl extends BaseServiceImpl<SoilExperimentMap
public void GenerateChartKeli(XSSFSheet sheet,String xValue , String yValue) {
XSSFDrawing drawing = sheet.createDrawingPatriarch();
ClientAnchor anchor = drawing.createAnchor(100, 3, 100, 100, 21, 1, 27, 8);
ClientAnchor anchor = drawing.createAnchor(0 , 0, 0, 0, 0, 0, 4, 13);
XSSFChart chart = drawing.createChart(anchor);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment