Skip to content

Commit 7bc8075

Browse files
committed
Add ChartFX dependency to dependencies/phoebus-target/pom.xml.
1 parent d7a1919 commit 7bc8075

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dependencies/phoebus-target/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,13 @@
558558
<artifactId>tika-core</artifactId>
559559
<version>3.2.0</version>
560560
</dependency>
561+
562+
<!-- ChartFX library for the Waterfall Plot widget -->
563+
<dependency>
564+
<groupId>io.fair-acc</groupId>
565+
<artifactId>chartfx</artifactId>
566+
<version>11.3.1</version>
567+
</dependency>
561568
</dependencies>
562569

563570
<build>

0 commit comments

Comments
 (0)