Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 2bbee09

Browse files
author
Florian Lautenschlager
committed
Update README.md
1 parent cb8b29d commit 2bbee09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chronix-timeseries-exploration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Time Series Exploration with Chronix
22
This example shows how Chronix can be plugged into a rich client application.
3-
The example is a simple ui with a line chart and a two text fields for enter Chronix range and analysis queries.
3+
The example is a simple ui with two text fields for range and function queries, a line chart to show the time series, and a table view to show the result of the functions.
44
It uses a central Chronix Server to query the time series.
55
##### Screenshot of the JavaFX Example
66
![Image of Chronix JavaFX Example](https://raw.githubusercontent.com/ChronixDB/chronix.examples/master/img/Chart-0.2.png)
@@ -35,7 +35,7 @@ Copy the example to a directory of your choice, e.g., /home/chronix/examples/jav
3535
```Shell
3636

3737
cd <Your-Download-Directory>
38-
java -jar chronix-timeseries-exploration.jar
38+
java -jar chronix-timeseries-exploration-{version}.jar
3939
```
4040
You should then see the application shown in the screenshot, but with an empty chart.
4141
In the right lower corner you will find a small circle that indicates if the application is connected to Chronix.

0 commit comments

Comments
 (0)