From 4efefb9ada923a7a0480b49b292c498ff88ed15a Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期三, 31 七月 2024 14:22:53 +0800 Subject: [PATCH] 优化图表里的标签显示,设置一定的偏移量,确保标签都在图表内 --- pom.xml | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f82a18e..7e50d7d 100644 --- a/pom.xml +++ b/pom.xml @@ -404,11 +404,14 @@ <dependency> <groupId>com.aspose</groupId> <artifactId>words</artifactId> - <version>21.1</version> + <version>23.4</version> </dependency> + + + </dependencies> - <!--<build> + <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -433,5 +436,5 @@ </executions> </plugin> </plugins> - </build>--> + </build> </project> \ No newline at end of file -- Gitblit v1.9.1