Add charts (based on JFreeChart)
Currently only an expense report is supported, but more will come. Also moved rest templates into own toplevel package.
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
|
||||
<artifactId>financer-web-client</artifactId>
|
||||
<packaging>${packaging.type}</packaging>
|
||||
<description>The web client part of the financer application - a simple app to manage your personal finances</description>
|
||||
<description>The web client part of the financer application - a simple app to manage your personal finances
|
||||
</description>
|
||||
<name>financer-web-client</name>
|
||||
|
||||
<properties>
|
||||
@@ -47,6 +48,11 @@
|
||||
<artifactId>commons-collections4</artifactId>
|
||||
</dependency>
|
||||
<!-- Misc dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.jfree</groupId>
|
||||
<artifactId>jfreechart</artifactId>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Financer dependencies -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user